|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi0v (const ROMol &mol, bool force=false) |
| From equations (5),(9) and (10) of Rev. Comp. Chem. vol 2, 367-422, (1991)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi1v (const ROMol &mol, bool force=false) |
| From equations (5),(9) and (10) of Rev. Comp. Chem. vol 2, 367-422, (1991)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi2v (const ROMol &mol, bool force=false) |
| From equations (5),(9) and (10) of Rev. Comp. Chem. vol 2, 367-422, (1991)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi3v (const ROMol &mol, bool force=false) |
| From equations (5),(9) and (10) of Rev. Comp. Chem. vol 2, 367-422, (1991)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi4v (const ROMol &mol, bool force=false) |
| From equations (5),(9) and (10) of Rev. Comp. Chem. vol 2, 367-422, (1991)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChiNv (const ROMol &mol, unsigned int n, bool force=false) |
| From equations (5),(9) and (10) of Rev. Comp. Chem. vol 2, 367-422, (1991)
|
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi0n (const ROMol &mol, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi1n (const ROMol &mol, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi2n (const ROMol &mol, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi3n (const ROMol &mol, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChi4n (const ROMol &mol, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcChiNn (const ROMol &mol, unsigned int n, bool force=false) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcHallKierAlpha (const ROMol &mol, std::vector< double > *atomContribs=nullptr) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcKappa1 (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcKappa2 (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcKappa3 (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT double | RDKit::Descriptors::calcPhi (const ROMol &mol) |
|
RDKIT_DESCRIPTORS_EXPORT void | RDKit::Descriptors::detail::hkDeltas (const ROMol &mol, std::vector< double > &deltas, bool force) |
|
Use MolDescriptors.h in client code.
Definition in file ConnectivityDescriptors.h.