List of hybrid functionals: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 4: Line 4:
*HSE03{{cite|heyd:jcp:03}}{{cite|heyd:jcp:04}}{{cite|heyd:jcp:06}}
*HSE03{{cite|heyd:jcp:03}}{{cite|heyd:jcp:04}}{{cite|heyd:jcp:06}}
  {{TAG|LHFCALC}} = .TRUE.
  {{TAG|LHFCALC}} = .TRUE.
{{TAG|GGA}} = PE
  {{TAG|HFSCREEN}} = 0.3  
  {{TAG|HFSCREEN}} = 0.3  
{{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, and using the PBE {{FILE|POTCAR}} files.
Line 13: Line 13:
*HSE06{{cite|krukau:jcp:06}}
*HSE06{{cite|krukau:jcp:06}}
  {{TAG|LHFCALC}} = .TRUE.
  {{TAG|LHFCALC}} = .TRUE.
{{TAG|GGA}} = PE
  {{TAG|HFSCREEN}} = 0.2  
  {{TAG|HFSCREEN}} = 0.2  
{{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, and using the PBE {{FILE|POTCAR}} files.

Revision as of 11:45, 7 April 2022

A certain number of hybrid functionals are available in VASP, and if VASP was compiled with the library of exchange-correlation functionals Libxc, most of the existing hybrid functionals can be used. Examples of INCAR files are shown below for some of the most popular hybrid functionals.

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, and using the PBE POTCAR files.

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, and using the PBE POTCAR files.

LHFCALC = .TRUE.
GGA = PE
with the default values AEXX=0.25, AGGAX=1-AEXX=0.75, AGGAC=1.0 and ALDAC=1.0, and using the PBE POTCAR files.
  • B3PW91[8] (using Libxc)
LHFCALC = .TRUE.
AEXX = 0.2
GGA = LIBXC
LIBXC1 = 401 (or HYB_GGA_XC_B3PW91)
and using PBE POTCAR files.
  • B3LYP[9] 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 PBE POTCAR files.
  • Hartree-Fock
LHFCALC = .TRUE. 
AEXX    = 1.0
ALDAC   = 0.0 
AGGAC   = 0.0
with the default values AGGAX=1-AEXX=0.0, and using the PBE POTCAR files.

Examples that use this tag

References


Contents