TEBEG: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 9: Line 9:
T= \frac{1}{3 k_B T N_{\rm ions}} \sum_n M_n | \vec v_n |^2.
T= \frac{1}{3 k_B T N_{\rm ions}} \sum_n M_n | \vec v_n |^2.
</math>
</math>
VASP only writes the input value of the temperature to the {{FILE|OUTCAR}} file).
Depending on the type of thermostat this temperature has to be rescaled to obtain the real simulation temperature.
*{{TAG|Nose-Hoover thermostat}}:
But, because the center of mass is conserved, there are only 3(N<sub>ions</sub>-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={{TAG|TEBEG}}&times;N<sub>ions</sub>/(N<sub>ions</sub>-1)
But, because the center of mass is conserved, there are only 3(N<sub>ions</sub>-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={{TAG|TEBEG}}&times;N<sub>ions</sub>/(N<sub>ions</sub>-1)


Consequently, the temperature written by VASP (e.g. in the {{FILE|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: {{TAG|TEBEG}}=T<sub>requested</sub>&times;(N<sub>ions</sub>-1)/N<sub>ions</sub>.
Consequently, the temperature written by VASP (e.g. in the 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: {{TAG|TEBEG}}=T<sub>requested</sub>&times;(N<sub>ions</sub>-1)/N<sub>ions</sub>.


== Related Tags and Sections ==
== Related Tags and Sections ==

Revision as of 09:14, 25 June 2019

TEBEG = [real]
Default: TEBEG = 0 

Description: TEBEG sets the start temperature for an ab-initio molecular dynamics run (IBRION=0) and other routines (e.g. Electron-phonon interactions from Monte-Carlo sampling).


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

VASP only writes the input value of the temperature to the OUTCAR file). Depending on the type of thermostat this temperature has to be rescaled to obtain the real simulation temperature.



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 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

Examples that use this tag