I'm trying to generate a PAW dataset using the Teter 93 parametrization. With
W 74
XC_LDA_XC_TETER93 scalarrelativistic loggrid 2001
...
I get
Error in libxc_functionals_init:
The LibXC functional family -1
is currently unsupported by AtomPAW !
(at present only LGA or GGA are supported)
However, if I try for example
W 74
XC_GGA_X_PBE+XC_GGA_C_PBE scalarrelativistic loggrid 2001
...
I get no error. Why doesn't Atompaw accept a single exchange-correlation functional instead of choosing exchange and correlation separately? I also get no error with XC_LDA_XC_TETER93+XC_LDA_XC_TETER93 in the input but according to the manual this is not the correct way to do it. I configured Atompaw-3.0.1.4 with
Code: Select all
FC=ifort CC=icc --with-linalg-flavor=mkl --with-linalg-libs="-L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core" --enable-libxc --with-libxc-incs="-I/opt/etsf/include" --with-libxc-libs="-L/opt/etsf/lib -lxc" --disable-shared --enable-static
Thank You.