nebbarrier.pl strings and vasp 5.2.12

Vasp transition state theory tools

Moderator: moderators

Post Reply
maiagv
Posts: 2
Joined: Fri Dec 02, 2011 6:43 am

nebbarrier.pl strings and vasp 5.2.12

Post by maiagv »

hello,
I have run a NEB calculation and I am trying to generate the MEP curve with the nebbarrier.pl and the nebspline.pl, but as I can see I don't see this strings in the OUTCAR file that the nebbarrier.pl scripts requires: 'NEB: distance' and 'NEB: projections' (I had copy-paste this part from the script). Can anybody tell me if there are new strings in this new version of vasp, and which are they?

Thank you in advance.

$dist = `grep 'NEB: distance' $directories[$i]/OUTCAR|tail -1`;
$dist =~ s/\s+$//g;
@dist = split(/\s+/,$dist);
$dist = $dist[@dist-3];
} else {
$dist = $dist[@dist-2];
}
$dist_cum += $dist;

$force = `grep 'NEB: projections' $directories[$i]/OUTCAR|tail -1`;
@force = split(/\s+/,$force);
$force = $force[@force-1];
graeme
Site Admin
Posts: 2260
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Re: nebbarrier.pl strings and vasp 5.2.12

Post by graeme »

You have to link in our vtstcode in order to use the climbing image NEB and our scripts.
maiagv
Posts: 2
Joined: Fri Dec 02, 2011 6:43 am

Re: nebbarrier.pl strings and vasp 5.2.12

Post by maiagv »

Is it update to vasp 5.2.12?
graeme
Site Admin
Posts: 2260
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Re: nebbarrier.pl strings and vasp 5.2.12

Post by graeme »

It works in vasp 5.2.12.
Post Reply