IMP
2.4.0
The Integrative Modeling Platform
|
The type of an atom. More...
#include <IMP/atom/Atom.h>
The type of an atom.
The standard Atom names in IMP are derived from the PDB names as follows:
We provide an AtomType instance for each of the standard PDB atom types. These have names such as IMP::atom::AT_N. The full list is elided for readability.
An AtomType implies an element (and hence a mass). While we have the associations set up for protein, DNA and RNA atoms, it may be necessary to add them for hetero atoms. You can use the add_atom_type() function to do this.
All atoms have the mass stored internally using a Mass decorator.