Unverified Commit f1c79fb9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1096 from ProfessorMiller/master

Changes to the NH fix enabling Cauchy stress control (Cauhchystat) du…
parents 77a28c40 a88e6494
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ OPT.
   * :doc:`npt (iko) <fix_nh>`
   * :doc:`npt/asphere (o) <fix_npt_asphere>`
   * :doc:`npt/body <fix_npt_body>`
   * :doc:`npt/cauchy <fix_npt_cauchy>`
   * :doc:`npt/eff <fix_nh_eff>`
   * :doc:`npt/sphere (o) <fix_npt_sphere>`
   * :doc:`npt/uef <fix_nh_uef>`
+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ accelerated styles exist.
* :doc:`npt <fix_nh>` - constant NPT time integration via Nose/Hoover
* :doc:`npt/asphere <fix_npt_asphere>` - NPT for aspherical particles
* :doc:`npt/body <fix_npt_body>` - NPT for body particles
* :doc:`npt/cauchy <fix_npt_cauchy>` - NPT with Cauchy stress
* :doc:`npt/eff <fix_nh_eff>` - NPT for  nuclei and electrons in the electron force field model
* :doc:`npt/sphere <fix_npt_sphere>` - NPT for spherical particles
* :doc:`npt/uef <fix_nh_uef>` - NPT style time integration with diagonal flow
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ integrators derived by Tuckerman et al in :ref:`(Tuckerman) <nh-Tuckerman>`.
----------


The thermostat parameters for fix styles *nvt* and *npt* is specified
The thermostat parameters for fix styles *nvt* and *npt* are specified
using the *temp* keyword.  Other thermostat-related keywords are
*tchain*\ , *tloop* and *drag*\ , which are discussed below.

+679 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Diff line number Diff line
@@ -311,6 +311,8 @@ cartesian
CasP
Caswell
Cates
cauchy
cauchystat
Cavium
Cawkwell
cbecker
@@ -781,6 +783,7 @@ equi
equil
equilibrate
equilibrated
equilibrates
equilibrating
equilibration
Equilibria
@@ -2129,6 +2132,7 @@ pathangle
Patomtrans
Pattnaik
Pavese
Pavia
Paxton
pbc
pc
@@ -2188,6 +2192,7 @@ piecewise
Pieniazek
Pieter
pimd
Piola
Pisarev
Pishevar
Pitera
Loading