Difference between revisions of "Support for isotopes"

From Jmol
Jump to navigation Jump to search
(Atom expressions)
(isotopes in XYZ format)
Line 1: Line 1:
Jmol supports isotopes; isotopes are identified when reading files (see supported formats below) and they can be selected using atom expressions. In addition, Jmol renders the most common isotopes [[Colors#Support_for_isotopes |in different colors]] (heavier isotopes receive darker shades of the standard CPK color for the element).
+
Jmol supports isotopes; they are identified when reading files (see supported formats below) and they can be selected using atom expressions. In addition, Jmol renders the most common isotopes [[Colors#Support_for_isotopes |in different colors]] (heavier isotopes receive darker shades of the standard CPK color for the element).
  
 
== Atom expressions ==
 
== Atom expressions ==
Line 25: Line 25:
 
:<tt>M ISO  1  7  '''14''' </tt>
 
:<tt>M ISO  1  7  '''14''' </tt>
 
:The "1" indicates the number of entries in the line. The "7" is the affected atom's serial number in the file.
 
:The "1" indicates the number of entries in the line. The "7" is the affected atom's serial number in the file.
 +
 +
== PDB format ==
 +
D and T are recognized as element identifiers, both in the atom name field (column 14) and in the element field (column 78).
 +
There is no way in <code>pdb</code> format to specify isotopes for other elements.
 +
 +
== XYZ format ==
 +
Although not a standard feature of <code>xyz</code>, Jmol will accept a special extension of the format<ref>Bob Hanson, 25 Sep 2006, jmol-users list. A new file format: "isotope-xyz" or XYZI.</ref> where the isotope mass prefixes the element symbol.
 +
:Example:
 +
:<tt>13C    3.4  5.6  7.8</tt>
 +
:<tt>C      2.3  4.4  4.4</tt>
 +
:<tt>12C    3.2  3.3  3.3</tt>
 +
 +
 +
 +
 +
<references/>

Revision as of 16:23, 6 April 2009

Jmol supports isotopes; they are identified when reading files (see supported formats below) and they can be selected using atom expressions. In addition, Jmol renders the most common isotopes in different colors (heavier isotopes receive darker shades of the standard CPK color for the element).

Atom expressions

The general syntax is to prefix the element symbol with the isotopic mass. Examples: _14C, _2H, _31P. As a special case, deuterium, tritium, _D, _T are also recognized (not for other elements).

Examples:
  • select _H will select all hydrogen isotopes
  • select _2H will select only 2H (deuterium); synonyms: select deuterium, select _D
  • select _H and not (_2H,_3H) will select only protium (1H); for that, you can also do select _1H

MOL formats

This includes all formats based on the chemical table files (CTfiles) specification from MDL/Symyx, like mol, sdf, etc.

There are two methods to specify an isotope in the CTfile specification. Jmol supports the first one:

1. (supported by Jmol) Including the mass difference in the atom line, columns 35-36. Mass difference is the isotope mass minus the naturally abundant mass.

Example, for 15N:
5.2002 0.7282 3.0988 N 1 0 0 0 0 0 0 0 0 0 0 0
Example, for 14C:
5.2002 0.7282 3.0988 C 2 0 0 0 0 0 0 0 0 0 0 0

2. (not supported by Jmol) Stating the isotope mass in an "M ISO" line at the end of the file, columns 15-16.

Example, for 15N:
M ISO 1 7 15
Example, for 14C:
M ISO 1 7 14
The "1" indicates the number of entries in the line. The "7" is the affected atom's serial number in the file.

PDB format

D and T are recognized as element identifiers, both in the atom name field (column 14) and in the element field (column 78). There is no way in pdb format to specify isotopes for other elements.

XYZ format

Although not a standard feature of xyz, Jmol will accept a special extension of the format[1] where the isotope mass prefixes the element symbol.

Example:
13C 3.4 5.6 7.8
C 2.3 4.4 4.4
12C 3.2 3.3 3.3



  1. Bob Hanson, 25 Sep 2006, jmol-users list. A new file format: "isotope-xyz" or XYZI.

Contributors

AngelHerraez