TEBEG: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
Line 10: Line 10:
</math>
</math>


This temperature ist written to the {{FILE|OUTCAR}} file.  
This temperature is written to the {{FILE|OUTCAR}} file.  
Depending on the type of thermostat this temperature has to be rescaled to obtain the real simulation temperature.  
Depending on the type of thermostat this temperature has to be rescaled to obtain the real simulation temperature.  


*{{TAG|Nose-Hoover thermostat}}:
*[[Nosé-Hoover thermostat]]:
In this thermostat the number of degrees of freedom including constraines are already acounted for in the potential energy term. In this this method the center of mass is conserved. This lowers the degrees of freedom by one which is also taken into account in the {{TAG|OUTCAR}} file.  
In this thermostat the number of degrees of freedom including constraints are already accounted for in the potential energy term. In this this method the center of mass is conserved. This lowers the degrees of freedom by one which is also taken into account in the {{TAG|OUTCAR}} file.  


*{{TAG|Andersen thermostat}}:
*[[Andersen thermostat]]:
Same as for {{TAG|Nose-Hoover thermostat}}.
Same as for [[Nosé-Hoover thermostat]].


*{{TAG|Langevin thermostat}}:
*[[Langevin thermostat]]:
As for the {{TAG|Nose-Hoover thermostat}} and {{TAG|Andersen thermostat}} in this thermostat the number of degrees of freedom including constraines are already acounted for. The center of mass is not conserved in this method, hence this method has 3 degrees of freedom more than the {{TAG|Nose-Hoover thermostat}} and {{TAG|Andersen thermostat}}.  
As for the [[Nosé-Hoover thermostat]] and [[Andersen thermostat]] in this thermostat the number of degrees of freedom including constraints are already accounted for. The center of mass is not conserved in this method, hence this method has 3 degrees of freedom more than the [[Nosé-Hoover thermostat]] and the [[Andersen thermostat]].  


== Related tags and articles ==
== Related tags and articles ==

Latest revision as of 21:05, 17 October 2025

TEBEG = [real]
Default: TEBEG = 0 

Description: TEBEG sets the starting temperature (in K) 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: If MDALGO>0 is used VASP defines the temperature as

[math]\displaystyle{ T= \frac{1}{ k_B T 3 (N_{\rm ions}-N_{\rm constraints})} \sum\limits_{n}^{N_{\rm ions}} M_n | \vec v_n |^2. }[/math]

This temperature is written to the OUTCAR file. Depending on the type of thermostat this temperature has to be rescaled to obtain the real simulation temperature.

In this thermostat the number of degrees of freedom including constraints are already accounted for in the potential energy term. In this this method the center of mass is conserved. This lowers the degrees of freedom by one which is also taken into account in the OUTCAR file.

Same as for Nosé-Hoover thermostat.

As for the Nosé-Hoover thermostat and Andersen thermostat in this thermostat the number of degrees of freedom including constraints are already accounted for. The center of mass is not conserved in this method, hence this method has 3 degrees of freedom more than the Nosé-Hoover thermostat and the Andersen thermostat.

Related tags and articles

TEEND, IBRION, SMASS

Examples that use this tag