Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
c65c6b28
Unverified
Commit
c65c6b28
authored
Mar 27, 2020
by
Andy Simmonett
Browse files
Add Drude blurb
parent
1898d48a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
9 deletions
+20
-9
docs-source/usersguide/application.rst
docs-source/usersguide/application.rst
+12
-7
docs-source/usersguide/library.rst
docs-source/usersguide/library.rst
+7
-1
docs-source/usersguide/references.bib
docs-source/usersguide/references.bib
+1
-1
No files found.
docs-source/usersguide/application.rst
View file @
c65c6b28
...
@@ -1068,13 +1068,18 @@ temperature control with a velocity scaling algorithm that produces more
...
@@ -1068,13 +1068,18 @@ temperature control with a velocity scaling algorithm that produces more
accurate transport properties :cite:`Basconi2013`. This velocity scaling
accurate transport properties :cite:`Basconi2013`. This velocity scaling
results from propagating a chain of extra variables, which slightly reduces the
results from propagating a chain of extra variables, which slightly reduces the
computational efficiency with respect to :code:`LangevinMiddleIntegrator`. The
computational efficiency with respect to :code:`LangevinMiddleIntegrator`. The
integrator is minimally created by specifying only the timestep::
thermostated integrator is minimally created similarly to the
:code:`LangevinMiddleIntegrator` example above::
integrator = NoseHooverIntegrator(0.004*picoseconds)
NoseHooverIntegrator integrator(300*kelvin, 25/picosecond, 0.004*picoseconds);
However, many optional settings may be tuned as described XXXXXXXX. Note that
for this integrator, the velocities are offset by half a time step from the
The first argument specifies the target temperature. The second specifies the
positions.
frequency of interaction with the heat bath: a lower value interacts minimally,
yielding the microcanonical ensemble in the limit of a zero frequency, while a
larger frequency will perturb the system greater, keeping it closer to the
target temperature. The third argument is the integration timestep that, like
the other arguments, must be specified with units. Note that for this
integrator, the velocities are offset by half a time step from the positions.
Leapfrog Verlet Integrator
Leapfrog Verlet Integrator
--------------------------
--------------------------
...
...
docs-source/usersguide/library.rst
View file @
c65c6b28
...
@@ -3634,7 +3634,7 @@ the Drude particle and the spring constant *k* by
...
@@ -3634,7 +3634,7 @@ the Drude particle and the spring constant *k* by
A damped interaction\ :cite:`Thole1981` is used between dipoles that are
A damped interaction\ :cite:`Thole1981` is used between dipoles that are
bonded to each other.
bonded to each other.
The equations of motion can be integrated with t
wo
different methods:
The equations of motion can be integrated with t
hree
different methods:
#. In the Self Consistent Field (SCF) method, the ordinary particles are first
#. In the Self Consistent Field (SCF) method, the ordinary particles are first
updated as usual. A local energy minimization is then performed to select new
updated as usual. A local energy minimization is then performed to select new
...
@@ -3649,3 +3649,9 @@ The equations of motion can be integrated with two different methods:
...
@@ -3649,3 +3649,9 @@ The equations of motion can be integrated with two different methods:
temperature, while using a much lower temperature for their relative internal
temperature, while using a much lower temperature for their relative internal
motion. In practice, this produces dipole moments very close to those from the
motion. In practice, this produces dipole moments very close to those from the
SCF solution while being much faster to compute.
SCF solution while being much faster to compute.
#. The Nosé-Hoover dual thermostat method. In this approach the motion of
non-Drude sites and center of mass motion of Drude pairs are thermostated to
the target temperature with one thermostat. Another thermostat is used to keep
relative motion of Drude pairs to a different, typically much lower,
temperature to maintain separation of nuclear and electronic degrees of
freedom.
docs-source/usersguide/references.bib
View file @
c65c6b28
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
issue
=
{7}
,
issue
=
{7}
,
pages
=
{2887-2899}
,
pages
=
{2887-2899}
,
year
=
{2013}
,
year
=
{2013}
,
doi
=
{
https://doi.org/
10.1021/ct400109a}
doi
=
{10.1021/ct400109a}
}
}
@article
{
Berendsen1987
@article
{
Berendsen1987
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment