Click or drag to resize

Molecule Properties

The Molecule type exposes the following members.

Properties
  NameDescription
Public propertyAtoms
The collection contains all atoms.
(Overrides MolBaseAtoms.)
Public propertyBonds
The collection contains all bonds.
(Overrides MolBaseBonds.)
Public propertyCanonicalCode
Canonical Code of the structure
(Inherited from MolBase.)
Public propertyChiralities
Public propertyComposition
Returns element composition
Public propertyExactMass
Returns the molecular exact mass
Public propertyExSMILES
Extended SMILES string
(Inherited from MolBase.)
Public propertyFingerprints
The fingerprints of the structure. (documents)
(Inherited from MolBase.)
Public propertyFingerprintsAsString
The string version of the fingerprints of the structure. (link)
(Inherited from MolBase.)
Public propertyFormula
Formula in plain-text
(Inherited from MolBase.)
Public propertyFormulaHtml
Formula in HTML
(Inherited from MolBase.)
Public propertyFormulaSearchable
Normalized searchable formula
(Inherited from MolBase.)
Public propertyHashCode
Compute the topological hash code of molecule. Each identical chemical structure has its own hash code.
Public propertyHashCodeRelax
Compute the topological hash code of molecule, but ignore stereochemistry.
Public propertyInChI
Returns the InChI (The IUPAC International Chemical Identifier). InChI extension has to be installed to call this function. If not installed, it always return null.
Public propertyInChIKey
InChIKey is hashed InChI, which is more efficient to be used as structure key.
Public propertyIsEmpty
Test if the Molecule is empty.
(Overrides MolBaseIsEmpty.)
Public propertyIUPACName
Public propertyIUPACNameHtml
Public propertyMolWeight
Returns the molecular weight
Public propertyMolWeightKnown
Public propertyOrderedAtoms
Get ordered atom list.
Public propertyPSA
Returns the molecule t-PSA (Topological Polar Surface Area), which is invented by Peter Ertl etc.
Public propertySet
The collection contains all atoms and bonds.
Public propertySMILES
SMILES string
(Inherited from MolBase.)
Public propertySSSR
Returns Smallest Set of Smallest Rings (SSSR) from the molecule topological graph.
Public propertyStructureKeys
A higher level of structure characterization (link)
(Inherited from MolBase.)
Public propertyStructureKeysAsString
The string version of StructureKeys
(Inherited from MolBase.)
Top
See Also