NEB and IBRION

Vasp transition state theory tools

Moderator: moderators

Post Reply
gutk
Posts: 1
Joined: Tue Jan 16, 2007 3:07 am

NEB and IBRION

Post by gutk »

I found that NEB method maybe not convergence when using the CG method(IBRION=2) to relax the atom. In the vasp manual, they also tell us that the CG algorithm usually fails to converge. I want to know this is true or not.
graeme
Site Admin
Posts: 2256
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Post by graeme »

It is true that the vasp CG method does not work (well) with the NEB. The problem is that it uses an energy criterion in its line optimization. The force projects in the NEB mean that the energy is not consistent with the force, so this aspect of the method fails.

It is, however, possible to implement the CG method using only forces. We have done this in our developer code (available through CVS). We are in the final stages of testing it, and should release it within the week. This code allows for the use of CG with the NEB.
Post Reply