Skip to content

Python API Limitations

This is a prerelease version of the Chemaxon Python API, which is not intended for production usage.

Known limitations

  • Only python 3.12, 3.13 and 3.14 are tested and supported.
  • The following Chemical Terms functions are tested (for now): atomCount(), atomCount(<atomNumber>), mass(), formula(), ringAtomCount(), fsp3().
    Other Chemical Terms functions might work as well, but their operation has not been examined.
  • We only support the following molecule formats (for now): smiles, cxsmiles, smarts, MOL V2000, MOL V3000, mrv, cxon, name.
  • Molecule objects are immutable. They cannot be modified after initialization.

Further information