| Trees | Indices | Help |
|
|---|
|
|
Module containing the core chemistry functionality of the RDKit
|
|||
|
Atom The class to store Atoms. |
|||
|
AtomMonomerInfo The class to store monomer information attached to Atoms |
|||
| AtomMonomerType | |||
|
AtomPDBResidueInfo The class to store PDB residue information attached to Atoms |
|||
|
Bond The class to store Bonds. |
|||
| BondDir | |||
| BondStereo | |||
| BondType | |||
| ChiralType | |||
| CompositeQueryType | |||
|
Conformer The class to store 2D or 3D conformation of a molecule |
|||
|
EditableMol an editable molecule class |
|||
| HybridizationType | |||
|
Mol The Molecule class. |
|||
|
PeriodicTable A class which stores information from the Periodic Table. |
|||
|
QueryAtom The class to store QueryAtoms. |
|||
|
QueryBond The class to store QueryBonds. |
|||
|
RWMol The RW molecule class (read/write) |
|||
| ResonanceFlags | |||
|
ResonanceMolSupplier A class which supplies resonance structures (as mols) from a mol. |
|||
|
RingInfo contains information about a molecule's rings |
|||
|
_ROAtomSeq Read-only sequence of atoms, not constructable from Python. |
|||
|
_ROBondSeq Read-only sequence of bonds, not constructable from Python. |
|||
|
_ROQAtomSeq Read-only sequence of atoms matching a query, not constructable from Python. |
|||
| _listPN5RDKit4AtomE | |||
| _listPN5RDKit4BondE | |||
|
|||
PeriodicTable : |
|
||
|
|||
|
|||
None : |
|
||
|
|||
None : |
|
||
|
|||
ALLOW_CHARGE_SEPARATION = rdkit.Chem.rdchem.ResonanceFlags.ALL
|
|||
ALLOW_INCOMPLETE_OCTETS = rdkit.Chem.rdchem.ResonanceFlags.ALL
|
|||
CHI_OTHER = rdkit.Chem.rdchem.ChiralType.CHI_OTHER
|
|||
CHI_TETRAHEDRAL_CCW = rdkit.Chem.rdchem.ChiralType.CHI_TETRAHE
|
|||
CHI_TETRAHEDRAL_CW = rdkit.Chem.rdchem.ChiralType.CHI_TETRAHED
|
|||
CHI_UNSPECIFIED = rdkit.Chem.rdchem.ChiralType.CHI_UNSPECIFIED
|
|||
COMPOSITE_AND = rdkit.Chem.rdchem.CompositeQueryType.COMPOSITE
|
|||
COMPOSITE_OR = rdkit.Chem.rdchem.CompositeQueryType.COMPOSITE_OR
|
|||
COMPOSITE_XOR = rdkit.Chem.rdchem.CompositeQueryType.COMPOSITE
|
|||
KEKULE_ALL = rdkit.Chem.rdchem.ResonanceFlags.KEKULE_ALL
|
|||
UNCONSTRAINED_ANIONS = rdkit.Chem.rdchem.ResonanceFlags.UNCONS
|
|||
UNCONSTRAINED_CATIONS = rdkit.Chem.rdchem.ResonanceFlags.UNCON
|
|||
__package__ = None
|
|||
|
|||
Returns the application's PeriodicTable instance.
C++ signature :
RDKit::PeriodicTable* GetPeriodicTable()
|
LogErrorMsg( (str)arg1) -> None :
Log a warning message to the RDKit error logs
C++ signature :
void LogErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
LogWarningMsg( (str)arg1) -> None :
Log a warning message to the RDKit warning logs
C++ signature :
void LogWarningMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
Wrap the internal RDKit streams so they go to python's SysStdErr
C++ signature :
void WrapLogs()
|
_HasSubstructMatchStr( (str)pkl, (Mol)query [, (bool)recursionPossible=True [, (bool)useChirality=False [, (bool)useQueryQueryMatches=False]]]) -> bool :
This function is included to speed substructure queries from databases,
it's probably not of
general interest.
ARGUMENTS:
- pkl: a Molecule pickle
- query: a Molecule
- recursionPossible: (optional)
- useChirality: (optional)
- useQueryQueryMatches: use query-query matching logic
RETURNS: True or False
C++ signature :
bool _HasSubstructMatchStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,RDKit::ROMol [,bool=True [,bool=False [,bool=False]]])
|
C++ signature :
void tossit()
|
|
|||
ALLOW_CHARGE_SEPARATION
|
ALLOW_INCOMPLETE_OCTETS
|
CHI_TETRAHEDRAL_CCW
|
CHI_TETRAHEDRAL_CW
|
COMPOSITE_AND
|
COMPOSITE_XOR
|
UNCONSTRAINED_ANIONS
|
UNCONSTRAINED_CATIONS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |