Nose-Hoover-chain thermostat: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 18: Line 18:
</math>
</math>


 
In accurate calculations, the RESPA methodology can be used split the integration step used in thermostat variables propagation into {{TAG|NHC_NRESPA}} equal parts, each of which may be further divided into {{TAG|NHC_NS}} smaller parts treated by Suzuki-Yoshida scheme of fourth or sixth order.
{{TAG|NHC_NRESPA}}
 
 
{{TAG|NHC_NS}}


----
----
==References==
==References==
<references/>
<references/>

Revision as of 12:38, 17 May 2023

The standard Nosé-Hoover thermostat suffers from well-known issues, such as the ergodicity violation in the case of simple harmonic oscillator[1]. As proposed by Martyna and Klein[1], these problems can be solved by using multiple Nose Hoover thermostats connected in a chain. Although the underlining dynamics is non-Hamiltonian, the corresponding equations of motion conserve the following energy term:

where is the Hamiltonian of the physical system, , and are the numbers of thermostats, atoms in the cell, and geometric constraints, respectively, and , , and are the position, momentum, and mass-like parameter associated with the thermostat . Just like the total energy in NVE ensemble, is valuable for diagnostics purposes. Indeed, a significant drift in indicates that the corresponding computational setting is suboptimal. Typical reasons for this behavior involve noisy forces (e.g., because of a poor SCF convergence) and/or a too large integration step (defined via POTIM).

The number of thermostats is controlled by the flag NHC_NCHAINS. Typically, this flag is set to a value between 1 and 5, the maximal allowed value is 20. In the special case of NHC_NCHAINS=0, the thermostat is switched off, leading to a MD in microcanonical ensemble. Another special case of NHC_NCHAINS=1 corresponds to the standard Nose-Hoover thermostat.

The only parameter of this thermostat is the characteristic time scale (), defined via flag NHC_PERIOD. This parameter is used to setup the mass-like variables via the relations:

In accurate calculations, the RESPA methodology can be used split the integration step used in thermostat variables propagation into NHC_NRESPA equal parts, each of which may be further divided into NHC_NS smaller parts treated by Suzuki-Yoshida scheme of fourth or sixth order.


References