SingleMoleculeSpecies
Represent a single-molecule species identified by its canonical SMILES string.
Attributes
attributesmilesCanonicalIsomericSmiles= Field(..., description='SMILES string describing the molecule.')attributehashstrReturn a truncated SHA-1 hash of the SMILES string.
attributeis_waterReturn True if the species is water.
attributeis_ionReturn True if the species is a monatomic ion.
attributerdkit_moleculeChem.rdchem.MolReturn an RDKit molecule with 3D coordinates from the SMILES string.
attributeopenff_moleculeReturn an OpenFF Molecule with residue name set.
attributeuniverseReturn an MDAnalysis Universe built from the molecule's PDB representation.
attributechargeintReturn the total formal charge of the molecule.
attributemassfloatReturn the molecular weight in Daltons.
