|
New constrained optimizations
The key NEWCONSTRAINTS can only be used in case of the New branch for optimization of coordinates.
The input for this key is very similar to that of the RESTRAINT keyword.
The key NEWCONSTRAINTS can, however, also be used to constrain Cartesian coordinates.
Note that the key RESTRAINT and freezing of coordinates with the GEOVAR key
can also be used in the New branch for optimization of coordinates.
In ADF2007 the New branch for optimization can only be used in geometry optimizations
and transition state searches.
The constraints do not have to be satisfied at the start
of the geometry optimization.
The NEWCONSTRAINTS
keyword allows geometry optimizations with constraints for the distance between
two atoms, an angle defined by three atoms, (and) or a dihedral angle defined
by four atoms:
NEWCONSTRAINTS
ATOM Ia1 Xa1 Ya1 Za1
DIST Ia1 Ia2 Ra
ANGLE Ib1 Ib2 Ib3 Rb
DIHED Ic1 Ic2 Ic3 Ic4 Rc
end
ATOM
When ATOM is specified, the
Cartesian coordinates of atom Ia1 are constrained to: Xa1 Ya1 Za1.
The atom number should be given in Input order; the value for the coordinates in Angstrom.
All three Cartesian coordinates should have a value.
This key can only be used in Cartesian optimizations.
DIST
When DIST is specified, the
distance between atoms Ia1 and Ia2 is constrained to the value Ra. The atom
numbers should be given in Input order; the value for the distance in Angstrom.
ANGLE
When ANGLE is specified,
the angle between atoms Ib1, Ib2 and Ib3 (Ib1-Ib2-Ib3) is constrained to the value Rb.
The atom numbers should be given in Input order;
the value for the angle in degrees.
DIHED
When DIHED is specified,
the dihedral angle between atoms Ic1, Ic2, Ic3 and Ic4 (Ic1-Ic2-Ic3-Ic4) is
restrained to the value Rc. The atom numbers should be given in Input
order; the value for the angle in degrees.
The dihedral angle
Ic1-Ic2-Ic3-Ic4 is defined in the same way as for the Z-matrix in ADF. The
dihedral angle is projected onto the [0,2π] interval, so there should be no
difference between specifying -30° or 330°.
|