Atom Types in Chimera

Atom types are classifications based on element and bonding environment. Atom type assignments are used in functional group identification, hydrogen addition, and hydrogen bond identification, and to determine VDW radii.

Chimera uses atom and residue names, or if these are not "standard," the coordinates of atoms, to determine connectivity and atom types. Errors in atom-type assignment may occur, especially in low-resolution structures and unusual functional groups. Atom type assignments can be displayed as labels (for example, with Actions... Label... IDATM type) and changed with the command setattr.

The algorithm and atom types discerned are adapted from the program IDATM; for a detailed description of IDATM and validation testing, please see

Determination of molecular topology and atomic hybridization states from heavy atom coordinates. Meng EC, Lewis RA. J Comput Chem. 1991 Sep;12(7):891-8.
The atom types and algorithm, including extensions of the original method, are described briefly below. Where type definitions are not mutually exclusive, the atom is assigned the most specific type possible; for example, although a carboxylate carbon is also sp2-hybridized, it is assigned the Cac type. Since the categorizations in Chimera differ from those in the original method, the same type may appear in more than one row in the following table.

IDATM atom type description
Chimeraoriginal
C3 C3 sp3-hybridized carbon
C2 C2 sp2-hybridized carbon
Car C2 aromatic carbon
Cac Cac carboxylate carbon
C1 C1 sp-hybridized carbon
C1– C1 sp-hybridized carbon with formal negative charge (carbon monoxide)
N3+ N3+, Nox sp3-hybridized nitrogen with formal positive charge
N3 N3 sp3-hybridized nitrogen, formally neutral
N2+ Npl sp2-hybridized ring nitrogen bonded to three other atoms, formally positive
N2 Npl sp2-hybridized nitrogen bonded to two other atoms, formally neutral (pyridine)
Npl Npl sp2-hybridized nitrogen bonded to three other atoms, formally neutral (amide, aniline)
Ng+ Ng+ resonance-equivalent nitrogen sharing formal positive charge (guanidinium, amidinium)
Ntr Ntr nitro group nitrogen
N1+ N1 sp-hybridized nitrogen bonded to two other atoms
N1 N1 sp-hybridized nitrogen
O3 O3 sp3-hybridized oxygen
O2 O2 sp2-hybridized oxygen
Oar+ (none) aromatic oxygen, formally positive (pyrylium)
Oar (none) aromatic oxygen, formally neutral
O3– O– possibly resonance-equivalent terminal oxygen on tetrahedral center (phosphate, sulfate, N-oxide)
O2– O– resonance-equivalent terminal oxygen on planar center (carboxylate, nitro, nitrate)
O1+ (none) sp-hybridized oxygen with formal positive charge (carbon monoxide)
O1 (none) sp-hybridized oxygen (nitric oxide)
S3+ S3+ sp3-hybridized sulfur with formal positive charge
S3 S3 sp3-hybridized sulfur
S2 S2 sp2-hybridized sulfur
Sar (none) aromatic sulfur
S3– S2 terminal sulfur on tetrahedral center (thiophosphate)
Sac Sac sulfate, sulfonate, or sulfamate sulfur
Son Sox sulfone sulfur (>SO2)
Sxd Sox sulfoxide sulfur (>SO)
S S other sulfur
B Bac, Box, B boron
P3+ P3+ sp3-hybridized phosphorus with formal positive charge
Pac Pac phosphate, phosphonate, or phosphamate phosphorus
Pox Pox P-oxide phosphorus
P P other phosphorus
HC HC hydrogen bonded to carbon
H H other hydrogen
DC DC deuterium bonded to carbon
D D other deuterium
(element symbol) (element symbol) atoms of elements not mentioned above

Atom-Type Identification Algorithm

Brief descriptions of the original algorithm and further steps added during implementation in Chimera are given here.

Many experimentally determined structures of molecules do not include hydrogen atoms. IDATM uses the coordinates of nonhydrogen atoms (plus any hydrogens, if present) to determine the connectivity and hybridization states of atoms within molecules. This knowledge is essential for detailed molecular modeling. The algorithm is hierarchical; the "easiest" assignments are done first and used to aid subsequent assignments. The procedure can be divided into several stages:

  1. Heavy Atom Valence (HAV). Elements are determined from atom names, and atoms are considered bonded if the distance between them is no greater than the sum of their covalent bond radii plus a tolerance of 0.4 Å. Atoms are sorted according to the number of nonhydrogen atoms they are bonded to; this will be referred to as heavy atom valence.
  2. Fully Determined Atoms and Atoms With HAV > 1. The types of some atoms may already be fully determined at this stage; for example, HAV 4 carbons must be sp3-hybridized. Distinctions are also made on the bases of number of attached oxygens. The average of the three bond angles about each HAV 3 atom is calculated and used to assign the type of the central atom. The average bond angle has been found to be a reliable indicator of hybridization state. Only one bond angle is available for HAV 2 atoms, and this is a less reliable indicator; HAV 2 carbon and nitrogen atoms are assigned types based on the angle but are marked for further examination.
  3. Atoms with HAV = 1. The only geometric information available for HAV 1 atoms is bond length. Types are assigned based on bond length and the type of the partner atom.
  4. Resolution of Ambiguities and Identification of Charged Groups. Atoms tagged for further examination in the second stage are retyped, if necessary, using bond length information. Next, functional groups likely to be charged at physiological pH are identified: sp3-hybridized nitrogens bonded only to sp3-hybridized carbons and/or hydrogens are assigned a positively charged type; guanidinium groups are identified; carboxylate and nitro groups are identified. Finally, isolated sp2-hybridized carbons (bonded to only sp3-hybridized atoms) are retyped as sp3-hybridized carbons.

In Chimera, a few additional distinctions are made. Carbons that are sp2-hybridized and part of planar ring systems are given an aromatic type. Oxygens within aromatic rings are given an aromatic type. Geometric criteria are used to subdivide sp2-hybridized nitrogens into double-bonded (or aromatic) and non-double-bonded categories. Sulfone and sulfoxide sulfurs are given two different types rather than lumped into a single category, as are resonance-equivalent terminal oxygens sharing formal negative charge.

Some types depend on protonation states, and more information is used to determine the protonation states of groups with pKa values close to 7:


UCSF Computer Graphics Laboratory / June 2012