NTEMPER: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{TAGDEF|NTEMPER|[integer]| 200}}
{{TAGDEF|NTEMPER|[integer]| 200}}


Description: {{TAG|NTEMPER}} specifies how often temperature swaps are attempted during parallel tempering. The flag must be used in combination with  {{TAG|IMAGES}} and {{TAG|LTEMPER}}.  
Description: {{TAG|NTEMPER}} specifies how often temperature swaps are attempted during parallel tempering. The flag must be used in combination with  {{TAG|IMAGES}} and {{TAG|LTEMPER}}. {{TAG|LTEMPER}}=0, allows to  run several independent calculations.


----
----

Revision as of 17:01, 12 March 2024

NTEMPER = [integer]
Default: NTEMPER = 200 

Description: NTEMPER specifies how often temperature swaps are attempted during parallel tempering. The flag must be used in combination with IMAGES and LTEMPER. LTEMPER=0, allows to run several independent calculations.


NTEMPER must be a positive integer or zero. Swaps are on average attempted after NTEMPER molecular dynamics steps. Specifically, a random number between [0,1[ is drawn. The next temperature swaps are attempted after NTEMPER steps. Obviously, for NTEMPER=1 swaps are attempted at every MD step. In the present code version, temperature swaps are alternatively performed between images 1,2 and 3,4 and 5,6 etc., or upon the next swap between images 2,3 and 4,5 and 6,7 etc. This implies that many swaps are attempted at the same time.

Furthermore, no temperature swapping is attempted for NTEMPER=0. This allows many independent calculations to be performed in directories 01, 02, 03, ... which can be useful when performing many similar calculations for small systems or using machine-learned force fields on many-core machines (strong scaling is sometimes not particularly good for small systems).

A final note is in place. If INCAR files exist in the subdirectories, the tag NTEMPER must be set in all INCAR files of the subdirectories 01, 02, 03, and NTEMPER must be identical. Failure to observe this rule can lead to unexpected behavior.

Related tags and articles

IMAGES, LTEMPER

Examples that use this tag

References