LANGEVIN GAMMA: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Description: {{TAG|LANGEVIN_GAMMA}} specifies the friction coefficients (in ps<sup>-1</sup>) for atomic degrees-of-freedom when using a Langevin thermostat (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).
Description: {{TAG|LANGEVIN_GAMMA}} specifies the friction coefficients (in ps<sup>-1</sup>) for atomic degrees-of-freedom when using a Langevin thermostat (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).
----
----
When using a [[MDALGO#LangevinEOM|Langevin thermostat]]<ref name="Allen91"/> ({{TAG|MDALGO}}=3), the friction coefficients &gamma; for the atomic degrees-of-freedom are specified (in ps<sup>-1</sup>) using the {{TAG|LANGEVIN_GAMMA}}-tag.
When using a [[Langevin thermostat]]<ref name="Allen91"/> ({{TAG|MDALGO}}=3), the friction coefficients &gamma; for the atomic degrees-of-freedom are specified (in ps<sup>-1</sup>) using the {{TAG|LANGEVIN_GAMMA}}-tag.


One has to specify a separate friction coefficient for each of the NTYP atomic species found on the {{FILE|POTCAR}}-file.  
One has to specify a separate friction coefficient for each of the NTYP atomic species found on the {{FILE|POTCAR}}-file.  
Line 32: Line 32:


----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR tag]][[Category:Molecular dynamics]][[Category:Thermostats]]
[[Category:INCAR tag]][[Category:Molecular dynamics]][[Category:Thermostats]]

Latest revision as of 12:45, 14 November 2023

LANGEVIN_GAMMA = [Real array]
Default: LANGEVIN_GAMMA = NTYP×0 

Description: LANGEVIN_GAMMA specifies the friction coefficients (in ps-1) for atomic degrees-of-freedom when using a Langevin thermostat (in case VASP was compiled with -Dtbdyn).


When using a Langevin thermostat[1] (MDALGO=3), the friction coefficients γ for the atomic degrees-of-freedom are specified (in ps-1) using the LANGEVIN_GAMMA-tag.

One has to specify a separate friction coefficient for each of the NTYP atomic species found on the POTCAR-file.

Practical example

Consider a system consisting of 16 hydrogen and 48 silicon atoms. Suppose that eight silicon atoms are considered to be Langevin atoms and the remaining 32 Si atoms are either fixed or Newtonian atoms. The Langevin and Newtonian (or fixed) atoms should be considered as different species, i.e., the POSCAR-file should contain the line like this:

Si H Si
40 16 8

As only the final eight Si atoms are considered to be Langevin atoms, the INCAR-file should contain the following line defining the friction coefficients:

LANGEVIN_GAMMA = 0.0   0.0   10.0

i.e., for all non-Langevin atoms, γ should be set to zero.

Related tags and articles

LANGEVIN_GAMMA_L, MDALGO

Examples that use this tag

References

  1. M. P. Allen and D. J. Tildesley, Computer simulation of liquids, Oxford university press: New York, 1991.