TEBEG: Difference between revisions

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


== Example Calculations using this Tag ==
== Example Calculations using this Tag ==
{{TAG|H2O molecular dynamics}}, {{TAG|liquid Si}}
{{TAG|Constrained MD using a canonical ensemble}}, {{TAG|Constrained MD using a microcanonical ensemble}}, {{TAG|H2O molecular dynamics}}, {{TAG|liquid Si}}, {{TAG|Standard relaxation}}
----
----
[[The_VASP_Manual|Contents]]
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Dynamics]]
[[Category:INCAR]][[Category:Dynamics]]

Revision as of 11:59, 24 February 2017

TEBEG = [real]
Default: TEBEG = 0 

Description: TEBEG sets the start temperature for an ab-initio molecular dynamics run (IBRION=0).


If no initial velocities are supplied on the POSCAR file, the velocities are set randomly according to a Maxwell-Boltzmann distribution at the initial temperature TEBEG. Velocities are only used for molecular dynamics (IBRION=0).

Mind: VASP defines the temperature as

But, because the center of mass is conserved, there are only 3(Nions-1) degrees of freedom (the sum of all velocities is zero, if a random initialization is chosen). This means that the real simulation temperature is: T=TEBEG×Nions/(Nions-1)

Consequently, the temperature written by VASP (e.g. in the OUTCAR file) is incorrect and has to be corrected in accordance with the above. Usually the effect is rather small and subtle, but one should correct the error if very precise results are required; in that case the temperature should be specified according to: TEBEG=Trequested×(Nions-1)/Nions.

Related Tags and Sections

TEEND, IBRION, SMASS

Example Calculations using this Tag

Constrained MD using a canonical ensemble, Constrained MD using a microcanonical ensemble, H2O molecular dynamics, liquid Si, Standard relaxation


Contents