rdkit.Chem.rdAbbreviations module

Module containing functions for working with molecular abbreviations

class rdkit.Chem.rdAbbreviations.AbbreviationDefinition(self)

Bases: object

Abbreviation Definition

property displayLabel

the label in a drawing when the bond comes from the right

property displayLabelW

the label in a drawing when the bond comes from the west

property includesXBonds

whether or not the abbreviation definition includes bonds to non-abbreviation atoms

property label

the label

property mol

the query molecule (should have a dummy as the first atom if includesXBonds is true)