I am working on DFT calculations on halide perovskites using VASP. My system consists of 56 atoms and is reported to possess monoclinic symmetry. I am performing k mesh optimization for this system using following INCAR (eg. at different k-meshes 1x1x1, 2x2x2 etc.)
ISTART = 0
ICHARG = 2
ISPIN = 2
# ENCUT = 363.00 eV
EDIFF = -0.000001
EDIFFG = -0.0001
IALGO = 38
IBRION = 1
POTIM = 0.5
NSW = 150
PREC = MEDIUM
LREAL = Auto
ADDGRID = T
NPAR = 8
However, my system is not getting converged even after these many ionic iterations. I tried copying CONTCAR to POSCAR and re-running vasp but at the end the OUTCAR isn't showing "reaching structural energy minimization". How can I obtain converged energy for this system? Can anyone please suggest the solution for this ?