Search found 117 matches

by andri
Wed Sep 14, 2005 2:52 pm
Forum: VTSTTools
Topic: about the ./dymprefactor.pl script
Replies: 5
Views: 16694

I don't recall making any changes to it. Feel free to make any changes / enhancements you want to.
by andri
Wed Sep 14, 2005 2:50 pm
Forum: Bader
Topic: bader code gives segmentation fault with option 1,2 and 3
Replies: 12
Views: 30634

Excellent news. File free to contribute any useful scripts to the site. It as long been a problem how to visualize the CHGCAR files. How does this XCRYSDEN perform?

Thanks!
by andri
Tue Sep 13, 2005 3:45 pm
Forum: Bader
Topic: bader code gives segmentation fault with option 1,2 and 3
Replies: 12
Views: 30634

This seems to me to have more to do with ifort than the code itself. All other version (i.e. for Mac and Win) run as expected. I tried to compile it on linux with lf95 and pgf90 and they both run fine. So I have added a link on the web site for a executable compiled with pgf90. The source file direc...
by andri
Mon Sep 12, 2005 5:06 pm
Forum: Bader
Topic: bader code gives segmentation fault with option 1,2 and 3
Replies: 12
Views: 30634

Can you give a little bit more information, e.g. type and version of the linux distribution and type and version of the compiler you're using. Also maybe send the first lines of your CHGCAR or cube file, at least enough to include of few lines of the charge grid. And anything else you can think of t...
by andri
Sat Aug 13, 2005 8:19 am
Forum: VTSTTools
Topic: early termination of dynamical matrix calculation
Replies: 1
Views: 9201

It is possible that the potential surface so flat around your minima that the force doesn't rise considerably when the atoms are displaced. Try to set EDIFFG to something really small in the INCAR, e.g. EDIFFG = -1.0E-15 (or even smaller).

Andri
by andri
Fri Aug 12, 2005 5:24 pm
Forum: VTSTTools
Topic: Questions in relation to dimer output
Replies: 2
Views: 13417

Hi, Could you email me or post here your out.dat file and maybe the INCAR as well. There are several different energy values floating around in VASP. The one printed in the third column of the out.dat is NOT the true energy. It is because some artificial temperature (http://cms.mpi.univie.ac.at/vasp...
by andri
Thu Aug 04, 2005 5:29 pm
Forum: Bader
Topic: Bader source updated
Replies: 0
Views: 13100

Bader source updated

The source for the Bader code has been modified so differently formatted cube files can now be read. Previously the code assumed the cube file to have exactly the same format as a cube file from Gaussian. This caused problems for other users, like people using Dacapo. All executable on the wbe site ...
by andri
Mon Aug 01, 2005 3:02 am
Forum: VTSTTools
Topic: dynamical matrix problem
Replies: 2
Views: 10776

It can also be that the NSW can be higher than the number of degrees of freedom. When all lines in the DISPLACECAR have been exhausted then the system doesn't move and the forces stay the same after that. So when the matrix is set up with finite difference of the force, zero values are obtained.
by andri
Thu Jul 07, 2005 12:20 am
Forum: VTSTTools
Topic: Transition State Calcu.
Replies: 2
Views: 11510

I have seen this before, it is because a serial code has been run. VASP is trying to start up a serial run in the main directory (the one with 00, 01, ...) and there is no POSCAR there.
by andri
Mon May 16, 2005 8:03 pm
Forum: VTSTTools
Topic: Updated lanczos.F
Replies: 0
Views: 13772

Updated lanczos.F

The Lanczos source file (lanczos.F) has been updated in vtstcode. The following changes were made: 1) It now used the LAPACK routine dstev.f to diagonalize the Lanczos matrix instread of routines from Numerical recipies because of copyright issues. 2) On startup the code searches for a MODECAR file ...
by andri
Mon May 16, 2005 7:51 pm
Forum: VTSTTools
Topic: New scripts
Replies: 3
Views: 17234

New scripts

New scripts under vtstscripts are: 1) nebef.pl : Gets the energy and force for each images in a neb chain 2) nebsetup.pl : Sets up a linear neb chain from two POSCARs 3) make_mode.pl : (Under construction). Makes a MODECAR for the lanczos method used by VASP. Scripts made obsolete by this: 1) intPOS...
by andri
Tue Apr 26, 2005 7:11 pm
Forum: Bader
Topic: Version Information
Replies: 36
Views: 254048

All executables on the Bader web site have now been updated with the current (v09c) version of the code.