Dear Team,
I'm trying to use linear response in VASP to compute force constants in real space. However, there are associated errors. The hessian elements and linear response are not written to the vaspout.h5 and vasprun.xml files.
Below is my INCAR file:
ISTART = 0
ICHARG = 2
PREC = Accurate
ENCUT = 500
ISMEAR = 0
SIGMA = 0.05
EDIFF = 1E-08
IALGO = 38
NSW = 0
IBRION = 8
IVDW = 11
LWAVE = .FALSE.
LCHARG = .FALSE.
ADDGRID = .TRUE
NCORE = 24
LPHON_DISPERSION = True
#LPHON_READ_FORCE_CONSTANTS = True
For the first calculation i used a KPOINT, after which I uncomment the LPHON_READ_FORCE_CONSTANTS and used a QPOINT file with line mode.
Looking forward to your help