Page 1 of 1

when does ISIF=3 decide to change cell parameters?

Posted: Thu May 19, 2005 4:32 pm
by eijck
Hi,

I wrote a little AWK script that reads direct lattice parameters from OUTCAR and uses that in combination with XDATCAR to build a xyz trajectory file, so I can view the geometry optimization with ISIF=3 (optimize cell & ions)

Not all ISIF=3 runs seem to change the cell in between the iterations. When does VASP decide to change these parameters and when not?

(I checked ISIF=3 and NSW=large_enough in the OUTCAR file. It gives cell parameters twice in the beginning of the file and not there-after)

thanks, Lambert

when does ISIF=3 decide to change cell parameters?

Posted: Mon May 23, 2005 8:10 am
by admin
1) The criterion for changing geometries is controlled by the
EDIFFG input parameter
EDIFFG > 0 changes in the total energy between 2 subsequent ionic steps
EDIFFG < 0 maximum remining forces and the total stress
have to be smaller than the | EDIFFG |
as a breaking condition for the ionic / geometry optimization steps.