chem#
Utility functions and types for chemistry.
Functions
|
Convert one or more molecule files into another using openbabel. |
|
Loads an SDF library containing multiple molecules with potentially multiple isomers each, and creates an IsomerCollection for all of them. |
|
Finds the maximum common substructure (MCS) between multiple molecules. |
|
|
|
Calls an RDKit or Openbabel function and raises an exception if something goes wrong, instead of just returning |
|
Calculate the unaligned root-mean-square deviation between all conformers of an isomer and a reference molecule. |
|
Saves a list of IsomerCollection instances to an SDF file. |
|
Saves a list of SMILES to a |
Classes
|
Thin shim layer for rdkit conformers. |
|
Thin shim layer for rdkit molecules. |
|
Represents a collection of isomers / enumerations of a molecule. |
Exceptions
Exception raised for issues with executing RDKit or Openbabel |