Next: Moving constraints
Up: Force fields
Previous: Dihedrals and impropers
Harmonic constraints
Harmonic constraints provide a mechanism for holding certain parts
of a molecule relatively immobile during a simulation.
It allows specific atoms to be held to a reference position.
The energy for an atom i that is constrained is
where
-
ki = force constant defined for atom i
-
= current position of atom i
-
= reference position atom i is constrained to
-
e = exponent defined for all constraints
The reference positions, force constaints, exponent, and atoms which are
constrained are defined by the user using several configuration options.
For more
details, see the description of the options constraints, consexp,
conskfile, conskcol, and consref
in section 4.
NOTE:
NAMD actually calculates the constraints potential with
E = k (x-x0)d and the force with
F = -d k (x-x0)d-1,
where d is the exponent consexp.
The result is that a force constant k specified in the PDB file
is effectively the force constant d k in calculations
(usually d = 2).
David Hardy
1998-09-06