Closed Ionizing closed 4 months ago
The LOCPOT produced by -ncl version of VASP adds extra data on the tail of each local potential dataset, which leads to inconsistent data.len() with ngrid.prod().
LOCPOT
-ncl
data.len()
ngrid.prod()
It seems that for ncl system or ISPIN=2 system, VASP will write the atomic magnetic moment for each ion in LOCPOT file.
ncl
ISPIN=2
Decide to drop the atomic magnetic moment when parsing LOCPOT.
The
LOCPOT
produced by-ncl
version of VASP adds extra data on the tail of each local potential dataset, which leads to inconsistentdata.len()
withngrid.prod()
.