Skip to content

Commit 266fff2

Browse files
committed
1,3-Hexadiene input file now saves QMfiles in the output directory.
This makes it slower to run, because it won't re-use old files if you delete the output folder between runs, but that makes it a better test, and this is one of our Makefile test targets (`make eg2`). `make eg2` will delete the output directory before running, so we now wipe the slate clean of old QMfiles.
1 parent 427ce2f commit 266fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rmg/1,3-hexadiene/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
quantumMechanics(
6666
software='mopac',
6767
method='pm3',
68-
fileStore='QMfiles', # relative to where you run it? defaults to inside the output folder.
68+
# fileStore='QMfiles', # relative to where you run it from. Defaults to inside the output folder if not defined.
6969
scratchDirectory = None, # not currently used
7070
onlyCyclics = True,
7171
maxRadicalNumber = 0,

0 commit comments

Comments
 (0)