AGGAX: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{TAGDEF|AGGAX|[real]|1.0-{{TAG|AEXX}}}}
{{TAGDEF|AGGAX|[real]|1.0-{{TAG|AEXX}} if {{TAG|LHFCALC}}{{=}}.TRUE. or 1.0 if {{TAG|LHFCALC}}{{=}}.FALSE.}}


Description: {{TAG|AGGAX}} specifies the fraction of gradient corrections to the exchange in a Hartree-Fock/DFT hybrid functional type calculation.
Description: {{TAG|AGGAX}} is a parameter that multiplies the GGA correction in the GGA exchange in a Hartree-Fock/GGA hybrid functional.
----
----
The sum of the fraction of the exact exchange and LDA exchange is always 1.0, and it is not possible to set the amount of LDA exchange independently. Examples: if {{TAG|AEXX}}=0.25, 1/4 of the exact exchange is used, and 3/4 of the LDA exchange is added. For {{TAG|AEXX}}=0.5, half of the exact exchange is used, and one half of the LDA exchange is added.
The sum of the fraction of the exact exchange and LDA exchange is always 1.0, and it is not possible to set the amount of LDA exchange independently. Examples: if {{TAG|AEXX}}=0.25, 1/4 of the exact exchange is used, and 3/4 of the LDA exchange is added. For {{TAG|AEXX}}=0.5, half of the exact exchange is used, and one half of the LDA exchange is added.

Revision as of 15:02, 15 February 2023

AGGAX = [real]
Default: AGGAX = 1.0-AEXX if LHFCALC=.TRUE. or 1.0 if LHFCALC=.FALSE. 

Description: AGGAX is a parameter that multiplies the GGA correction in the GGA exchange in a Hartree-Fock/GGA hybrid functional.


The sum of the fraction of the exact exchange and LDA exchange is always 1.0, and it is not possible to set the amount of LDA exchange independently. Examples: if AEXX=0.25, 1/4 of the exact exchange is used, and 3/4 of the LDA exchange is added. For AEXX=0.5, half of the exact exchange is used, and one half of the LDA exchange is added.

The amount of LDA correlation included in the hybrid functional can be specified through the ALDAC-tag.

The amount of gradient correction to the exchange and the correlation contributions can be set indepently, however (some popular hybride functionals for instance use only 0.8 of the gradient contribition to the exchange). The GGA flags AGGAX and AGGAC are only used if GGA is already selected (for LDA type calculations no gradient correction will be added regardless of values is used for AGGAX and AGGAC).

Related tags and articles

AEXX, AGGAC, ALDAC, LHFCALC, List of hybrid functionals

Examples that use this tag