TEBEG: Difference between revisions

From VASP Wiki
(Created page with '{{TAGDEF|TEBEG|[real]|0}} Description: {{TAG|TEBEG}} sets the start temperature for an ab-initio molecular dynamics run ({{TAG|IBRION}}=0). ---- If no initial velocities are sup…')
 
No edit summary
Line 11: Line 11:
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 {{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>.


== Related Tags and Sections ==
== Related Tags and Sections ==
{{TAG|TEEND}},
{{TAG|IBRION}},
{{TAG|IBRION}},
{{TAG|SMASS}}
{{TAG|SMASS}}

Revision as of 22:21, 29 March 2011

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


Contents