Page 1 of 1

Problem Running NEB calculations

Posted: Wed Feb 03, 2021 5:52 am
by nimali_rathnayake
Hi,

I am new VASP user and recently I started to do NEB calculations for one of my systems. The following steps I used to get the POSCAR for the transition state.
First, I optimized the initial and final steps of the system and got the POSCAR. For my calculation I wanted 6 images for transition state and I used "nebmake.pl POSCAR00 POSCAR07 6" command to make the POSCAR for the 6 transition states. Then, it created 8 folders from 00-07. After that I included POSCAR00 and POSCAR07 for 00 and 07 subdirectories with their OUTCAR files. In the main directory, I put POTCAR, K-POINT and my script file. However, this job did not run. My INCAR file looks like this.

SYSTEM = NEB-Calc
ISYM = 0
ISTART = 0
ICHARG = 2
ENCUT = 940 eV
ALGO = FAST
EDIFF = 1.0E-5
NELMIN =
EDIFFG = -1.0E-2
NSW = 100
ISMEAR = 0.5
SIGMA = 0.05
PREC = ACCURATE
LREAL = AUTO
LWAVE = .FALSE.
LCHARG = .FALSE
IMAGES = 6
SPRING = -5.0
ICHAIN = 0
LCLIMB = .TRUE.
LNEBCELL = .FALSE.
IBRION = 3
POTIM = 0
#MAXMOVE = 0.2
TIMESTEP = 0.1
LSCALAPACK = .FALSE.
#NPAR = 4


Could you please let me know, how to solve this problem?

Thank you.

Kind regards,

Nimali

Re: Problem Running NEB calculations

Posted: Wed Feb 03, 2021 8:45 am
by alex
Hello Nimali,

did you rename, e.g. POSCAR01 to POSCAR in subdirectory 01?
That should do the trick.

Hth,

alex

Re: Problem Running NEB calculations

Posted: Thu Feb 04, 2021 12:50 am
by nimali_rathnayake
Hi Alex,

Thank you for your reply. Yes, I did that. I figured out the problem and it was the number of nodes I used for the calculation. Now, it is running.

Is there especial version of the VASP that works well for the CI-NEB calculations? Currently, I am using VASP 5.4.4 version.

Kind regards,

Nimali

Re: Problem Running NEB calculations

Posted: Mon Feb 15, 2021 4:27 pm
by thijs_smolders
Hi Nimali,

The climbing image nudged elastic band method is not implemented in the standard VASP source code. To use it, you have to recompile the source code, including the VASP Transition State Tools, which you can find here:
https://theory.cm.utexas.edu/vtsttools/

Best,
Thijs