OEMolToSmiles

OEMolToSmiles(mol: Union[OEGraphMol,OEMol,OEQMol]) -> str

Creates a canonical isomeric SMILES from a molecule by evoking the low-level OECreateSmiString function with the OESMILESFlag_ISOMERIC option.

Prior to generating the canonical isomeric SMILES the following properties are perceived if necessary:

See also