Skip to content

Commit

Permalink
Added more SLURM examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka-zuumi committed May 4, 2024
1 parent d8fc3ea commit 88783e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions examples/SLURM/doSingleTrajectory.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ fi
module purge
module load lang/Anaconda3

# Load your psi4 environment (if using it)
# Load your psi4 environment (or other package)
# source activate psi4
# source activate ../../.bisampleschnet
# source activate ../../.bisamplesgdml

b=$1

Expand All @@ -37,11 +39,12 @@ n_threads=$SLURM_CPUS_PER_TASK
# https://psicode.org/psi4manual/master/basissets_tables.html

xyzfile=../../examples/input.hbr.ch4.xyz
PESfile=../../examples/input.br.ch5.xyz
#PESfile=../../examples/input.BrCH5.psi4
PESfile=../../examples/schnet.BrCH5.best_model

#xyzfile../../examples/input.ch.h2s.xyz
#PESfile../../examples/sgdml.ch.h2s.npz
#PESfile../../examples/schnet.ch.h2s.best_model
#xyzfile=../../examples/input.ch.h2s.xyz
#PESfile=../../examples/sgdml.ch.h2s.npz
#PESfile=../../examples/schnet.ch.h2s.best_model

echo "START: "$(date)

Expand Down
Binary file added examples/schnet.BrCH5.best_model
Binary file not shown.

0 comments on commit 88783e6

Please sign in to comment.