NGY: Difference between revisions
No edit summary |
No edit summary |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{TAGDEF|NGY|[integer]|set in accordance with {{TAG|PREC}} and {{TAG|ENCUT}}}} | {{TAGDEF|NGY|[integer]|set in accordance with {{TAG|PREC}} and {{TAG|ENCUT}}}} | ||
Description: {{TAG|NGY}} sets the number of grid points in the FFT | Description: {{TAG|NGY}} sets the number of grid points in the FFT grid along the second lattice vector. | ||
---- | ---- | ||
By default {{TAG|NGY}} is set in accordance with the requested "precision" | By default {{TAG|NGY}} 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" | ||
|{{TAG|PREC}} || {{TAG|NGY}} | |{{TAG|PREC}} ||align="center"| {{TAG|NGY}} | ||
|- | |- | ||
| Normal || 3/2× | | Normal ||align="center"| 3/2×<math>G_{\rm cut}</math> | ||
|- | |- | ||
| Single || 3/2× | | Single (VASP.5) ||align="center"| 3/2×<math>G_{\rm cut}</math> | ||
|- | |- | ||
| | | Single (VASP.6) ||align="center"| 2×<math>G_{\rm cut}</math> | ||
|- | |- | ||
| | | SingleN (VASP.6) ||align="center"| 3/2×<math>G_{\rm cut}</math> | ||
|- | |- | ||
| | | Accurate ||align="center"| 2×<math>G_{\rm cut}</math> | ||
|- | |- | ||
| High || | | Low ||align="center"| 3/2×<math>G_{\rm cut}</math> | ||
|- | |||
| Medium ||align="center"| 3/2×<math>G_{\rm cut}</math> | |||
|- | |||
| High ||align="center"| 2×<math>G_{\rm cut}</math> | |||
|} | |} | ||
where | where | ||
:<math>E_{\rm cut}=\frac{\hbar^2}{2m_e}G_{\rm cut}^2</math> | :<math>E_{\rm cut}=\frac{\hbar^2}{2m_e}G_{\rm cut}^2</math> | ||
with | with <math>E_{\rm cut}</math>={{TAG|ENCUT}}. | ||
Alternatively {{TAG|NGY}} | Alternatively, {{TAG|NGY}} can be set to a specific value in the {{FILE|INCAR}} file. | ||
== Related | == Related tags and articles == | ||
{{TAG|NGX}}, | {{TAG|NGX}}, | ||
{{TAG|NGZ}}, | {{TAG|NGZ}}, | ||
Line 34: | Line 38: | ||
{{TAG|PREC}}, | {{TAG|PREC}}, | ||
{{TAG|ENCUT}}, | {{TAG|ENCUT}}, | ||
{{TAG|ENAUG | {{TAG|ENAUG}} | ||
{{sc|NGY|Examples|Examples that use this tag}} | {{sc|NGY|Examples|Examples that use this tag}} | ||
[[Category:INCAR]] | [[Category:INCAR tag]][[Category:Projector-augmented-wave method]] |
Latest revision as of 11:56, 17 October 2024
NGY = [integer]
Default: NGY = set in accordance with PREC and ENCUT
Description: NGY sets the number of grid points in the FFT grid along the second lattice vector.
By default NGY is set in accordance with the requested "precision" mode PREC and the plane wave kinetic energy cutoff ENCUT:
where
with =ENCUT.
Alternatively, NGY can be set to a specific value in the INCAR file.