Just a minor annoyance ...
The modemake.pl script does not seem to take into account of the 'Selective Dynamics' POSCARs.
Search found 11 matches
- Tue Apr 09, 2013 2:56 pm
- Forum: VTSTTools
- Topic: modemake.pl does not take into account constraints
- Replies: 1
- Views: 51028
- Wed Jul 11, 2012 9:54 am
- Forum: VTSTTools
- Topic: Pushing the transition state to minima in Dimer method
- Replies: 1
- Views: 49626
Pushing the transition state to minima in Dimer method
Hello there,
I am looking at hydrogen dissociation from CH4 on Ru0001 surface [(CH4(surf) -> CH3(surf) + H(surf)]. I calculated the transition state for the reaction using the dimer method starting from CH4(surf). I would like to know if it is now possible to push the transition state to CH3(surf ...
I am looking at hydrogen dissociation from CH4 on Ru0001 surface [(CH4(surf) -> CH3(surf) + H(surf)]. I calculated the transition state for the reaction using the dimer method starting from CH4(surf). I would like to know if it is now possible to push the transition state to CH3(surf ...
- Tue Jul 03, 2012 9:56 am
- Forum: VTSTTools
- Topic: Error running dimrun example VTST 2.04b & 2.03b VASP 4.6.36
- Replies: 8
- Views: 146136
Re: Error running dimrun example VTST 2.04b & 2.03b VASP 4.6
I also faced the same problem with VASP 5.2.12 and Intel 12.1.1.256. The issue got fixed after removing the lines with #if defined (MPI_CHAIN)... #endif in dimer.F.
- Fri Jun 08, 2012 8:31 am
- Forum: VTSTTools
- Topic: Job does not terminate/continue after convergence in a image
- Replies: 8
- Views: 141022
Re: Job does not terminate/continue after convergence in a i
Changing IBRION to 1 or 3 solves the problem. Thanks a lot Graeme. :)
- Fri Jun 08, 2012 8:28 am
- Forum: VTSTTools
- Topic: Problem compiling VTST with VASP 4.6.36 with Intel 12.1.1
- Replies: 3
- Views: 78289
Re: Problem compiling VTST with VASP 4.6.36 with Intel 12.1.
Thank you!! That solved the problem!!
- Tue May 22, 2012 9:04 am
- Forum: VTSTTools
- Topic: Problem compiling VTST with VASP 4.6.36 with Intel 12.1.1
- Replies: 3
- Views: 78289
Problem compiling VTST with VASP 4.6.36 with Intel 12.1.1
Hello there,
I just tried compiling VTST 2.04b with VASP 4.6.36 with Intel 12.1.1. When I do $make I get the following error with dimer.f90
Any help is appreciated. Has anyone encountered this problem. I tried searching the forum but didn't come up with much.
./preprocess <dimer.F | /usr/bin/cpp ...
I just tried compiling VTST 2.04b with VASP 4.6.36 with Intel 12.1.1. When I do $make I get the following error with dimer.f90
Any help is appreciated. Has anyone encountered this problem. I tried searching the forum but didn't come up with much.
./preprocess <dimer.F | /usr/bin/cpp ...
- Wed May 16, 2012 8:57 am
- Forum: VTSTTools
- Topic: Job does not terminate/continue after convergence in a image
- Replies: 8
- Views: 141022
Re: Job does not terminate/continue after convergence in a i
Just a small update. I observe similar behavior on another cluster as well with a completely different setup. On this cluster it's a pgf90 compiler with VASP 5.2.12 and openmpi 1.4.4.
Maybe something is wrong with my parameters in the INCAR file. Please find the INCAR below. Please let me know if I ...
Maybe something is wrong with my parameters in the INCAR file. Please find the INCAR below. Please let me know if I ...
- Sun May 13, 2012 2:24 pm
- Forum: VTSTTools
- Topic: Job does not terminate/continue after convergence in a image
- Replies: 8
- Views: 141022
Re: Job does not terminate/continue after convergence in a i
Please find attached the output from a hung job.
The job hung once the image 05 reached convergence. There was no output anymore from any of the other images (01, 02, 03, 04, 06, 07) and the job also did not terminate. I had to kill the job myself.
I also attached the time stamps of all the files ...
The job hung once the image 05 reached convergence. There was no output anymore from any of the other images (01, 02, 03, 04, 06, 07) and the job also did not terminate. I had to kill the job myself.
I also attached the time stamps of all the files ...
- Sat May 12, 2012 9:00 pm
- Forum: VTSTTools
- Topic: Job does not terminate/continue after convergence in a image
- Replies: 8
- Views: 141022
Re: Job does not terminate/continue after convergence in a i
Dear Graeme,
Thanks for the quick replies.
You did misunderstand. After one image has reached convergence, nothing is happening with the other images. The calculations of the other images are NOT going forward to the required convergence which as you say is normal behavior.
I have a calculation ...
Thanks for the quick replies.
You did misunderstand. After one image has reached convergence, nothing is happening with the other images. The calculations of the other images are NOT going forward to the required convergence which as you say is normal behavior.
I have a calculation ...
- Sat May 12, 2012 4:15 pm
- Forum: VTSTTools
- Topic: Job does not terminate/continue after convergence in a image
- Replies: 8
- Views: 141022
Job does not terminate/continue after convergence in a image
I wonder if someone has experienced such a problem.
My job does not terminate/continue after convergence in one image has been reached. The following are the brief specifications of what I am using.
VTST: Latest available on the website
VASP: 5.2.12
OpenMPI: 1.5.4
Queuing: PBS Torque
Compiler ...
My job does not terminate/continue after convergence in one image has been reached. The following are the brief specifications of what I am using.
VTST: Latest available on the website
VASP: 5.2.12
OpenMPI: 1.5.4
Queuing: PBS Torque
Compiler ...
- Sat May 12, 2012 11:57 am
- Forum: VTSTTools
- Topic: VASP 5.2.12 tetweight.o hamil_rot.o
- Replies: 1
- Views: 52617
VASP 5.2.12 tetweight.o hamil_rot.o
Hello there,
In the instructions to building VTST into VASP, it says...
built. Replace the line
tet.o hamil.o steep.o \
with the lines
tet.o hamil.o steep.o dimer.o dynmat.o neb.o lanczos.o instanton.o \
sd.o cg.o qm.o lbfgs.o bfgs.o fire.o opt.o \
But in VASP 5.2.12 there are two additional ...
In the instructions to building VTST into VASP, it says...
built. Replace the line
tet.o hamil.o steep.o \
with the lines
tet.o hamil.o steep.o dimer.o dynmat.o neb.o lanczos.o instanton.o \
sd.o cg.o qm.o lbfgs.o bfgs.o fire.o opt.o \
But in VASP 5.2.12 there are two additional ...