![]() |
| |||||
|
|
Next: The Lennard Jones Force Up: OOPSE: An Object-Oriented Parallel Previous: The Statistics File Contents
|
|||||
| (3.1) |
Calculating the long-range (non-bonded) potential involves a sum over
all pairs of atoms (except for those atoms which are involved in a
bond, bend, or torsion with each other). If done poorly, calculating
the the long-range interactions for
atoms would involve
evaluations of atomic distances. To reduce the number of distance
evaluations between pairs of atoms, OOPSE uses a switched cutoff
with Verlet neighbor lists.[12] It is well known that
neutral groups which contain charges will exhibit pathological forces
unless the cutoff is applied to the neutral groups evenly instead of
to the individual atoms.[14] OOPSE allows users to
specify cutoff groups which may contain an arbitrary number of atoms
in the molecule. Atoms in a cutoff group are treated as a single unit
for the evaluation of the switching function:
![]() |
(3.2) |
The sums over
and
are over the cutoff groups that are present
in the simulation. Atoms which are not explicitly defined as members
of a cutoffGroup are treated as a group consisting of only one
atom. The switching function,
is the standard cubic switching
function,
Users of OOPSE do not need to specify the cutoffRadius or
switchingRadius. In simulations containing only Lennard-Jones
atoms, the cutoff radius has a default value of
,
where
is the largest Lennard-Jones length parameter
present in the simulation. In simulations containing charged or
dipolar atoms, the default cutoff radius is
Å
.
The switchingRadius is set to a default value of 95% of the cutoffRadius. In the special case of a simulation containing only Lennard-Jones atoms, the default switching radius takes the same value as the cutoff radius, and OOPSE will use a shifted potential to remove discontinuities in the potential at the cutoff. Both radii may be specified in the meta-data file.
Force fields can be added to OOPSE, although it comes with a few simple examples (Lennard-Jones, DUFF, WATER, and EAM) which are explained in the following sections.
|
|
Updated on January 16, 2006