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?
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 3
- Joined: Fri Oct 29, 2004 12:50 pm
- License Nr.: 118+paw, 115
when does ISIF=3 decide to change cell parameters?
Last edited by eijck on Thu May 19, 2005 4:32 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
when does ISIF=3 decide to change cell parameters?
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.
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.
Last edited by admin on Mon May 23, 2005 8:10 am, edited 1 time in total.