How to use "nebmake.pl"?

Vasp transition state theory tools

Moderator: moderators

Post Reply
yong
Posts: 1
Joined: Wed May 09, 2007 3:14 am

How to use "nebmake.pl"?

Post by yong »

I put the file "nebmake.pl" into a directory, and want to get 5 images. I used this command line:

nebmake.pl ./5im/00/POSCAR ./5im/06/POSCAR 5

But it appears:

nebmake.pl: Command not found.

I am using the unix system of the University.

What's wrong with me?

Thanks for your help!
jameschen
Posts: 9
Joined: Fri Mar 30, 2007 2:13 pm

Re: How to use "nebmake.pl"?

Post by jameschen »

[quote="yong"]I put the file "nebmake.pl" into a directory, and want to get 5 images. I used this command line:

nebmake.pl ./5im/00/POSCAR ./5im/06/POSCAR 5

But it appears:

nebmake.pl: Command not found.

I am using the unix system of the University.

What's wrong with me?

Thanks for your help![/quote]

How about "./nebnebmake.pl ./5im/00/POSCAR ./5im/06/POSCAR 5"
"./" means the current directory where your nebmake.pl locates.

The error message indicates that the OS can not find the file "nebmake.pl".
In order to solve this problem, add the PATH of vtstscript in your environment.
Post Reply