Skip to content

Commit

Permalink
Updated doSingleTrajectory.slurm for new file names
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka-zuumi authored Apr 19, 2024
1 parent 572214e commit f22a1a7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions examples/SLURM/doSingleTrajectory.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ n_threads=$SLURM_CPUS_PER_TASK
# https://psicode.org/psi4manual/master/dft_byfunctional.html#table-dft-meta
# https://psicode.org/psi4manual/master/basissets_tables.html

xyzfile=/home/kazuumi/rsun_koastore/kazuumiTest1/MLexp1/MLMD-cli/input.xyz
PESfile=/home/kazuumi/rsun_koastore/kazuumiTest1/MLexp1/globalPES/PES-ntrain14000-try1/sig15.npz
xyzfile=../../examples/input.hbr.ch4.xyz
PESfile=../../input.BrCH5.psi4
#PESfile=/home/kazuumi/rsun_koastore/kazuumiTest1/MLexp1/globalPES/PES-ntrain14000-try1/sig15.npz

echo "START: "$(date)

Expand All @@ -49,10 +50,7 @@ dt=0.25
maxSteps=100000

# Start the MD by doing some initial sampling
python -u /home/kazuumi/rsun_koastore/kazuumiTest1/MLexp1/MLMD-cli/cli.py $xyzfile $PESfile . --atomsInFirstGroup "1 2" --collisionEnergy $CE --impactParameter $b --centerOfMassDistance $rCM --production $maxSteps --interval 1 --time_step $dt --INITQPa "semiclassical" --INITQPb "thermal" --NVIBa 0 --NROTa 0 --TVIBb 10.0 --TROTb 10.0 --n_threads $n_threads > production.log
python -u ../../cli.py $xyzfile $PESfile . --atomsInFirstGroup "1 2" --collisionEnergy $CE --impactParameter $b --centerOfMassDistance $rCM --production $maxSteps --interval 1 --time_step $dt --INITQPa "semiclassical" --INITQPb "thermal" --NVIBa 0 --NROTa 0 --TVIBb 10.0 --TROTb 10.0 --n_threads $n_threads > production.log

echo "FINISH: "$(date)

python -u /home/kazuumi/rsun_koastore/kazuumiTest1/MLexp1/traj2exyz.py ./production.traj > ./production.xyz

echo "XYZ: "$(date)

0 comments on commit f22a1a7

Please sign in to comment.