Hello,
I'm trying to get accuracy optimize structure, but the lattice constant is not consistent with experimental data.
For example:
I'm working with spinel LiMn2O4 (space group fd-3m:2), like show in attached cif file, with 56 atoms (8 atoms of Li, 16 atoms of Mn and 32 atoms of O).
The lattice constant in this cif file is 8.2399 A, this value is consistent with value obtain by other researches.
I'm optimizing the structure in VASP, but the lattice constant value that I got 8.0625 (not consistent).
I'm using PAW-PBE pseudopotencials and 8x8x8 k-points grid. Bellow INCAR that I used.
How can I get more accuracy lattice and structure?
INCAR
******************************
SYSTEM = LiMn2O4
ENCUT = 520 #1.3 x ENMAX
PREC = Normal
LREAL = Auto
EDIFF = 1E-5
EDIFFG = -0.01
NSW = 10
ISMEAR = 2; SIGMA = 0.2;
IBRION = 2
ISIF = 3
NCORE= 4
#save disc space
LWAVE = .FALSE.
LCHARG = .FALSE.
******************************