Search found 2290 matches
- Fri Nov 22, 2024 11:02 am
- Forum: VTSTTools
- Topic: Regarding installation of VTST tools (6.x) version with VASP 6.4.3
- Replies: 3
- Views: 3694
Re: Regarding installation of VTST tools (6.x) version with VASP 6.4.3
??? There is no reason to build a different vasp version. The VTST code builds with vasp.6.4.3. This is likely a small problem in your build that can be easily fixed.
- Thu Nov 21, 2024 1:50 pm
- Forum: VTSTTools
- Topic: Regarding installation of VTST tools (6.x) version with VASP 6.4.3
- Replies: 3
- Views: 3694
Re: Regarding installation of VTST tools (6.x) version with VASP 6.4.3
Ok, let's start with the first issue.
(1) download a clean version of the vtstcode and copy it from the vtstcode6.4.3 directory to your src directory. Check that it has version 4.2 listed in chain.F: VTST: version 4.2, (11/09/24)
(2) edit your src/.objects file to include the new objects, for ...
(1) download a clean version of the vtstcode and copy it from the vtstcode6.4.3 directory to your src directory. Check that it has version 4.2 listed in chain.F: VTST: version 4.2, (11/09/24)
(2) edit your src/.objects file to include the new objects, for ...
- Mon Nov 18, 2024 4:46 pm
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
Ok, I am a complete idiot and I apologize for wasting your time here. This is all to do with a failure in my code update.
Please check out version 204, which should have a chain.F with a version: VTST: version 4.2, (11/09/24)
Hopefully this all works now. I appreciate your help to fix this.
Please check out version 204, which should have a chain.F with a version: VTST: version 4.2, (11/09/24)
Hopefully this all works now. I appreciate your help to fix this.
- Mon Nov 18, 2024 3:42 pm
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
If you can send me your chain.F and .objects file, I can take a look. Maybe also main.F.
- Mon Nov 18, 2024 1:07 pm
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
do you need continuation \ marks after the object file lines?
This is what I have:
VTST_OBJS = bfgs.o dynmat.o instanton.o lbfgs.o sd.o cg.o dimer.o bbm.o \
fire.o lanczos.o neb.o qm.o \
pyamff_fortran/*.o ml_pyamff.o \
opt.o
...
hamil.o \
$(VTST_OBJS) \
constrmag.o \
...
This is what I have:
VTST_OBJS = bfgs.o dynmat.o instanton.o lbfgs.o sd.o cg.o dimer.o bbm.o \
fire.o lanczos.o neb.o qm.o \
pyamff_fortran/*.o ml_pyamff.o \
opt.o
...
hamil.o \
$(VTST_OBJS) \
constrmag.o \
...
- Mon Nov 18, 2024 9:30 am
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
Ah, this is crazy making - your script looks perfect.
Ok, I hate to suggest this again: you did a 'make veryclean' before the build?
Just to double check, do: "rm -rf build'
and "grep -i chain_stress" src/chain.F
and make sure that you see:
SUBROUTINE chain_stress( stress )
END SUBROUTINE ...
Ok, I hate to suggest this again: you did a 'make veryclean' before the build?
Just to double check, do: "rm -rf build'
and "grep -i chain_stress" src/chain.F
and make sure that you see:
SUBROUTINE chain_stress( stress )
END SUBROUTINE ...
- Sun Nov 17, 2024 6:13 pm
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
Thanks for reporting. Can you try some basic things and do a make clean, then make sure that you are getting the code from the vtstcode6.4.3 directory, and then if it still fails, report the error.
- Sun Nov 17, 2024 3:19 pm
- Forum: VTSTTools
- Topic: How to Handle TS with Lower Imaginary Frequency than Preceding NEB Images?
- Replies: 4
- Views: 10526
Re: How to Handle TS with Lower Imaginary Frequency than Preceding NEB Images?
I just don't understand where this concern is coming from. A first order saddle is defined as a point on the potential with zero force and one negative mode. There can be lots of other points on the potential surface with lower negative modes - but who cares?
To your other question: you can ...
To your other question: you can ...
- Sun Nov 17, 2024 1:53 am
- Forum: VTSTTools
- Topic: How to Handle TS with Lower Imaginary Frequency than Preceding NEB Images?
- Replies: 4
- Views: 10526
Re: How to Handle TS with Lower Imaginary Frequency than Preceding NEB Images?
I don't see any problem with configurations away from the TS having higher or lower negative curvatures. I can think of situations where either case will occur.
- Fri Nov 15, 2024 10:25 am
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
It should be good now.
- Sat Nov 09, 2024 9:18 pm
- Forum: VTSTTools
- Topic: VTST 2.x code updates
- Replies: 31
- Views: 958657
Re: VTST 2.x code updates
V2.04 (11/09/24) released.
- updated for vasp.6.4.3
- updated for vasp.6.4.3
- Wed Nov 06, 2024 3:21 am
- Forum: Bader
- Topic: Bader (iso)surfaces in VESTA interpretation
- Replies: 1
- Views: 30181
Re: Bader (iso)surfaces in VESTA interpretation
I believe this is not related to the Bader code. There is some problem with the interpretation of your cube file. In fact, the cube file looks strange to me - the charge density values are all in a single column instead of multiple columns, as expected in a cube format.
- Tue Nov 05, 2024 1:11 pm
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
wait - bug, give me another day
- Tue Nov 05, 2024 2:07 am
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
ok, done
- Mon Nov 04, 2024 7:06 pm
- Forum: VTSTTools
- Topic: Installing VTST with VASP_6.4.3.
- Replies: 26
- Views: 263466
Re: Installing VTST with VASP_6.4.3.
I should have this done tonight - sorry for the delay.