I would like to run hybrid functional calculations for some class of transition metal dichalcogenides materials. However, VASP seems to not take into account some of the parameters of the INCAR file, that is:
- the WAVECAR is not read, even though ISTART=1, and there is a WAVECAR file, coming from a previous normal DFT run, with the same k mesh and number of bands.
- there is a warning about the tag KPOINTS_OPT_NKBATCH, which is supposed to be a supported tag (wiki page: https://www.vasp.at/wiki/index.php/KPOINTS_OPT_NKBATCH )
Here is the INCAR file:
Code: Select all
lhfcalc = true
nbands = 56
ispin = 2
system = few-layers-hybrid-full/ptse2-2
magmom = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
hfrcut = -1
nwrite = 3
lasph = true
kpar = 1
algo = Damped
encut = 250
time = 0.5
gga_compat = false
sigma = 2.0e-5
lsorbit = true
lmaxmix = 4
ismear = 0
istart = 1
icharg = 1
KPOINTS_OPT_NKBATCH = 72
Thanks in advance