IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
|
The type for a residue. More...
#include <IMP/atom/Residue.h>
The type for a residue.
A given residue is either a Residue::LIGAND, Residue::AMINOACID, or Residue::NUCLEICACID.
The standard residue types are provided with names like IMP::atom::GLY. New types can be added simply by creating an instance of ResidueType("my_residue_name"). All user-added residues are assumed to be ligands.