![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Provides keys for built-in Chem.MolecularGraph properties. More...
Inheritance diagram for CDPL.Chem.MolecularGraphProperty:Static Public Attributes | |
| NAME = CDPL.Base.LookupKey('NAME') | |
| Specifies the name (or title) of the molecular graph. More... | |
| COMMENT = CDPL.Base.LookupKey('COMMENT') | |
| Specifies a free-text comment associated with the molecular graph. More... | |
| TIMESTAMP = CDPL.Base.LookupKey('TIMESTAMP') | |
| Specifies a creation/modification timestamp associated with the molecular graph. More... | |
| COMPONENTS = CDPL.Base.LookupKey('COMPONENTS') | |
| Specifies the components of the molecular graph. More... | |
| RINGS = CDPL.Base.LookupKey('RINGS') | |
| Specifies the complete set of rings of the molecular graph. More... | |
| SSSR = CDPL.Base.LookupKey('SSSR') | |
| Specifies the smallest set of smallest rings (SSSR) of the molecular graph. More... | |
| CYCLIC_SUBSTRUCTURE = CDPL.Base.LookupKey('CYCLIC_SUBSTRUCTURE') | |
| Specifies the union of all rings (the cyclic substructure) of the molecular graph. More... | |
| AROMATIC_SUBSTRUCTURE = CDPL.Base.LookupKey('AROMATIC_SUBSTRUCTURE') | |
| Specifies the union of all aromatic rings (the aromatic substructure) of the molecular graph. More... | |
| PI_ELECTRON_SYSTEMS = CDPL.Base.LookupKey('PI_ELECTRON_SYSTEMS') | |
| Specifies the perceived π-electron systems of the molecular graph. More... | |
| MATCH_CONSTRAINTS = CDPL.Base.LookupKey('MATCH_CONSTRAINTS') | |
| Specifies the substructure match constraints associated with the molecular graph. More... | |
| MATCH_EXPRESSION = CDPL.Base.LookupKey('MATCH_EXPRESSION') | |
| Specifies the substructure match expression associated with the molecular graph. More... | |
| COMPONENT_GROUPS = CDPL.Base.LookupKey('COMPONENT_GROUPS') | |
| Specifies molecular graph component groups for substructure searching. More... | |
| TOPOLOGICAL_DISTANCE_MATRIX = CDPL.Base.LookupKey('TOPOLOGICAL_DISTANCE_MATRIX') | |
| Specifies the topological (bond count) all-pair distance matrix. More... | |
| GEOMETRICAL_DISTANCE_MATRIX = CDPL.Base.LookupKey('GEOMETRICAL_DISTANCE_MATRIX') | |
| Specifies the geometrical (Euclidean) all-pair distance matrix. More... | |
| STOICHIOMETRIC_NUMBER = CDPL.Base.LookupKey('STOICHIOMETRIC_NUMBER') | |
| Specifies the stoichiometric multiplier of the molecular graph in a reaction. More... | |
| CONFORMATION_INDEX = CDPL.Base.LookupKey('CONFORMATION_INDEX') | |
| Specifies the index of the active conformation (within the per-atom 3D coordinates arrays). More... | |
| CONFORMER_ENERGIES = CDPL.Base.LookupKey('CONFORMER_ENERGIES') | |
| Specifies the conformer energy values. More... | |
| STRUCTURE_DATA = CDPL.Base.LookupKey('STRUCTURE_DATA') | |
| Specifies the structure data block associated with the molecular graph (typically read from/written to MDL SD-file data fields). More... | |
| HASH_CODE = CDPL.Base.LookupKey('HASH_CODE') | |
| Specifies the 64-bit topological hash code of the molecular graph. More... | |
| MDL_USER_INITIALS = CDPL.Base.LookupKey('MDL_USER_INITIALS') | |
| Specifies the user initials stored in the MDL CTAB header. More... | |
| MDL_PROGRAM_NAME = CDPL.Base.LookupKey('MDL_PROGRAM_NAME') | |
| Specifies the program name stored in the MDL CTAB header. More... | |
| MDL_REGISTRY_NUMBER = CDPL.Base.LookupKey('MDL_REGISTRY_NUMBER') | |
| Specifies the registry number stored in the MDL CTAB header. More... | |
| MDL_CTAB_VERSION = CDPL.Base.LookupKey('MDL_CTAB_VERSION') | |
| Specifies the MDL connection table (CTAB) version (see namespace Chem.MDLDataFormatVersion). More... | |
| MDL_DIMENSIONALITY = CDPL.Base.LookupKey('MDL_DIMENSIONALITY') | |
| Specifies the dimensionality flag stored in the MDL CTAB header (0 = unspecified, 2 = 2D, 3 = 3D). More... | |
| MDL_SCALING_FACTOR1 = CDPL.Base.LookupKey('MDL_SCALING_FACTOR1') | |
| Specifies the first (integer) scaling factor stored in the MDL CTAB header. More... | |
| MDL_SCALING_FACTOR2 = CDPL.Base.LookupKey('MDL_SCALING_FACTOR2') | |
| Specifies the second (floating-point) scaling factor stored in the MDL CTAB header. More... | |
| MDL_ENERGY = CDPL.Base.LookupKey('MDL_ENERGY') | |
| Specifies the energy value stored in the MDL CTAB header. More... | |
| MDL_CHIRAL_FLAG = CDPL.Base.LookupKey('MDL_CHIRAL_FLAG') | |
| Specifies the chiral flag stored in the MDL CTAB header. More... | |
| MOL2_CHARGE_TYPE = CDPL.Base.LookupKey('MOL2_CHARGE_TYPE') | |
| Specifies the Sybyl MOL2 partial atom charge type (see namespace Chem.MOL2ChargeType). More... | |
| MOL2_MOLECULE_TYPE = CDPL.Base.LookupKey('MOL2_MOLECULE_TYPE') | |
| Specifies the Sybyl MOL2 molecule type of the molecular graph (see namespace Chem.MOL2MoleculeType). More... | |
Provides keys for built-in Chem.MolecularGraph properties.
|
static |
Specifies the name (or title) of the molecular graph.
Value Type: std::string
|
static |
Specifies a free-text comment associated with the molecular graph.
Value Type: std::string
|
static |
Specifies a creation/modification timestamp associated with the molecular graph.
Value Type: std::time_t
|
static |
Specifies the components of the molecular graph.
Value Type: Chem.FragmentList.SharedPointer
|
static |
Specifies the complete set of rings of the molecular graph.
Value Type: Chem.FragmentList.SharedPointer
|
static |
Specifies the smallest set of smallest rings (SSSR) of the molecular graph.
Value Type: Chem.FragmentList.SharedPointer
|
static |
Specifies the union of all rings (the cyclic substructure) of the molecular graph.
Value Type: Chem.Fragment.SharedPointer
|
static |
Specifies the union of all aromatic rings (the aromatic substructure) of the molecular graph.
Value Type: Chem.Fragment.SharedPointer
|
static |
Specifies the perceived π-electron systems of the molecular graph.
Value Type: Chem.ElectronSystemList.SharedPointer
|
static |
Specifies the substructure match constraints associated with the molecular graph.
Value Type: Chem.MatchConstraintList.SharedPointer
|
static |
Specifies the substructure match expression associated with the molecular graph.
Value Type: Chem.MatchExpression<Chem.MolecularGraph>.SharedPointer
|
static |
Specifies molecular graph component groups for substructure searching.
Value Type: Chem.FragmentList.SharedPointer
|
static |
Specifies the topological (bond count) all-pair distance matrix.
Value Type: Math.ULMatrix.SharedPointer
|
static |
Specifies the geometrical (Euclidean) all-pair distance matrix.
Value Type: Math.DMatrix.SharedPointer
|
static |
Specifies the stoichiometric multiplier of the molecular graph in a reaction.
Value Type: double
|
static |
Specifies the index of the active conformation (within the per-atom 3D coordinates arrays).
Value Type: std::size_t
|
static |
Specifies the conformer energy values.
Value Type: Util.DArray.SharedPointer
|
static |
Specifies the structure data block associated with the molecular graph (typically read from/written to MDL SD-file data fields).
Value Type: Chem.StringDataBlock.SharedPointer
|
static |
Specifies the 64-bit topological hash code of the molecular graph.
Value Type: std::uint64_t
|
static |
|
static |
|
static |
Specifies the registry number stored in the MDL CTAB header.
std::size_t
|
static |
Specifies the MDL connection table (CTAB) version (see namespace Chem.MDLDataFormatVersion).
Value Type: unsigned int
|
static |
Specifies the dimensionality flag stored in the MDL CTAB header (0 = unspecified, 2 = 2D, 3 = 3D).
Value Type: std::size_t
|
static |
Specifies the first (integer) scaling factor stored in the MDL CTAB header.
long
|
static |
Specifies the second (floating-point) scaling factor stored in the MDL CTAB header.
Value Type: double
|
static |
|
static |
|
static |
Specifies the Sybyl MOL2 partial atom charge type (see namespace Chem.MOL2ChargeType).
Value Type: unsigned int
|
static |
Specifies the Sybyl MOL2 molecule type of the molecular graph (see namespace Chem.MOL2MoleculeType).
Value Type: unsigned int