Search found 2255 matches

by graeme
Thu Apr 08, 2010 3:53 pm
Forum: VTSTTools
Topic: NEB
Replies: 6
Views: 11997

Re: NEB

You should always use the force criteria (negative ediffg). If you have linked with our NEB code, you can see the magnitude of the forces by grepping the outcar for "FORCES:"
by graeme
Tue Apr 06, 2010 7:34 pm
Forum: VTSTTools
Topic: Calculation of d-band center
Replies: 2
Views: 28814

Re: Calculation of d-band center

It would certainly be easy enough to add to the script, but you can also do this analytically. In our script, we calculate the width as: width = Sqrt( Sum_i (E_i-E_avg)^2 /N ) where E_i are the d-band energies and E_avg is the average d-band level. If you want width_fermi = Sqrt( Sum_i (E_i-E_f)^2 /...
by graeme
Tue Apr 06, 2010 3:32 pm
Forum: VTSTTools
Topic: NEB
Replies: 6
Views: 11997

Re: NEB

Did you freeze the bottom layers of your surface? If not, the entire slab may be translating.

Also, you don't need high precision, and you should not use vasp's conjugate gradients for the NEB.
by graeme
Thu Apr 01, 2010 6:02 am
Forum: Bader
Topic: source code
Replies: 1
Views: 7094

Re: source code

That would be great. As long as you keep the author list and the references that describe the algorithm (which are listed in the source), it can be incorporated into another code. It would also be nice if improvements to the algorithm could be updated in a derived code, but this is not a requirement...
by graeme
Tue Mar 30, 2010 2:28 pm
Forum: VTSTTools
Topic: Activation barrier of vacavcy migration in Fcc-Zn
Replies: 4
Views: 8733

Re: Activation barrier of vacavcy migration in Fcc-Zn

Using a relaxed cell could cause the problems that you are seeing.

Try using a frozen cell (ISIF=0) and a force criteria (ediffg=-0.01). Note that you need the negative sign to make this a force criteria. The energy criteria that you are using is not appropriate.
by graeme
Tue Mar 30, 2010 4:26 am
Forum: VTSTTools
Topic: Activation barrier of vacavcy migration in Fcc-Zn
Replies: 4
Views: 8733

Re: Activation barrier of vacavcy migration in Fcc-Zn

Are these calculations all converged? This is best done by choosing a force criteria - e.g. ediffg=-0.01.

Is the box frozen, or allowed to relax?
by graeme
Sat Mar 27, 2010 1:48 am
Forum: VTSTTools
Topic: NEB
Replies: 6
Views: 11997

Re: NEB

If you are using our code, you can just read the force from the OUTCAR. This contains both the perpendicular (real) and parallel (spring) forces. By grepping for NEB, you can also see the components. By specifying the convergence criteria, (e.g. ediffg=-0.01) you will require that the sum of these f...
by graeme
Sat Mar 06, 2010 8:16 pm
Forum: VTSTTools
Topic: NEBCELL
Replies: 1
Views: 5028

Re: NEBCELL

A student, Dan Sheppard is still working on this implementation. We'll post when this has been properly testing and is ready to go.
by graeme
Sat Mar 06, 2010 4:05 am
Forum: VTSTTools
Topic: Question about calculated vibrational frequecies
Replies: 3
Views: 8623

Re: Question about calculated vibrational frequecies

If the molecule is really adsorbed to the surface there should not be any negative modes. If it is weakly physisorbed, you can ignore the lowest 6 modes - 3 rotation and 3 translation. Make sure that the modes are converged with respect to the accuracy of the forces (ediff) and the displacement size...
by graeme
Wed Mar 03, 2010 8:20 pm
Forum: Bader
Topic: Bader and SIESTA
Replies: 3
Views: 13635

Re: Bader and SIESTA

I would suggest looking for convergence in these charges with respect to an increasing lattice. Also, why don't you use the Bader volumes? The Voronoi partitioning is simply geometric and does not take into account the relative sizes of atoms. It is only in our code as a sanity check. As far as how ...
by graeme
Wed Mar 03, 2010 4:49 pm
Forum: Bader
Topic: Bader and SIESTA
Replies: 3
Views: 13635

Re: Bader and SIESTA

Something has gone very wrong. The file should contain the charge density, which is a positive quantity. Your files seems to have negative values. That, or it is not being read properly. If you make the file available, we'll take a look at it.
by graeme
Mon Mar 01, 2010 3:48 am
Forum: VTSTTools
Topic: Question about dynamical matrix calculation
Replies: 4
Views: 10595

Re: Question about dynamical matrix calculation

Make sure that you download our entire package of scripts:
http://theory.cm.utexas.edu/vtsttools/scripts/
They work together.
by graeme
Mon Mar 01, 2010 12:01 am
Forum: VTSTTools
Topic: Can a Dyn_Matr calculation be restarted?
Replies: 4
Views: 7987

Re: Can a Dyn_Matr calculation be restarted?

Since you have done 5 displacements, your next DISPLACECAR should be: 0.000 0.000 0.000 0.000 0.000 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0....
by graeme
Sun Feb 28, 2010 3:45 am
Forum: VTSTTools
Topic: Questions about EDIFF for DynMat calculation
Replies: 3
Views: 7544

Re: Questions about EDIFF for DynMat calculation

That is not so large. You will probably find that you don't need to displace all of the metal atoms. You can displace the molecular degrees of freedom, and then add the nearby metal atoms to see if the modes change.
by graeme
Sat Feb 27, 2010 4:47 am
Forum: VTSTTools
Topic: Can a Dyn_Matr calculation be restarted?
Replies: 4
Views: 7987

Re: Can a Dyn_Matr calculation be restarted?

Yes, you can continue a partially finished run. Take a look at the bottom of this page: http://theory.cm.utexas.edu/vtsttools/dynmat/ Basically, you can zero the displacements that have been done, and run again, and then collect the results using dymmatrix.pl Another possibility is to run the displa...