Search found 2255 matches

by graeme
Tue Aug 18, 2009 4:58 pm
Forum: VTSTTools
Topic: Help with the scripts
Replies: 1
Views: 5456

Re: Help with the scripts

Here's a couple comments: First, keep the scripts together. Just have the vtstscripts directory in your path. They sometimes call each other and look specifically in the directory from where they were called. Second, the con2xyz.pl is not actually for the contcar format. For converting a CONTCAR (sa...
by graeme
Sat Aug 01, 2009 7:28 pm
Forum: VTSTTools
Topic: About dimer output (angle issue)
Replies: 1
Views: 5047

Re: About dimer output (angle issue)

The angle is in degrees, so this is not particularly high near convergence. You could certainly converge the entire calculation somewhat more. 0.01-0.05 would be a safer force criterion. If you did this, I expect the rotation of the dimer would also lower. But what you have is also just fine; I don'...
by graeme
Thu Jul 30, 2009 2:37 pm
Forum: VTSTTools
Topic: CI-NEB calculation vs. NEB calculation
Replies: 2
Views: 7276

Re: CI-NEB calculation vs. NEB calculation

This looks like an advertisement for the climbing image! In the regular neb calculation, the barrier is between images 2 and 3. The high force along the band (column 4) shows that neither image is particularly close to the saddle. An interpolation would give a barrier which overestimates the true ba...
by graeme
Wed Jul 29, 2009 7:41 am
Forum: VTSTTools
Topic: HOW to watch the movie generated by nebmovie.pl?
Replies: 4
Views: 10216

Re: HOW to watch the movie generated by nebmovie.pl?

jmol is one option
by graeme
Tue Jul 28, 2009 2:23 pm
Forum: VTSTTools
Topic: Problem runing Dimer
Replies: 0
Views: 10014

Re: Problem runing Dimer

Can you run the same input as a single point energy calculation? My guess is that this is not dimer related, but I also don't have any guesses about what might be wrong. Perhaps make sure that any WAVECAR or CHGCAR have been deleted.
by graeme
Fri Jul 24, 2009 6:45 pm
Forum: Bader
Topic: soft and augmentation electrons
Replies: 1
Views: 12937

Re: soft and augmentation electrons

I don't know about the charges listed in the output; these are not related to the Bader charges. For the values of NGXF,Y,Z, you should start with something near the default and then systematically increase the grid density and check for convergence of the Bader charges. Typically, using a grid whic...
by graeme
Thu Jul 23, 2009 3:58 pm
Forum: VTSTTools
Topic: Problems on the images using NEB
Replies: 3
Views: 14127

Re: Problems on the images using NEB

It would be good to check the magnitude of the forces in your initial band. If they are >10 eV/Ang, and aggressive optimizer can move the atoms into unphysical regions of configuration space. Also, the conjugate gradient optimizer that you choose (IBRION=2) that is built into vasp can not be used wi...
by graeme
Thu Jul 23, 2009 3:52 pm
Forum: VTSTTools
Topic: Problem with dynamical matrix
Replies: 0
Views: 10086

Re: Problem with dynamical matrix

Check to see if the run completed. If it did not finish, there will be many rows in the Hessian matrix with no force (zeros).

We probably have signatures disabled on the forum.
by graeme
Thu Jul 23, 2009 3:50 pm
Forum: VTSTTools
Topic: neb calculation
Replies: 1
Views: 5877

Re: neb calculation

When you make your initial band, you can choose to freeze or relax any of the ion. Make sure that any frozen ions are in the same position for each image in the band.

Sure, you can use the NEB with open-shell calculations.
by graeme
Fri Jul 03, 2009 5:19 pm
Forum: Bader
Topic: Bader Charge for H
Replies: 1
Views: 6057

Re: Bader Charge for H

It should be fine.
by graeme
Mon Jun 29, 2009 3:21 pm
Forum: VTSTTools
Topic: hope for changes of NEB for public use
Replies: 5
Views: 11863

Re: hope for changes of NEB for public use

I think you are right that a relaxed cell NEB will give you a lower bound to the barrier and any frozen box calculation will give you an upper bound. Perhaps using a linearly interpolated box would be as good as using either endpoint, because then you at least have the correct energies of the endpoi...
by graeme
Mon Jun 29, 2009 2:29 pm
Forum: VTSTTools
Topic: run error when use NEB calculating transition state
Replies: 2
Views: 9452

Re: run error when use NEB calculating transition state

See if you can build and run a NEB calculation using the standard version of vasp. When you get that working, there should not be any problems using our additional code. There is just not enough information in your error message to track down the error. If it turns out that you can run the regular v...
by graeme
Tue Jun 23, 2009 2:35 pm
Forum: VTSTTools
Topic: charge diff between charged and neutral state?
Replies: 1
Views: 5841

Re: charge diff between charged and neutral state?

Check the size of the charge density grid at the top of each CHGCAR file. VASP may choose a different value for your charged and neutral system (or if you ran one with a different number of processors). To force them to be the same, set NGXF,NGYF, and NGZF in your INCAR file.
by graeme
Fri Jun 19, 2009 2:09 am
Forum: VTSTTools
Topic: Simple question on DYNMAT
Replies: 6
Views: 18808

Re: Simple question on DYNMAT

Hi Chan-Woo, 1) Our documentation can be a little confusing. The standard way of running the dynmat code is to specify NSW=(3N+1) in the INCAR file for a single job to calculate the frequencies. The forces will be in the OUTCAR file and can be read with our scripts for calculating frequencies. It is...
by graeme
Tue Jun 09, 2009 3:25 pm
Forum: VTSTTools
Topic: NEB calc stalls on ionic relaxation steps
Replies: 2
Views: 7404

Re: NEB calc stalls on ionic relaxation steps

It sounds like an MPI problem related to the connection to idle images. I have never seen this problem and don't know how to fix it. Typical calculations spend more time optimizing points near the saddle which are further from equilibrium, so spending different amounts of time on each image is very ...