Re: Shape of MEP curve

Vasp transition state theory tools

Moderator: moderators

Post Reply
manishk
Posts: 2
Joined: Fri Jun 06, 2025 4:20 pm

Re: Shape of MEP curve

Post by manishk »

Hi All,

I was performing NEB, but not getting the smooth shape of the mep curve (attached). What could be the possible reason for this?

Here are the settings of my INCAR file

ADDGRID = True
ALGO = Fast
EDIFF = 1e-06
EDIFFG = -0.05
ENCUT = 520.0
IBRION = 1
ISIF = 2
ISMEAR = 0
ISPIN = 2
ISYM = 0
LASPH = True
LDAU = True
LDAUJ = 0 0 0 0
LDAUL = 0 0 2 0
LDAUPRINT = 1
LDAUTYPE = 2
LDAUU = 0 0 4.38 0
LMAXMIX = 4
LORBIT = 11
LREAL = False
LWAVE = False
MAGMOM = 93*0.6
NELM = 100
NELMIN = 3
NSW = 450
POTIM = 0.2
PREC = Accurate
SIGMA = 0.05
IMAGES = 7
SPRING = -5.0
ICHAIN = 0
LCLIMB = .TRUE.
LNEBCELL = .FALSE.
IOPT = 3

I am using vasp version 6.3.2
Attachments
mep.png
mep.png (27.85 KiB) Viewed 1389 times
graeme
Site Admin
Posts: 2317
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Re: Shape of MEP curve

Post by graeme »

I would have to see your calculation, but my guess that that you do not have our vtstcode linked into vasp and so it is not extracting the forces at each image. If those forces are zero, the spline will have a derivative of zero at each image. You can grep for VTST in any OUTCAR file to check if the vtstcode is link into your binary.

Another possible reason is that there is net translation and/or rotation along your path. If the distance between images is not consistent with the force at each point, the spline will look weird. The solution to that is to freeze one atom in the same position for each image.
manishk
Posts: 2
Joined: Fri Jun 06, 2025 4:20 pm

Re: Shape of MEP curve

Post by manishk »

Thanks for the quick reply.

I have checked the OUTCAR of an image and found that the VTST is not linked to VASP.
Attachments
AB.tar.gz
(38.32 MiB) Downloaded 172 times
Post Reply