I've been trying to perform VASP calculations for my system, especially organic molecules reaction on metal oxide surface (WO3).
The calculations are OK in case of geometry optimization.
However, I can not find transition state with NEB method. Each of the images do not converge even after 200 runs.
I'm afraid I have used inapproprate variables in INCAR options
My INCAR settings for NEB calculations are
SYSTEM = NEB
SPRING = -5
IMAGES = 4
PREC = High
ENCUT = 400.000
IBRION = 2
NSW = 200
ISIF = 2
ALGO = Normal (blocked Davidson)
NELM = 60
NELMIN = 2
EDIFF = 1.0e-05
EDIFFG = -0.02
VOSKOWN = 1
NBLOCK = 1
ISPIN = 1
INIWAV = 1
ISTART = 0
ICHARG = 2
LWAVE = .TRUE.
LCHARG = .TRUE.
ADDGRID = .FALSE.
ISMEAR = 1 ! methfessel-paxton
SIGMA = 0.1 !
LREAL = .FALSE.
RWIGS = 1.30 0.73 0.77 0.32
Look forward to your help. Thank you very much! &| &| &|
Convergence problem in NEB calculation
Moderators: Global Moderator, Moderator
Convergence problem in NEB calculation
Last edited by chengz on Wed Apr 13, 2011 7:21 pm, edited 1 time in total.
-
- Full Member
- Posts: 106
- Joined: Wed Jan 16, 2008 1:27 pm
- License Nr.: 567
- Location: France
Convergence problem in NEB calculation
Hi
IBRION= 2 fails in the case of NEB calculations. Try with IBRION= 1 instead.
B.
IBRION= 2 fails in the case of NEB calculations. Try with IBRION= 1 instead.
B.
Last edited by boris on Wed Apr 13, 2011 7:37 pm, edited 1 time in total.
-
- Full Member
- Posts: 105
- Joined: Tue Oct 12, 2010 11:10 pm
Convergence problem in NEB calculation
Hi,
or you can try damped MD (IBRION = 3) with a proper time step.
Cheers
or you can try damped MD (IBRION = 3) with a proper time step.
Cheers
Last edited by kambiz on Thu Apr 14, 2011 5:04 am, edited 1 time in total.
Convergence problem in NEB calculation
Thank you so much, I will try IBRION=1 and 3, respectively.
If IBRION=3, POTIM=0,
IOPT should be 0 or 1 ?
If IBRION=3, POTIM=0,
IOPT should be 0 or 1 ?
Last edited by chengz on Thu Apr 14, 2011 6:37 am, edited 1 time in total.
-
- Full Member
- Posts: 105
- Joined: Tue Oct 12, 2010 11:10 pm
Convergence problem in NEB calculation
I usually set it between 0.1 to 0.2, with IBRION = 3.
I think that POTIM = 0 means that ions should not be moved. yes???
Cheers
I think that POTIM = 0 means that ions should not be moved. yes???
Cheers
Last edited by kambiz on Fri Apr 15, 2011 1:25 am, edited 1 time in total.