when does ISIF=3 decide to change cell parameters?

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
eijck
Newbie
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?

#1 Post by eijck » Thu May 19, 2005 4:32 pm

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
Last edited by eijck on Thu May 19, 2005 4:32 pm, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

when does ISIF=3 decide to change cell parameters?

#2 Post by admin » Mon May 23, 2005 8:10 am

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.
Last edited by admin on Mon May 23, 2005 8:10 am, edited 1 time in total.

Post Reply