|
Ghost Atoms & Non-standard Chemical Elements
The atom type names used under atoms (and
in the create record) must begin with the standard chemical
element symbol (H, He, Li...). The program uses this to deduce the nuclear
charge and other elemental properties.
For
the standard elements one can redefine the atomic mass (for instance to define
a suitable isotope).
CREATE H {m=value} datafile
value
The atomic mass, which will then override the default value for the indicated
chemical element.
A
more extensive feature is available to define an artificial chemical
element with user-specified properties. Such new elements are denoted Alternative
Elements;and may for
instance have a non-integer nuclear charge. The chemical symbol of an
Alternative Elements is gh (for
ghost) or J: either one is ok.
You can create j-type or gh-type basic atoms and use them
subsequently as fragments in a molecule.
Starting from ADF2006.01 the BASIS key recognizes elements denoted with Gh.atom
in the ATOMS key as being ghost atoms.
If one does not specifically select a basis set for this ghost atom,
the all electron basis set for the atom is selected in the creation of the ghost atom
using the type of basis set chosen with the BASIS key.
The atom name must begin with the standard one- or two-character symbol for the chemical element:
Gh.H, Gh.He, Gh.Li, and so on.
Optionally it may be appended by .text, where text is any string (not containing delimiters).
Examples: Gh.H, Gh.Mn.3, Gh.Cu.dz-new.
|