Skip to content

Commit

Permalink
sampling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsdewit111 committed Oct 31, 2021
1 parent 91be4d2 commit 3eaf0b5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions example/sampling/sampling_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
#SBATCH -n 1
#SBATCH -t 10:00:00

export PYTHONPATH="$PYTHONPATH:/home/dewit/QMCTorch:/sw/arch/Debian10/EB_production/2020/software/ADF/2019.303-intelmpi/scripting"

mkdir $TMPDIR/$USER
mkdir $SCM_TMPDIR
export PYTHONPATH="$PYTHONPATH:/home/dewit/QMCTorch"

cd h2/ || exit
python h2_m.py
python h2_hmc.py

#cd ../lih || exit
#python lih_m.py
#python lih_hmc.py
cd ../lih || exit
python lih_m.py
python lih_hmc.py

0 comments on commit 3eaf0b5

Please sign in to comment.