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
nebmovie.pl
Moderator: moderators
nebmovie.pl
- Attachments
-
- movie.txt
- (35.07 KiB) Downloaded 14079 times
Re: nebmovie.pl
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.
$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
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
[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.
$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.
Last edited by darren8 on Mon Jul 25, 2016 6:52 pm, edited 1 time in total.
Re: nebmovie.pl
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.