Skip to content

Commit

Permalink
RELEASE 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelsea486MHz committed Jan 18, 2022
1 parent e9cf9dd commit cc00b21
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 50,006 deletions.
Empty file removed examples/1-ethane/render.xyz
Empty file.
14 changes: 8 additions & 6 deletions examples/16-water/16-water.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ OUTPUT=render.xyz
DURATION=0.001
WATER_NB=16
TARGET_POTENTIAL=0.1
RANDOM_SEED=1337

echo "[ INFO ] ${SIMULATION_NAME} by ${AUTHOR_NAME}"
echo "[ INFO ] Starting SENPAI"
senpai --substrate ${SUBSTRATE}\
--solvent ${SOLVENT} \
--out ${OUTPUT} \
--model ${MODEL} \
--time ${DURATION} \
--copy ${WATER_NB} \
--reduce_potential ${TARGET_POTENTIAL}
--solvent ${SOLVENT} \
--out ${OUTPUT} \
--model ${MODEL} \
--time ${DURATION} \
--copy ${WATER_NB} \
--reduce_potential ${TARGET_POTENTIAL} \
--srand ${RANDOM_SEED}

if [ $? -ne 0 ]; then
echo "[FAILED] SENPAI couldn't execute properly."
Expand Down
Loading

0 comments on commit cc00b21

Please sign in to comment.