Jump to content

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

GGA COMPAT: Difference between revisions

From VASP Wiki
Ftran (talk | contribs)
No edit summary
Ftran (talk | contribs)
No edit summary
Line 5: Line 5:
----
----


Gradient corrected functionals might break the symmetry of
{{TAG|GGA}} and {{TAG|METAGGA}} functionals might break the symmetry of
the Bravais lattice slightly for non cubic cells (this
the Bravais lattice slightly for non cubic cells (this
includes primitive fcc and bcc lattices).
includes primitive fcc and bcc lattices).

Revision as of 15:11, 18 October 2023

GGA_COMPAT = .TRUE. | .FALSE.
Default: GGA_COMPAT = .TRUE. 

Description: If set to GGA_COMPAT = .FALSE., this flag restores the full lattice symmetry for gradient corrected functionals.


GGA and METAGGA functionals might break the symmetry of the Bravais lattice slightly for non cubic cells (this includes primitive fcc and bcc lattices). The origin of this problem is subtle and relates to the fact that the gradient field breaks the lattice symmetry for non-cubic lattices. This can be fixed by setting

GGA_COMPAT = .FALSE.

to apply a spherical cutoff to the gradient field, i.e. for all reciprocal lattice vectors [math]\displaystyle{ \bold{G} }[/math] that exceed a certain cutoff length [math]\displaystyle{ \bold{G}_{cut} }[/math] the gradient field as well as the charge density are set to zero before calculating the exchange correlation energy and potential. The cutoff [math]\displaystyle{ \bold{G}_{cut} }[/math] is determined automatically so that the cutoff sphere is fully inscribed in the parallelepiped defined by the FFT grid in the reciprocal space.


Related tags and articles

GGA, METAGGA

Examples that use this tag