Interface ISmilesGeneratorOptions

interface ISmilesGeneratorOptions {
    createSmarts?: boolean;
    includeMapping?: boolean;
    kekulizedOutput?: boolean;
}

Properties

createSmarts?: boolean

Whether to create SMILES with SMARTS capabilities.

Default

false

includeMapping?: boolean

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

Default

false

kekulizedOutput?: boolean

Should localisation of double bonds be attempted?

Default

false