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 heterogen atoms. You can use the add_atom_type() function to do this.
All atoms have the mass stored internally using a Mass decorator.
Public Member Functions | |
AtomType (std::string nm) | |
Related Functions | |
(Note that these are not member functions.) | |
AtomType | add_atom_type (std::string name, Element e) |
Create a new AtomType. | |
const AtomType | AT_CA |
const AtomType | AT_N |
const AtomType | AT_UNKNOWN |
const AtomType AT_UNKNOWN [related] |