| Trees | Indices | Help |
|
|---|
|
|
Descriptors derived from a molecule's 3D structure
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
Imports: rdMolDescriptors
|
|||
First (smallest) principal moment of inertia
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Second principal moment of inertia
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Third (largest) principal moment of inertia
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Normalized principal moments ratio 1 (=I1/I3)
from Sauer and Schwarz JCIM 43:987-1003 (2003)
https://dx.doi.org/10.1021/ci025599w
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Normalized principal moments ratio 2 (=I2/I3)
from Sauer and Schwarz JCIM 43:987-1003 (2003)
https://dx.doi.org/10.1021/ci025599w
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Radius of gyration
from Todeschini and Consoni "Descriptors from Molecular Geometry"
Handbook of Chemoinformatics
http://dx.doi.org/10.1002/9783527618279.ch37
Definition:
for planar molecules: sqrt( sqrt(pm3*pm2)/MW )
for nonplanar molecules: sqrt( 2*pi*pow(pm3*pm2*pm1,1/3)/MW )
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Inertial shape factor
from Todeschini and Consoni "Descriptors from Molecular Geometry"
Handbook of Chemoinformatics
http://dx.doi.org/10.1002/9783527618279.ch37
Definition:
pm2 / (pm1*pm3)
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
molecular eccentricity
from Todeschini and Consoni "Descriptors from Molecular Geometry"
Handbook of Chemoinformatics
http://dx.doi.org/10.1002/9783527618279.ch37
Definition:
sqrt(pm3**2 -pm1**2) / pm3**2
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
molecular asphericity
from Todeschini and Consoni "Descriptors from Molecular Geometry"
Handbook of Chemoinformatics
http://dx.doi.org/10.1002/9783527618279.ch37
Definition:
0.5 * ((pm3-pm2)**2 + (pm3-pm1)**2 + (pm2-pm1)**2)/(pm1**2+pm2**2+pm3**2)
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
- useAtomicMasses: (optional) toggles use of atomic masses in the
calculation. Defaults to True
|
Molecular spherocityIndex
from Todeschini and Consoni "Descriptors from Molecular Geometry"
Handbook of Chemoinformatics
http://dx.doi.org/10.1002/9783527618279.ch37
Definition:
3 * pm1 / (pm1+pm2+pm3) where the moments are calculated without weights
**Arguments**
- inMol: a molecule
- confId: (optional) the conformation ID to use
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:00 2017 | http://epydoc.sourceforge.net |