ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
xc_funcs.h
Go to the documentation of this file.
1// This file is a list of functionals that we have realized
2#define XC_LDA_X 1 /*Exchange */
3#define XC_LDA_C_PZ 9 /*Perdew & Zunger */
4#define XC_LDA_C_PW 12 /*Perdew & Wang */
5#define XC_HYB_GGA_XC_PBEH 406 /*aka PBE0 or PBE1PBE */
6#define XC_GGA_X_HCTH_A 34 /*HCTH-A */
7#define XC_GGA_C_HCTH_A 97 /*HCTH-A */
8#define XC_GGA_X_PBE 101 /*Perdew, Burke & Ernzerhof exchange */
9#define XC_GGA_X_B88 106 /*Becke 88 */
10#define XC_GGA_X_PW91 109 /*Perdew & Wang 91 */
11#define XC_GGA_X_OPTX 110 /*Handy & Cohen OPTX 01 */
12#define XC_GGA_X_PBE_SOL 116 /* Perdew, Burke & Ernzerhof exchange (solids) */
13#define XC_GGA_X_PBE_R 117 /*Y. Zhang and W. Yang (PBE-like) */
14#define XC_GGA_X_WC 118 /*Wu & Cohen */
15#define XC_GGA_C_PBE 130 /*Perdew, Burke & Ernzerhof correlation */
16#define XC_GGA_C_LYP 131 /*Lee, Yang & Parr */
17#define XC_GGA_C_P86 132 /*Perdew 86 */
18#define XC_GGA_C_PBE_SOL 133 /* Perdew, Burke & Ernzerhof correlation SOL */
19#define XC_GGA_C_PW91 134 /*Perdew & Wang 91 */