scm_molsg.Atom¶
- class scm_molsg.Atom¶
This class stores information about individual atoms, including individual atomic environment hashes.
Attributes
bond_groupsThis advanced feature provides a list of bonds.
environmentA human-readable string representing the local environment used to construct the hash.
hashThe hash value for a specific atom, including information about its local environment.
idxThe molsg index for a specific atom (an integer).
neighborsA list of neighbors, given by the internal molsg atom index.
orig_idxThe index for the atom provided in the input (often the same as the molsg index).
symbolA string representing the atomic symbol.
Methods