ENCUT: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 7: Line 7:
All plane waves with a kinetic energy smaller than <math>E_{\mathrm{cut}}</math> are included in the basis set, i.e.,
All plane waves with a kinetic energy smaller than <math>E_{\mathrm{cut}}</math> are included in the basis set, i.e.,


<math> | \mathbf{G} + \mathbf{k} | < G_{\mathrm{cut}} </math> with <math> E_{\mathrm{cut}} = \frac{\hbar^2}{2m} G^2_{\mathrm{cut}} </math>
::<math> | \mathbf{G} + \mathbf{k} | < G_{\mathrm{cut}} </math> with <math> E_{\mathrm{cut}} = \frac{\hbar^2}{2m} G^2_{\mathrm{cut}} </math>


The number of plane waves differs for each '''k'''-point, leading to a superior behavior for, e.g. energy-volume calculations.
The number of plane waves differs for each '''k'''-point, leading to a superior behavior for, e.g. energy-volume calculations.
Line 17: Line 17:
For consistency reasons we still recommend to specify the cutoff manually in the {{FILE|INCAR}} file and keep it constant throughout a set of calculations.
For consistency reasons we still recommend to specify the cutoff manually in the {{FILE|INCAR}} file and keep it constant throughout a set of calculations.


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|ENMAX}},
{{TAG|ENMAX}},
{{TAG|ENMIN}},
{{TAG|ENMIN}},
Line 29: Line 29:
[[The_VASP_Manual|Contents]]
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Electronic Minimization]][[Category:Electronic Minimization Methods]]
[[Category:INCAR]][[Category:Electronic minimization]]

Revision as of 10:57, 6 April 2022

ENCUT = [real] 

Default: ENCUT = largest ENMAX on the POTCAR file

Description: ENCUT specifies the cutoff energy for the plane-wave-basis set in eV.


All plane waves with a kinetic energy smaller than are included in the basis set, i.e.,

with

The number of plane waves differs for each k-point, leading to a superior behavior for, e.g. energy-volume calculations. If the volume is increased the total number of plane waves changes fairly smoothly. The criterion (i.e. same basis set for each k-point) would lead to a very rough energy-volume curve and, generally, slower energy convergence.

The POTCAR files contain a default ENMAX (and ENMIN) line, therefore it is in principle not necessary to specify ENCUT in the INCAR file. For calculations with more than one species, the maximum cutoff ENMAX or ENMIN value is used for the calculation (see PREC). For consistency reasons we still recommend to specify the cutoff manually in the INCAR file and keep it constant throughout a set of calculations.

Related tags and articles

ENMAX, ENMIN, ENINI, PREC, POTCAR

Examples that use this tag


Contents