next up previous contents
Next: SMASS-tag Up: The INCAR File Previous: LCORR-tag   Contents


TEBEG, TEEND-tag


\begin{displaymath}
TEBEG = \mbox{start temperature} ; \qquad TEEND = \mbox{final temperature}
\end{displaymath}

Default:
TEBEG = 0
TEEND = TEBEG


TEBEG and TEEND control the temperature during an ab-initio mulecular dynamics. (see next section). 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 that VASP defines the temperature as

\begin{displaymath}
T= \frac{1}{3 k_B T N_{\rm ions}} \sum_n M_n \vert \vec v_n \vert^2.
\end{displaymath} (7)

But, because the center of mass is conserved there are only $ 3 (N_{\rm ions}-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
\begin{displaymath}
T = {\rm TEBEG } \times N_{\rm ions} / ( N_{\rm ions}-1 ).
\end{displaymath} (8)

Also the temperature written by VASP (see e.g. OUTCAR file) is incorrect and has to be corrected accordingly. Usually the effect is rather small and subtle, but one should correct the error if very precise results are required. This means that a lower teperature should be specified according to
\begin{displaymath}
{\rm TEBEG } = T_{\rm soll} \times ( N_{\rm ions}-1 ) / N_{\rm ions},
\end{displaymath} (9)

in the INCAR file.


next up previous contents
Next: SMASS-tag Up: The INCAR File Previous: LCORR-tag   Contents
Georg Kresse
2009-04-23