Skip to content

Commit cc00b21

Browse files
committed
RELEASE 1.0
1 parent e9cf9dd commit cc00b21

File tree

7 files changed

+83
-50006
lines changed

7 files changed

+83
-50006
lines changed

examples/1-ethane/render.xyz

Whitespace-only changes.

examples/16-water/16-water.sh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ OUTPUT=render.xyz
1616
DURATION=0.001
1717
WATER_NB=16
1818
TARGET_POTENTIAL=0.1
19+
RANDOM_SEED=1337
1920

2021
echo "[ INFO ] ${SIMULATION_NAME} by ${AUTHOR_NAME}"
2122
echo "[ INFO ] Starting SENPAI"
2223
senpai --substrate ${SUBSTRATE}\
23-
--solvent ${SOLVENT} \
24-
--out ${OUTPUT} \
25-
--model ${MODEL} \
26-
--time ${DURATION} \
27-
--copy ${WATER_NB} \
28-
--reduce_potential ${TARGET_POTENTIAL}
24+
--solvent ${SOLVENT} \
25+
--out ${OUTPUT} \
26+
--model ${MODEL} \
27+
--time ${DURATION} \
28+
--copy ${WATER_NB} \
29+
--reduce_potential ${TARGET_POTENTIAL} \
30+
--srand ${RANDOM_SEED}
2931

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

0 commit comments

Comments
 (0)