List of hybrid functionals: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 9: Line 9:
  {{TAG|HFSCREEN}} = 0.2
  {{TAG|HFSCREEN}} = 0.2


:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0 and {{TAG|ALDAC}}=1.0, and using the PBE {{FILE|POTCAR}} files.
:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0, and {{TAG|ALDAC}}=1.0.
</span>
</span>


Line 18: Line 18:
  {{TAG|HFSCREEN}} = 0.3
  {{TAG|HFSCREEN}} = 0.3


:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0 and {{TAG|ALDAC}}=1.0, and using the PBE {{FILE|POTCAR}} files.
:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0, and {{TAG|ALDAC}}=1.0.
</span>
</span>


Line 27: Line 27:
  {{TAG|HFSCREEN}} = 0.2
  {{TAG|HFSCREEN}} = 0.2


:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0 and {{TAG|ALDAC}}=1.0, and using the PBE {{FILE|POTCAR}} files.
:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0, and {{TAG|ALDAC}}=1.0.
</span>
</span>


Line 35: Line 35:
  {{TAG|LHFCALC}} = .TRUE.
  {{TAG|LHFCALC}} = .TRUE.
  {{TAG|GGA}} = PE
  {{TAG|GGA}} = PE
:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0 and {{TAG|ALDAC}}=1.0, and using the PBE {{FILE|POTCAR}} files.
:with the default values {{TAG|AEXX}}=0.25, {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.75, {{TAG|AGGAC}}=1.0, and {{TAG|ALDAC}}=1.0.


*B3LYP{{cite|stephens:jpc:94}} with VWN3 (or VWN5) for LDA correlation
*B3LYP{{cite|stephens:jpc:94}} with VWN3 (or VWN5) for LDA correlation
Line 52: Line 52:
  {{TAG|LIBXC1}} = 401 (or HYB_GGA_XC_B3PW91)
  {{TAG|LIBXC1}} = 401 (or HYB_GGA_XC_B3PW91)
  {{TAG|AEXX}} = 0.2
  {{TAG|AEXX}} = 0.2
:and using the PBE {{FILE|POTCAR}} files.


*B1-WC{{cite|bilc:prb:08}} (using Libxc, see the tag {{TAG|LIBXC1}})
*B1-WC{{cite|bilc:prb:08}} (using Libxc, see the tag {{TAG|LIBXC1}})
Line 60: Line 58:
  {{TAG|LIBXC1}} = 412 (or HYB_GGA_XC_B1WC)
  {{TAG|LIBXC1}} = 412 (or HYB_GGA_XC_B1WC)
  {{TAG|AEXX}} = 0.16
  {{TAG|AEXX}} = 0.16
:and using the PBE {{FILE|POTCAR}} files.


*Hartree-Fock (no correlation)
*Hartree-Fock (no correlation)
Line 67: Line 63:
  {{TAG|AEXX}}    = 1.0
  {{TAG|AEXX}}    = 1.0


:with the default values {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.0, {{TAG|ALDAC}}=0.0, and {{TAG|AGGAC}}=0.0, and using the PBE {{FILE|POTCAR}} files.
:with the default values {{TAG|AGGAX}}=1-{{TAG|AEXX}}=0.0, {{TAG|ALDAC}}=0.0, and {{TAG|AGGAC}}=0.0.


== Related tags and articles ==
== Related tags and articles ==

Revision as of 21:56, 15 February 2023

A certain number of hybrid functionals are available in VASP, and furthermore if VASP is compiled with the library of exchange-correlation functionals Libxc, then most of the existing hybrid functionals can be used[1]. Examples of INCAR files are shown below. Note that it is in general recommended to use the PBE POTCAR files for hybrid functionals.

Range-separated hybrid functionals

LHFCALC = .TRUE.
GGA = PE
HFSCREEN = 0.2
with the default values AEXX=0.25, AGGAX=1-AEXX=0.75, AGGAC=1.0, and ALDAC=1.0.

LHFCALC = .TRUE.
GGA = PE
HFSCREEN = 0.3
with the default values AEXX=0.25, AGGAX=1-AEXX=0.75, AGGAC=1.0, and ALDAC=1.0.

LHFCALC = .TRUE.
GGA = PS
HFSCREEN = 0.2
with the default values AEXX=0.25, AGGAX=1-AEXX=0.75, AGGAC=1.0, and ALDAC=1.0.

Unscreened hybrid functionals

LHFCALC = .TRUE.
GGA = PE
with the default values AEXX=0.25, AGGAX=1-AEXX=0.75, AGGAC=1.0, and ALDAC=1.0.
  • B3LYP[10] with VWN3 (or VWN5) for LDA correlation
LHFCALC = .TRUE. 
GGA     = B3 (or B5)
AEXX    = 0.2
AGGAX   = 0.72 
AGGAC   = 0.81 
ALDAC   = 0.19
and using the PBE POTCAR files.
LHFCALC = .TRUE.
GGA = LIBXC
LIBXC1 = 401 (or HYB_GGA_XC_B3PW91)
AEXX = 0.2
LHFCALC = .TRUE.
GGA = LIBXC
LIBXC1 = 412 (or HYB_GGA_XC_B1WC)
AEXX = 0.16
  • Hartree-Fock (no correlation)
LHFCALC = .TRUE. 
AEXX    = 1.0
with the default values AGGAX=1-AEXX=0.0, ALDAC=0.0, and AGGAC=0.0.

Related tags and articles

AEXX, ALDAX, ALDAC, AGGAX, AGGAC, AMGGAX, AMGGAC, LHFCALC, HFSCREEN, GGA, METAGGA

References