-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
176 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
%Chk=grad.chk | ||
%Nproc=1 | ||
%Mem=1Gb | ||
# B3LYP/def2SVP Force td(nstates=2, root=1) | ||
NoSymm | ||
|
||
s1 gradient | ||
|
||
0 1 | ||
@geom | ||
|
||
|
||
|
25 changes: 25 additions & 0 deletions
25
NEB/examples/water_flip_g16_excited_state/neb_main_g16.sub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/bash | ||
# for Slurm | ||
#SBATCH --nodes=1 | ||
#SBATCH --ntasks-per-node=1 | ||
#SBATCH --mem=1Gb | ||
#SBATCH --job-name=neb_main_g16 | ||
#SBATCH --output=neb_main_g16.err | ||
|
||
xyz=water_flip.xyz | ||
SCRATCHDIR=/sscratch/${SLURM_JOBID} | ||
|
||
cd $SLURM_SUBMIT_DIR | ||
|
||
optimize_neb $xyz \ | ||
--procs_per_image=4 \ | ||
--mem_per_image=1Gb \ | ||
--parallel_images=10 \ | ||
--scratch_dir=$SCRATCHDIR \ | ||
--print_every=1 \ | ||
--integrator=bfgs \ | ||
--optimize_endpoints \ | ||
--calculator=g16 \ | ||
&> neb_main_g16.out | ||
|
||
echo "FINISHED" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
3 | ||
File written by XYZ.py | ||
h 0.811165000000000 0.834945000000000 0.000000000000000 | ||
o 0.177670000000000 0.000000000000000 0.000000000000000 | ||
h 0.811165000000000 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.630906111111111 0.834945000000000 0.000000000000000 | ||
o 0.138187777777778 0.000000000000000 0.000000000000000 | ||
h 0.630906111111111 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.450647222222222 0.834945000000000 0.000000000000000 | ||
o 0.098705555555556 0.000000000000000 0.000000000000000 | ||
h 0.450647222222222 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.270388333333333 0.834945000000000 0.000000000000000 | ||
o 0.059223333333333 0.000000000000000 0.000000000000000 | ||
h 0.270388333333333 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.090129444444444 0.834945000000000 0.000000000000000 | ||
o 0.019741111111111 0.000000000000000 0.000000000000000 | ||
h 0.090129444444444 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.090129444444444 0.834945000000000 0.000000000000000 | ||
o -0.019741111111111 0.000000000000000 0.000000000000000 | ||
h -0.090129444444444 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.270388333333333 0.834945000000000 0.000000000000000 | ||
o -0.059223333333333 0.000000000000000 0.000000000000000 | ||
h -0.270388333333333 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.450647222222222 0.834945000000000 0.000000000000000 | ||
o -0.098705555555555 0.000000000000000 0.000000000000000 | ||
h -0.450647222222222 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.630906111111111 0.834945000000000 0.000000000000000 | ||
o -0.138187777777778 0.000000000000000 0.000000000000000 | ||
h -0.630906111111111 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.811165000000000 0.834945000000000 0.000000000000000 | ||
o -0.177670000000000 0.000000000000000 0.000000000000000 | ||
h -0.811165000000000 -0.834945000000000 0.000000000000000 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/bash | ||
# for Slurm | ||
#SBATCH --nodes=1 | ||
#SBATCH --ntasks-per-node=1 | ||
#SBATCH --mem=1Gb | ||
#SBATCH --job-name=neb_main_g16 | ||
#SBATCH --output=neb_main_g16.err | ||
|
||
xyz=water_flip.xyz | ||
SCRATCHDIR=/sscratch/${SLURM_JOBID} | ||
|
||
cd $SLURM_SUBMIT_DIR | ||
|
||
optimize_neb $xyz \ | ||
--procs_per_image=4 \ | ||
--mem_per_image=1Gb \ | ||
--parallel_images=10 \ | ||
--scratch_dir=$SCRATCHDIR \ | ||
--print_every=1 \ | ||
--integrator=bfgs \ | ||
--optimize_endpoints \ | ||
--calculator=qchem \ | ||
&> neb_main_g16.out | ||
|
||
echo "FINISHED" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
3 | ||
File written by XYZ.py | ||
h 0.811165000000000 0.834945000000000 0.000000000000000 | ||
o 0.177670000000000 0.000000000000000 0.000000000000000 | ||
h 0.811165000000000 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.630906111111111 0.834945000000000 0.000000000000000 | ||
o 0.138187777777778 0.000000000000000 0.000000000000000 | ||
h 0.630906111111111 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.450647222222222 0.834945000000000 0.000000000000000 | ||
o 0.098705555555556 0.000000000000000 0.000000000000000 | ||
h 0.450647222222222 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.270388333333333 0.834945000000000 0.000000000000000 | ||
o 0.059223333333333 0.000000000000000 0.000000000000000 | ||
h 0.270388333333333 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h 0.090129444444444 0.834945000000000 0.000000000000000 | ||
o 0.019741111111111 0.000000000000000 0.000000000000000 | ||
h 0.090129444444444 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.090129444444444 0.834945000000000 0.000000000000000 | ||
o -0.019741111111111 0.000000000000000 0.000000000000000 | ||
h -0.090129444444444 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.270388333333333 0.834945000000000 0.000000000000000 | ||
o -0.059223333333333 0.000000000000000 0.000000000000000 | ||
h -0.270388333333333 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.450647222222222 0.834945000000000 0.000000000000000 | ||
o -0.098705555555555 0.000000000000000 0.000000000000000 | ||
h -0.450647222222222 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.630906111111111 0.834945000000000 0.000000000000000 | ||
o -0.138187777777778 0.000000000000000 0.000000000000000 | ||
h -0.630906111111111 -0.834945000000000 0.000000000000000 | ||
3 | ||
File written by XYZ.py | ||
h -0.811165000000000 0.834945000000000 0.000000000000000 | ||
o -0.177670000000000 0.000000000000000 0.000000000000000 | ||
h -0.811165000000000 -0.834945000000000 0.000000000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters