Jump to content

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

NGX: Difference between revisions

From VASP Wiki
Ftran (talk | contribs)
No edit summary
Ftran (talk | contribs)
No edit summary
Line 3: Line 3:
Description: {{TAG|NGX}} sets the number of grid points in the FFT grid along the first lattice vector.
Description: {{TAG|NGX}} sets the number of grid points in the FFT grid along the first lattice vector.
----
----
By default {{TAG|NGX}} is set in accordance with the requested "precision" mode ({{TAG|PREC}}) and the plane wave kinetic energy cutoff {{TAG|ENCUT}}:
By default {{TAG|NGX}} is set in accordance with the requested "precision" mode {{TAG|PREC}} and the plane wave kinetic energy cutoff {{TAG|ENCUT}}:


::{| cellpadding="5" cellspacing="0" border="1"
::{| cellpadding="5" cellspacing="0" border="1"

Revision as of 07:52, 17 October 2023

NGX = [integer]
Default: NGX = set in accordance with PREC and ENCUT 

Description: NGX sets the number of grid points in the FFT grid along the first lattice vector.


By default NGX is set in accordance with the requested "precision" mode PREC and the plane wave kinetic energy cutoff ENCUT:

PREC NGX
Normal 3/2×[math]\displaystyle{ G_{\rm cut} }[/math]
Single (VASP.5) 3/2×[math]\displaystyle{ G_{\rm cut} }[/math]
Single (VASP.6) [math]\displaystyle{ G_{\rm cut} }[/math]
SingleN (VASP.6) 3/2×[math]\displaystyle{ G_{\rm cut} }[/math]
Accurate [math]\displaystyle{ G_{\rm cut} }[/math]
Low 3/2×[math]\displaystyle{ G_{\rm cut} }[/math]
Medium 3/2×[math]\displaystyle{ G_{\rm cut} }[/math]
High [math]\displaystyle{ G_{\rm cut} }[/math]

where

[math]\displaystyle{ E_{\rm cut}=\frac{\hbar^2}{2m_e}G_{\rm cut}^2 }[/math]

with [math]\displaystyle{ E_{\rm cut} }[/math]=ENCUT.

Alternatively, NGX can be set to a specific value in the INCAR file.

Related tags and articles

NGY, NGZ, NGXF, NGYF, NGZF, PREC, ENCUT, ENAUG

Examples that use this tag