OpenChemLib JS
    Preparing search index...

    Interface SSSearcherFindFragmentInMoleculeOptions

    interface SSSearcherFindFragmentInMoleculeOptions {
        countMode: SSSearcherCountMode;
    }
    Index

    Properties

    Properties

    Count mode. overlapping: create list not containing multiple matches sharing exactly the same atoms existence: check only, don't create matchList firstMatch: create matchList with just one match separated: create list of all non-overlapping matches / not optimized for maximum match count rigorous: create list of all possible matches neglecting any symmetries unique: create list of all distinguishable matches considering symmetries

    overlapping