OpenChemLib JS
    Preparing search index...

    Interface CanonizerOptions

    interface CanonizerOptions {
        assignParitiesToTetrahedralN?: boolean;
        considerStereoheterotopicity?: boolean;
        coordsAre3d?: boolean;
        createPseudoStereoGroups?: boolean;
        createSymmetryRank?: boolean;
        distinguishRacemicOrGroups?: boolean;
        encodeAtomCustomLabels?: boolean;
        encodeAtomCustomLabelsWithoutRanking?: boolean;
        encodeAtomSelection?: boolean;
        neglectAnyStereoInformation?: boolean;
        tieBreakFreeValenceAtoms?: boolean;
    }
    Index

    Properties

    assignParitiesToTetrahedralN?: boolean
    considerStereoheterotopicity?: boolean
    coordsAre3d?: boolean
    createPseudoStereoGroups?: boolean
    createSymmetryRank?: boolean
    distinguishRacemicOrGroups?: boolean
    encodeAtomCustomLabels?: boolean
    encodeAtomCustomLabelsWithoutRanking?: boolean
    encodeAtomSelection?: boolean
    neglectAnyStereoInformation?: boolean
    tieBreakFreeValenceAtoms?: boolean