List of hybrid functionals: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 19: Line 19:
</span>
</span>


*PBE0{{cite|perdew:jcp:1996}}{{cite:adamo:jcp:1999}}{{cite:ernzerhof:jcp:1999}}
*PBE0{{cite|perdew:jcp:1996}}{{cite|adamo:jcp:1999}}{{cite|ernzerhof:jcp:1999}}
  {{TAG|LHFCALC}} = .TRUE.
  {{TAG|LHFCALC}} = .TRUE.
  {{TAG|GGA}} = PE
  {{TAG|GGA}} = PE

Revision as of 11:27, 7 April 2022

A certain number of hybrid functionals are available in VASP. How to select a hybrid functional in the INCAR file is shown below for a certain number of them, including examples with Libxc.

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.
GGA = PE
LHFCALC = .TRUE.
AEXX = 0.2
GGA = LIBXC
LIBXC1 = 401 (or HYB_GGA_XC_B3PW91)
and using PBE POTCAR files.
  • B3LYP[8] 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