Dear
Işılay
,
I see several mistakes:
- The requested option WB97XD for the &XC_FUNCTIONAL has not been predefined. You have to define it yourself.
&XC
&XC_FUNCTIONAL
# This section activates the WB97XD functional from LibXC
&HYB_GGA_XC_WB97X_D
&END
HYB_GGA_XC_WB97X_D
&END XC_FUNCTIONAL
#You have to set the HF section manually
&HF
FRACTION 1.000
&SCREENING
# You have to check whether this parameter is small enough for your purposes
EPS_SCHWARZ 1.0E-6
&END
&INTERACTION_POTENTIAL
#You have a periodic system, thus you need a truncated potential
POTENTIAL_TYPE MIX_CL_TRUNC
#Please double-check the correct parameter
SCALE_COULOMB 0.22036
SCALE_LONGRANGE 0.77964
OMEGA 0.20
# The truncation radius is roughly half the nearest-neighbour distance
CUTOFF_RADIUS 6.0
&END
&MEMORY
#You might use a higher value depending on the available memory
MAX_MEMORY 1000
&END
&END
&END XC
There is still the dispersion correction missing. But I haven't found any hint how to implement the correct damping function.
- You can remove the &SE section in the &QS section because it refers to semiempirical methods which you are not using.
Best,
Frederick