Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

NBLOCK: Difference between revisions

From VASP Wiki
Singraber (talk | contribs)
No edit summary
No edit summary
 
Line 16: Line 16:


{{sc|NBLOCK|Examples|Examples that use this tag}}
{{sc|NBLOCK|Examples|Examples that use this tag}}
----


[[Category:INCAR tag]][[Category:Molecular dynamics]][[Category:Performance]]
[[Category:INCAR tag]][[Category:Molecular dynamics]][[Category:Performance]]

Latest revision as of 14:23, 17 October 2024

NBLOCK = [integer]
Default: NBLOCK = 1 

Description: After NBLOCK ionic steps the pair-correlation function and the DOS are calculated and the ionic configuration is written to the XDATCAR-file.


It is recommended to leave NBLOCK to 1, since the computational overhead to determine the DOS and pair correlation function is minimal. Only for molecular dynamics simulations with many 1000 steps or when using machine-learned force fields, it might be expedient to increase NBLOCK to say 10 or even 100, to avoid large XDATCAR-files and the evaluation of the pair correlation function at every step.

In addition

  • NBLOCK controls how often the kinetic energy is scaled if SMASS = -1.
  • After KBLOCK * NBLOCK ionic steps the averaged pair correlation function and DOS are written to the files PCDAT and DOSCAR. The internal accumulators are reset, and after another KBLOCK * NBLOCK steps the new averaged quantities are written out.

Related tags and articles

PCDAT, DOSCAR, XDATCAR, KBLOCK, ML_OUTBLOCK

Examples that use this tag