- NAME
EWALD - Determine if standard Ewald or particle mesh Ewald sum
must be used
- SYNOPSIS
EWALD off
EWALD ON alphal rkcut
EWALD PME alphal ftt1 ftt2 ftt3 order
EWALD REMOVE_MOMENTUM
- DESCRIPTION
As described in Sec. 4.1 ORAC can
handle the electrostatic interactions by Ewald summation. If the
argument to the command is on followed by and
rkcut, standard Ewald is used with
in Å and the cutoff in k-space
in Å. The output will show what degree of convergence has
been reached showing the numerical value of
and of
.
To chose instead PME the argument pme
must be chosen. Here, alphal has
the same meaning as before, while order is the order of the
spline and
define the three dimensional grid in
direct space providing the number of bins along the , ,
crystal axis, i.e. the dimensions of the 3-D FFT used in the PME
method. For best efficiency
, fft2, and fft3 must be
multiples of or . Of course, if the argument is off no
Ewald summation is used for the electrostatic interactions.
When using PME, Newton third law is not obeyed exactly but
to the numerical accuracy of the interpolation. This leads to
a small momentum of the MD cell which can be removed by specifying
the argument REMOVE_MOMENTUM
- EXAMPLES
- 1
- EWALD on 0.4 2.0
Standard Ewald is used with parameters
Å and
Å.
- 2
- EWALD pme 0.4 45 32 45 6
EWALD REMOVE_MOMENTUM
The electrostatic interaction is
handled by PME with
Å, the order of the
spline is and the and the number of bins for defining the grid
are 45,32,45 along the , , crystal axis, respectively.
Typically, acceptable relative accuracy (-) on
electrostatic energies and forces is obtained with a grid spacing of
about 1-1.2 Å along each dimension. In this example the second
invocation of the EWALD command is used in order to remove the linear
momentum of the MD cell.
procacci
2021-12-29