Search found 2256 matches

by graeme
Fri Jan 20, 2006 5:44 am
Forum: Bader
Topic: Spurious bader charges
Replies: 13
Views: 36063

Well, I think were stuck on this for now. Andri and I have tried a range of grid sizes and different INCAR parameters. I don't see a difference as large as you get. My biggest difference is 0.07e between C atoms, or 2%. Still, this is annoying. Which C atom has the larger charge also seems to depend...
by graeme
Wed Jan 18, 2006 8:46 pm
Forum: Bader
Topic: Spurious bader charges
Replies: 13
Views: 36063

The number of necessary grid point is related to the box size. It is really the density of grid points that matter. An 18x18x18 Ang box is quite large, so a large number of grid points could be appropriate. However, if you are looking at an isolated molecule, this is a very large box. You could use ...
by graeme
Wed Jan 18, 2006 3:35 pm
Forum: Bader
Topic: Spurious bader charges
Replies: 13
Views: 36063

360^3 is a pretty large data set, but I'm still surprised that it's causing a segmentation fault. Perhaps you are right about the memory. If you made the CHGCAR available I could try it on a large memory machine. You could also try one of your other suggestions. Reducing the cell size and the grid s...
by graeme
Tue Jan 17, 2006 3:22 pm
Forum: Bader
Topic: Spurious bader charges
Replies: 13
Views: 36063

The code does take into account boundary conditions. My first guess is that your fft grid needs to be finer. If the carbon atoms are lying in different positions with respect to the grid, the integrated charge for each atom will be different. I suggest that you look in the OUTCAR or the CHGCAR to fi...
by graeme
Sat Dec 31, 2005 11:24 pm
Forum: VTSTTools
Topic: Vasp.pm and diminit.pl changes
Replies: 1
Views: 9115

dimmins.pl

I've renamed the dimquench.pl script, written by Lijun, to dimmins.pl. I've changed it so it is like the diminit.pl script.

Both scripts are in cvs, along with the modifications to Vasp.pm. The vtsttools website documentation has been updated, as well as the tar file.
by graeme
Sat Dec 31, 2005 9:00 am
Forum: VTSTTools
Topic: Vasp.pm and diminit.pl changes
Replies: 1
Views: 9115

Vasp.pm and diminit.pl changes

Functions to make gaussian displacements, add coordinates, and multiply coordinates by a scalar have been added to vasp.pm. There is also a boundary condition function (set_bc) which uses the environmental variable VTST_BC to decide which condition should be applied. The read_othercar has been modif...
by graeme
Tue Dec 13, 2005 5:06 am
Forum: VTSTTools
Topic: density of states plotting routines
Replies: 2
Views: 9526

density of states plotting routines

Added two scripts, vdosplot.pl and vldosplot.pl. After some use and debugging, I'll add a sentence about them on the webpage. They scripts plot data generated using the split_dos.ksh and vp scripts from http://cst-www.nrl.navy.mil/~erwin/vasptips/
by graeme
Sat Nov 19, 2005 7:12 am
Forum: VTSTTools
Topic: Introduction of environment variables
Replies: 2
Views: 10197

Introduction of environment variables

I've added the reading of the environmental variable VTST_BC to get the boundary conditions in the vasp2con.pl script. I think it's time to allow the boundary condition settings, along with optional printing styles to be controlled without having to modify the scripts. A variable can be read using t...
by graeme
Sat Nov 05, 2005 7:37 am
Forum: tsase
Topic: Potentials on OS X
Replies: 1
Views: 40992

Potentials on OS X

The potentials can now be built on osx by running the Gman/pot/build_osx_xlf script. This is nothing fancy, but it's better than it was. This requires that xlf, f2py, numeric, and scipy to be installed.
by graeme
Fri Oct 14, 2005 8:21 pm
Forum: Bader
Topic: pseudo-potential dependent charges
Replies: 4
Views: 20636

H-O bonds are definately a problem with pseudopotential codes, and possibly C-H. The results in our paper were generated using an all electron calculation with Gaussian. Even though H has 1 electron, the electrostatic repulsion is smoothed out with the pseudopotential, and as you have found, it can ...
by graeme
Fri Oct 14, 2005 4:23 am
Forum: Bader
Topic: Charge analysis and Gaussian CUBE file viewer
Replies: 5
Views: 18995

Yeah, we have not implemented non-orthogonal cells yet. If enough people would find this valuable, this functionality could be added.
by graeme
Wed Oct 05, 2005 9:12 pm
Forum: Bader
Topic: Charge analysis and Gaussian CUBE file viewer
Replies: 5
Views: 18995

The amount of charge on each atom will be listed in the ACF.dat file, and in the output of the program if you choose option 4. In order to visualize the Bader volume around each atom, you can choose option 2, and specify which atom you are interested in. The BvAtxxxx.dat file has the same format as ...
by graeme
Tue Sep 27, 2005 12:48 am
Forum: VTSTTools
Topic: dynmat calculation to get prefactor for vacancy jump
Replies: 1
Views: 10282

Are all atoms allowed to move in your calculation? If so, there should be three low translational modes. Noise in the forces can make these modes positive or negative. Also, the sqrt[k/m] tends to accentuate the value of low modes. Also, make sure you have a small ediff. Try ediff=1e-8 to get accura...
by graeme
Tue Sep 27, 2005 12:28 am
Forum: VTSTTools
Topic: about the ./dymprefactor.pl script: an additional question
Replies: 1
Views: 9114

If you diagonalize the dynamical matrix yourself, you will need the sqrt and 2Pi. If you use the dymfreq program, these factors are already in the code.
by graeme
Fri Sep 23, 2005 3:26 pm
Forum: Bader
Topic: Calculation of Bader volumes
Replies: 11
Views: 47466

Printing the volume of the bader regions is an excellent idea, and one that will be easy for us to implement. I'll post back here when the binaries have been updated.