MDALGO: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 8: Line 8:


*{{TAG|MDALGO}}=1
*{{TAG|MDALGO}}=1
:''NVT''-simulation with Andersen thermostat:<ref name="Andersen80"/> the system is thermally coupled to a fictitious heat bath with the desired temperature. The coupling is represented by stochastic impulsive forces that act occasionally on randomly selected particles. The collision probability is defined as an average number of collisions per atom and time-step. This quantity can be controlled by the flag {{TAG|ANDERSEN_PROB}}. The total number of collisions with the heat-bath is written in the file {{FILE|REPORT}} for each MD step.
:''NVT''-simulation with Andersen thermostat. In the approach proposed by Andersen<ref name="Andersen80"/> the system is thermally coupled to a fictitious heat bath with the desired temperature. The coupling is represented by stochastic impulsive forces that act occasionally on randomly selected particles. The collision probability is defined as an average number of collisions per atom and time-step. This quantity can be controlled by the flag {{TAG|ANDERSEN_PROB}}. The total number of collisions with the heat-bath is written in the file {{FILE|REPORT}} for each MD step.


*{{TAG|MDALGO}}=2
*{{TAG|MDALGO}}=2

Revision as of 11:43, 10 April 2014

MDALGO = 0 | 1 | 2 | 3 | 11 | 21 | 13
Default: MDALGO = 0 

Description: MDALGO specifies the molecular dynamics simulation protocol (in case IBRION=0 and VASP was compiled with -Dtbdyn).


Standard molecular dynamics (IBRION=0), the same behavior as if VASP were compiled without -Dtbdyn.
NVT-simulation with Andersen thermostat. In the approach proposed by Andersen[1] the system is thermally coupled to a fictitious heat bath with the desired temperature. The coupling is represented by stochastic impulsive forces that act occasionally on randomly selected particles. The collision probability is defined as an average number of collisions per atom and time-step. This quantity can be controlled by the flag ANDERSEN_PROB. The total number of collisions with the heat-bath is written in the file REPORT for each MD step.
Nose-Hoover thermostat (SMASS needs to be specified in the INCAR file).
Langevin dynamics.
Metadynamics with Andersen thermostat[1] (see remarks under MDALGO=0 as well).
Metadynamics with Nose-Hoover Thermostat (SMASS needs to be specified in the INCAR file).
Up to three user-defined atomic subsystems coupled with independent Andersen thermostats.[1]

Related Tags and Sections

IBRION, ISIF, SMASS, ANDERSON_PROB, RANDOM_SEED, LBLUEOUT, SHAKETOL, SHAKEMAXITER, HILLS_H, HILLS_W, HILLS_BIN, INCREM, STATUS, VALUE_MIN, VALUE_MAX, LANGEVIN_GAMMA, LANGEVIN_GAMMA_L, PMASS

References


Contents