OpenChemLib JS
    Preparing search index...

    Interface SmilesGeneratorOptions

    interface SmilesGeneratorOptions {
        createSmarts?: boolean;
        includeMapping?: boolean;
        kekulizedOutput?: boolean;
    }
    Index

    Properties

    createSmarts?: boolean

    Whether to create SMILES with SMARTS capabilities.

    false
    
    includeMapping?: boolean

    Whether to include mapping information (atomMapNo) in the SMILES.

    false
    
    kekulizedOutput?: boolean

    Should localisation of double bonds be attempted?

    false