Page 1 of 1

nebmovie.pl

Posted: Tue Jul 07, 2015 9:44 pm
by jzaffran
Hello

I am using for my neb calculations the script "nebmovie.pl 1" in order to get the movie.xyz from the list of CONTCAR's.

However this script generate a file named "movie" but it is not a "movie.xyz" so it is not readable by molden.

Here is the message that appears:

Using CONTCARs to generate movie
copying
unlinking
copying
unlinking

Could you please explain me how to solve the problem?

Thanks a lot

PS: Find attached the generated movie file

Re: nebmovie.pl

Posted: Wed Jul 08, 2015 2:37 am
by graeme
If you would like to have an xyz movie generated, you can change line 12 on nebmovie.pl from:

$xyzflag = 0;

to

$xyzflag = 1;

The reason that we don't do this by default is that the xyz format does not include the cell vectors whereas the movie that you posted (a poscar movie) does. You can load the movie in vmd or we have a nice viewer called xyz as part of our tsase package: http://theory.cm.utexas.edu/tsase/ There is another good viewer in the ASE package that will load this as well.

Re: nebmovie.pl

Posted: Fri Jul 10, 2015 1:07 am
by graeme
try running "chmod u+rx *.pl" in your vtstscripts directory. The scripts should have execute permission if you untarred them, (and if you are ht409).

Re: nebmovie.pl

Posted: Mon Aug 24, 2015 11:03 pm
by darren8
[quote="graeme"]see here: http://www.dogbitelawyer.us/ and look at the bottom of the page. If you would like to have an xyz movie generated, you can change line 12 on nebmovie.pl from:

$xyzflag = 0;

to

$xyzflag = 1;

The reason that we don't do this by default is that the xyz format does not include the cell vectors whereas the movie that you posted (a poscar movie) does. You can load the movie in vmd or we have a nice viewer called xyz as part of our tsase package: http://theory.cm.utexas.edu/tsase/ There is another good viewer in the ASE package that will load this as well.[/quote]

Hello
I tried using the viewer but everything looks messed up.

Re: nebmovie.pl

Posted: Mon Aug 24, 2015 11:48 pm
by graeme
Can you post the file so that we can debug it? If there is a non-orthogonal cell, there might be a problem with the xyz files.