ENCUT: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 13: Line 13:
The criterion <math>| \mathbf{G} | <  G_{\mathrm{cut}} </math> (i.e. same basis set for each '''k'''-point) would lead to a very rough energy-volume curve and, generally, slower energy convergence.
The criterion <math>| \mathbf{G} | <  G_{\mathrm{cut}} </math> (i.e. same basis set for each '''k'''-point) would lead to a very rough energy-volume curve and, generally, slower energy convergence.


The {{FILE|POTCAR}} files contain a default {{TAG|ENMAX}} (and {{TAG|ENMIN}}) line, therefore it is in principle not necessary to specify {{TAG|ENCUT}} in the {{FILE|INCAR}} file.
The {{FILE|POTCAR}} files contain a default {{TAG|ENMAX}} (and {{TAG|ENMIN}}), therefore it is in principle not necessary to specify {{TAG|ENCUT}} in the {{FILE|INCAR}} file.
For calculations with more than one species, the maximum cutoff {{TAG|ENMAX}} or {{TAG|ENMIN}} value is used for the calculation (see {{TAG|PREC}}).
For calculations with more than one species, the maximum cutoff {{TAG|ENMAX}} or {{TAG|ENMIN}} value is used for the calculation (see {{TAG|PREC}}).
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.

Revision as of 09:00, 17 October 2023

ENCUT = [real] 

Default: ENCUT = largest ENMAX in the POTCAR file

Description: ENCUT specifies the energy cutoff 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), 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