Search found 39 matches

by dano
Thu Dec 03, 2009 4:21 pm
Forum: VTSTTools
Topic: Definition of reaction coordinate
Replies: 1
Views: 5757

Re: Definition of reaction coordinate

In the neb code the reaction coordinate is defined at every image to be energy based upwinding tangent. At the maximum image the tangent is an energy weighted average of the vectors from and to the previous and next image. JCP 113, 9978 (2000) The dimer and other mini-mode methods define the reactio...
by dano
Thu Dec 03, 2009 5:12 am
Forum: VTSTTools
Topic: nebmake.pl making POSCAR problem
Replies: 1
Views: 5753

Re: nebmake.pl making POSCAR problem

Thanks for bringing that to light, I just added an additional character to the print statement so it should now handle 3 characters before the decimal before running together. This should pretty robustly cover all standard box sizes and shapes.
by dano
Fri Sep 25, 2009 11:56 pm
Forum: VTSTTools
Topic: LGLOBAL with other optimizers
Replies: 1
Views: 5896

Re: LGLOBAL with other optimizers

It has potential to help the cg routine however it has not yet been implemented for it. There would be no advantage to adding the tag to QM, SD, or FIRE
by dano
Wed Sep 23, 2009 5:26 pm
Forum: VTSTTools
Topic: how to find more stable states around a (loacal) minima
Replies: 2
Views: 7556

Re: how to find more stable states around a (loacal) minima

If you are just interested in finding minima I would use a method like basin hopping where you make a random kick and then minimize. If however you want to find connected states and kinetic information you could use dimer searches to find all relevant saddles around a minima and then run a steepest ...
by dano
Wed Sep 23, 2009 5:11 pm
Forum: VTSTTools
Topic: two minima without transition state?
Replies: 3
Views: 9107

Re: two minima without transition state?

Are all atoms in the system free to move? Could be the same local minima with just a translation or rotation? This would lead to the appearance of two adjacent local minima without a transition state between the two.
by dano
Wed Sep 23, 2009 5:01 pm
Forum: VTSTTools
Topic: NEB images
Replies: 1
Views: 6316

Re: NEB images

There so be no issue for a path where an atom that leaves one side of the cell and enters the other. This being said atom 1 in image 1 must always be atom 1 in image 2.
by dano
Fri Sep 18, 2009 5:34 pm
Forum: VTSTTools
Topic: two minima without transition state?
Replies: 3
Views: 9107

Re: two minima without transition state?

I don't think so. If there is really no saddle try tightening the convergence criteria and see if both minima converge to a single minima.
by dano
Fri Sep 18, 2009 2:45 pm
Forum: VTSTTools
Topic: metastable state vs. convergence speed
Replies: 2
Views: 6773

Re: metastable state vs. convergence speed

By metastable do you mean the NEB found an intermediate minima? - If this is the case I would stop the calculation, converge the intermediate, sand then start two NEBs connecting state 1 to the intermediate and then the intermediate to state 2. If by metastable you mean you have found a shoulder and...
by dano
Wed Sep 16, 2009 8:41 pm
Forum: VTSTTools
Topic: NEB converge problem
Replies: 2
Views: 7258

Re: NEB converge problem

There seems to be a typo in you INCAR

OPTIM = 0

should be
POTIM=0

This will make sure you are not taking two steps for every force

Dan
by dano
Thu Apr 09, 2009 8:31 am
Forum: VTSTTools
Topic: VTST 2.x code updates
Replies: 30
Views: 367962

Re: VTST 2.0 code update

The bug fixed in 2.03b for "regular" runs had to do with optimization methods that used a finite different step. The neb was checked for convergence before moving the ions. This was not the case when doing a regular geometry optimization of a single configuration. All of the IOPT optimizer...
by dano
Sat Mar 14, 2009 9:55 pm
Forum: VTSTTools
Topic: some quation on CI-NEB usuage with vasp
Replies: 9
Views: 31057

Re: some quation on CI-NEB usuage with vasp

I am going to have to disagree. To add a falling image would hurt convergence. It would pull images away from the saddle possibly compromising the tangent of the saddle. Not to mention a system that has in intermediate minima has multiple saddle points so it would require multiple climbing images. A...
by dano
Thu Mar 12, 2009 8:20 pm
Forum: VTSTTools
Topic: basic NEB run in VASP
Replies: 6
Views: 23600

Re: basic NEB run in VASP

pratyush had a good idea but this change will affect the proper writing of POSCAR files that contain the selectiveflag.

There were two bugs dealing with this. One in read_poscar and one in write_poscar. I have updated the vtstscripts with fixes to these bugs
by dano
Fri Mar 06, 2009 2:50 pm
Forum: VTSTTools
Topic: rdf.pl
Replies: 2
Views: 7841

Re: rdf.pl

radial distribution function usage: rdf.pl <POSCAR filename> <atom to measure from> <bin size in Angstroms> The output printed to the screen is but can be piped to a file and has the format distance, ( frequency ) : list of atoms included in bin You can plot a histogram of the rdf by then using the ...
by dano
Mon Feb 16, 2009 11:51 pm
Forum: VTSTTools
Topic: script chg2cube.pl
Replies: 9
Views: 20591

Re: script chg2cube.pl

chg2cube.pl has been updated to handle vasp5 and the optional comment line. It can be obtained from cvs

Dan
by dano
Mon Feb 16, 2009 7:44 pm
Forum: VTSTTools
Topic: script chg2cube.pl
Replies: 9
Views: 20591

Re: script chg2cube.pl

The top line in vasp4 CHGCAR is an optional comment line, our group by convention uses this line to include element types. However because the cube format uses atomic numbers instead of element names so the script was not written to accommodate anything but a blank comment line or no comment line. T...