Search found 117 matches

by andri
Thu Mar 16, 2006 7:12 pm
Forum: Bader
Topic: non rectangular prism unit cells
Replies: 3
Views: 14686

Currently the code is undergoing major revision. The plan is to include nonorthogonal cells in the new version. Hopefully it will be available in the not so distant future.
by andri
Fri Mar 03, 2006 6:57 pm
Forum: Bader
Topic: increasing precision of calculation
Replies: 4
Views: 16119

I can't recall any specific instances but I'm pretty sure that decreasing EDIFF as helped me in the past to reduce noise in the charges.
by andri
Fri Mar 03, 2006 4:57 pm
Forum: Bader
Topic: increasing precision of calculation
Replies: 4
Views: 16119

A good thing to try a well is to converge the electronic structure using a smaller than usual EDIFF value, something like 1E-8.
by andri
Wed Mar 01, 2006 6:21 pm
Forum: VTSTTools
Topic: Some questions about NEB and CI-NEB
Replies: 8
Views: 30395

It may be a bit too late now, but i find it better to use "nm" than "strings". This is what I find: bjolfur.raunvis.hi.is:/usr/local/vasp(4)> nm vasp.mpi | grep -i neb 0819d098 T neb_ 087fb6f8 B neb_mp_efirst_ 087fb6f0 B neb_mp_elast_ 087fb6e8 B neb_mp_ispring_ 087fb6e0 B neb_mp_...
by andri
Fri Feb 24, 2006 7:03 pm
Forum: Bader
Topic: Spurious bader charges
Replies: 13
Views: 36076

It just seems to me that if the boundary conditions were at fault here then there should also be a larger discrepancy between the hydrogen atoms initially when the molecule crosses the box boundary.

But there is something curious going on here that needs further investigation.
by andri
Fri Feb 17, 2006 2:23 am
Forum: VTSTTools
Topic: Stress effects in VASP
Replies: 2
Views: 11075

Here we (admins, other users may of course answer) only answer questions about using our tools for doing transition state theory calculations with VASP.

For other problems, consult the official VASP forum or the online manual.
by andri
Thu Feb 09, 2006 12:17 am
Forum: Bader
Topic: RCORE vs MIN DIST
Replies: 12
Views: 28138

How are the charge coming out? Are they totally off mark or are the reasonable? I guess at least one more item on your list could be that we are not calculating the minimum distances correctly. At least it is point to consider, given the frequency which this problems seems to arise.
by andri
Wed Jan 18, 2006 7:23 pm
Forum: Bader
Topic: Spurious bader charges
Replies: 13
Views: 36076

I have never gone over 200^3. Usually something of the order 150^3 is quite sufficient.
by andri
Tue Nov 15, 2005 1:32 am
Forum: Bader
Topic: Bader charges of zero for H atoms
Replies: 1
Views: 10172

We have seen this problem before. It has more to do with inherent limitation in the pseudo-potential / PAW formalism than our code implementation. What most likely has happened is that the Bader volumes for the H atoms are inside the core region for the PAW potentials. To properly resolve this probl...
by andri
Wed Oct 05, 2005 5:58 pm
Forum: Bader
Topic: Charge analysis and Gaussian CUBE file viewer
Replies: 5
Views: 19005

The official viewer for Gaussian is (I believe) GaussView (http://www.gaussian.com/gv_plat.htm) but I don't think it's free. Another possibility is XCrysDen (http://www.xcrysden.org/). The people behind AtomEye might have some utilities for converting a CUBE file into a file format suitable for XCry...
by andri
Sat Sep 17, 2005 3:20 pm
Forum: Bader
Topic: bader code gives segmentation fault with option 1,2 and 3
Replies: 12
Views: 30720

I'm running 10.3.9 with kernel 7.9.0 and the executable didn't work for me as previously mentioned. I did try it on a machine running 10.4.x and it worked fine there. Also I tried to compile my own executable and managed after some struggle (basically had to install some libraries ) to compile all t...
by andri
Fri Sep 16, 2005 7:59 pm
Forum: VTSTTools
Topic: how to plot minimum energy path, after getting saddle point
Replies: 10
Views: 25249

Fraction gives the fraction of the distance the the first imags moves towards the second on. For instance a Fraction = 0.5 creates a POSCAR right in the middle between image1 and image2.
by andri
Fri Sep 16, 2005 5:48 pm
Forum: VTSTTools
Topic: how to plot minimum energy path, after getting saddle point
Replies: 10
Views: 25249

1) The two images should lie along the unstable mode. So use the two CONTCARs along with the interpolation script like: interpolate.pl 01/CONTCAR 02/CONTCAR 1.1 for one direction and interpolate.pl 02/CONTCAR 01/CONTCAR 1.1 for the other. Note that 1.1 may not be enough, you need to experiment with ...
by andri
Fri Sep 16, 2005 5:29 pm
Forum: VTSTTools
Topic: how to plot minimum energy path, after getting saddle point
Replies: 10
Views: 25249

I would use IBRION = 3 (damped dynamics) with POTIM <= 0.1. That should map out something relatively close to the MEP. After that, if you want to, you can extract a few approximately equally spaced configurations from the XDATCAR with xdat2pos.pl and use them as an initial guess for a further NEB ca...
by andri
Fri Sep 16, 2005 12:29 pm
Forum: Bader
Topic: bader code gives segmentation fault with option 1,2 and 3
Replies: 12
Views: 30720

Thanks for the links. This all looks very interesting. We are Mac OS based here and I tried the executable for AtomEye on my machine but it failed. Is there any way to get an updated version or even possibly the source code? Have you ever tried to use VASPVIEW, http://vaspview.sourceforge.net/ ? It ...