TEBEG

From VASP Wiki
Revision as of 22:21, 29 March 2011 by Mmars (talk | contribs)

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