build_rdmol#
tmos.build_rdmol
Description
Functions for building RDKit molecules.
- Such functions include:
Utilities to import molecules from one package to RDKit
Determine the connectivity of the molecule from XYZ coordinates using RDKit or OpenBabel
Determining the bond orders of a molecule using RDKit, OpenBabel, or MDAnalysis
Functions
Correct bond order for adjacent atoms with hanging bonds. |
|
Assess an RDKit molecule's atoms to determine which are charged or not fully satisfied. |
|
Copy the coordinates of one atom to another |
|
Determine bond orders with MDAnalysis, or None if failed. |
|
Determine bond orders with Open Babel, or None if failed. |
|
Determine bond orders with RDKit, or None if failed. |
|
Determine connectivity for molecules, particularly transition metal organometallic complexes. |
|
Get the effective charge of an atom based on its default valence and total bond orders. |
|
Convert a QCElemental molecule to an RDKit molecule. |
|
Update atom and bond properties of one molecule to match another. |
|
Update the formal charges of a molecule to align with their implied charge from connectivity. |
|
Convert a QCElemental molecule to an RDKit molecule. |