Search found 2259 matches

by graeme
Tue Jun 20, 2006 9:46 pm
Forum: VTSTTools
Topic: writing WVAECAR in NEB calculations?
Replies: 2
Views: 9542

If you write the chgcar and/or wavecar, these get compressed and moved to the directory you specify in the vfin.pl argument. But as it is, we don't leave copies of these files for restarting. They can help speed up the first iteration, but I guess we don't find the speed savings worth the extra disk...
by graeme
Mon Jun 19, 2006 8:17 pm
Forum: VTSTTools
Topic: The abnormal image energy in NEB calculations
Replies: 1
Views: 8032

This sounds a little puzzling. Our scripts simply grep for the energy in the OUTCAR file. Can you send a .tar.gz file of the run, and say which energy you think is incorrect? Can you also make sure that your single calculation has the same parameters as the neb calculation. The parameters in the INC...
by graeme
Sat Jun 17, 2006 4:32 am
Forum: VTSTTools
Topic: NEB pathways across unit cell boundaries
Replies: 5
Views: 14933

Thanks, that's good to hear.

I have an off-topic question. As one of the few people who have used both vasp and dacapo extensively, how do they compare in efficiency? Do you notice significant differences when finding transition states?
by graeme
Mon Jun 12, 2006 2:52 am
Forum: VTSTTools
Topic: converge slowly
Replies: 11
Views: 29671

That's good to hear. It sounds like POTIM was the source of the problem. If you care most about the energy barrier, you can find the energy difference between the saddle point and your initial state. You can also use our scripts: vfin.pl dir cd dir nebresults.pl which will archive your run into the ...
by graeme
Mon Jun 05, 2006 6:13 am
Forum: VTSTTools
Topic: converge slowly
Replies: 11
Views: 29671

A POTIM of 0.35 is larger than I usually use, but it may not be the problem.

To sort out what's going on, it would help to look at your run. If you are willing to send me a .tar.gz file of your 60 ionic step run, I'll take a look at your settings, and see if I can make any suggestions.
by graeme
Sat Jun 03, 2006 3:20 am
Forum: VTSTTools
Topic: updated diffcon.pl
Replies: 0
Views: 13432

updated diffcon.pl

This simple script has been updated to work for both poscar and con files. Periodic boundary conditions and non-orthogonal cells are also properly treated. Thanks to Yuri Mastrikov for pointing out this problem. Well, it would be better to say that distances in periodic systems are treated in the sa...
by graeme
Thu Jun 01, 2006 6:57 pm
Forum: VTSTTools
Topic: how to use nab method with vasp
Replies: 6
Views: 24003

What you have done is fine. You can generate an neb using nebmake.pl and run the standard vasp code and find a converged minimum energy path. The source files in vtstcode.tar.gz provide transition state extensions to the vasp code. These source files can be built and linked into the vasp program. Th...
by graeme
Thu Jun 01, 2006 1:58 pm
Forum: VTSTTools
Topic: converge slowly
Replies: 11
Views: 29671

You can turn on the climbing image with the double nudging. I suggest adding the tag LCLIMB=.TRUE. It would be interesting to start your calculation after you did a few IBRION=3 steps, and compare how long it takes to converge using the climbing image and double nudging, with your original calculati...
by graeme
Thu Jun 01, 2006 3:24 am
Forum: VTSTTools
Topic: converge slowly
Replies: 11
Views: 29671

Sure, I've updated the vtstcode.tar.gz file on the page:

http://theory.cm.utexas.edu/vtsttools/code/

There are also any number of free programs that allow you to access cvs servers through windows, both graphical and from the command line.
by graeme
Wed May 31, 2006 3:03 am
Forum: VTSTTools
Topic: converge slowly
Replies: 11
Views: 29671

I think it's fine to do a few steps using a small time step, but I recommend turning on the climbing image right afterwards. I don't think it makes sense to converge the neb without climbing image and then turn it on. Also, if you are willing to try a new method, we would be very interested to see i...
by graeme
Tue May 30, 2006 10:37 pm
Forum: Bader
Topic: Nonorthogonal unit cells
Replies: 1
Views: 12949

Non-orthogonal cells should be properly treated in the version of the code which is in cvs. cvs -d :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs login cvs checkout bader use the password 'anonymous' when prompted. We're in the process of making significant changes to the code, but the original...
by graeme
Wed May 24, 2006 5:33 pm
Forum: VTSTTools
Topic: Introduction of environment variables
Replies: 2
Views: 10860

The variable VTST_ZIP can be set to gzip (the default) or bzip2. The later tends to have a higher compression ratio.
by graeme
Sun May 21, 2006 6:23 am
Forum: VTSTTools
Topic: negative activation energy etc.
Replies: 1
Views: 10478

1) I can't see a situation that would result in a saddle point with an energy less than the initial minimum. By definition, the initial state should be reached by minimizing from the saddle point. That said, within the general transition state theory, you can choose a valid transition state (an N-1 ...
by graeme
Thu May 18, 2006 12:34 am
Forum: VTSTTools
Topic: Several maxima and minima with CI-NEB
Replies: 4
Views: 15877

It's actually the highest energy image which is moved up in energy to the saddle point. This would typically be the image which is closest to the extrema of highest energy, but the two definitions are not the same. (I think they are the same only for a harmonic potential at the saddle). I have never...
by graeme
Wed May 17, 2006 6:46 pm
Forum: VTSTTools
Topic: Several maxima and minima with CI-NEB
Replies: 4
Views: 15877

The climbing image is only used for the highest energy image along the path. In principle, the algorithm could be applied to any local maximum (and/or minimum) along the path, but we have done this with the implementation in vasp. Usually when an intermediate minimum is found, it's easier to minimiz...