AGGAC: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Tag: Manual revert
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TAGDEF|AGGAC|[real]|1.0}}
{{TAGDEF|AGGAC|[real]}}
{{DEF|AGGAC|1.0 | if {{TAG|LHFCALC}}<math>=</math>.FALSE. or {{TAG|AEXX}}<math>\neq</math>1.0 | 0.0 | if {{TAG|LHFCALC}}<math>=</math>.TRUE. and {{TAG|AEXX}}<math>=</math>1.0}}


Description: {{TAG|AGGAC}} specifies the fraction of gradient corrections to the correlation in a Hartree-Fock/DFT hybrid functional type calculation.
Description: {{TAG|AGGAC}} is a parameter that multiplies the gradient correction in the GGA correlation 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 indepently. 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.
{{TAG|AGGAC}} can be used as the fraction of gradient correction in the GGA correlation in a Hartree-Fock/DFT hybrid functional.  
{{NB|mind|
*{{TAG|AGGAC}} is implemented for all functionals listed at {{TAG|GGA}} except AM05.
*{{TAG|AGGAC}} is implemented for the functionals from Libxc (see {{TAG|LIBXC1}} for details).
}}


The amount of LDA correlation included in the hybrid functional can be specified through the {{TAG|ALDAC}}-tag.
== Related tags and articles ==
 
The amount of gradient correction to the exchange and the correlation contributions can be set indepently, however (some [[specific_hybrid_functionals|popular hybride functionals]] for instance use only 0.8 of the gradient contribition to the exchange). The GGA flags {{TAG|AGGAX}} and {{TAG|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 {{TAG|AGGAX}} and {{TAG|AGGAC}}).
 
== Related Tags and Sections ==
{{TAG|AEXX}},
{{TAG|AEXX}},
{{TAG|ALDAX}},
{{TAG|ALDAC}},
{{TAG|AGGAX}},
{{TAG|AGGAX}},
{{TAG|ALDAC}},
{{TAG|AMGGAX}},
{{TAG|AMGGAC}},
{{TAG|LHFCALC}},
{{TAG|LHFCALC}},
[[Hartree-Fock_and_HF/DFT_hybrid_functionals|hybrid functionals]],
[[list_of_hybrid_functionals|List of hybrid functionals]],
[[specific_hybrid_functionals|settings for specific hybrid functionals]]
[[Hybrid_functionals:_formalism|Hybrid functionals: formalism]]
 
{{sc|AGGAC|Examples|Examples that use this tag}}


== Examples using this Tag ==
{{TAG|bandgap of Si using different DFT+HF methods}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Hybrids]]
[[Category:INCAR tag]][[Category:Exchange-correlation functionals]][[Category:Hybrid_functionals]]

Latest revision as of 11:12, 7 February 2024

AGGAC = [real] 

Default: AGGAC = 1.0 if LHFCALC.FALSE. or AEXX1.0
= 0.0 if LHFCALC.TRUE. and AEXX1.0

Description: AGGAC is a parameter that multiplies the gradient correction in the GGA correlation functional.


AGGAC can be used as the fraction of gradient correction in the GGA correlation in a Hartree-Fock/DFT hybrid functional.

Mind:
  • AGGAC is implemented for all functionals listed at GGA except AM05.
  • AGGAC is implemented for the functionals from Libxc (see LIBXC1 for details).

Related tags and articles

AEXX, ALDAX, ALDAC, AGGAX, AMGGAX, AMGGAC, LHFCALC, List of hybrid functionals, Hybrid functionals: formalism

Examples that use this tag