We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971774f commit 29eef4fCopy full SHA for 29eef4f
1 file changed
README.md
@@ -215,7 +215,7 @@ follows. (This assumes that the output has a prefix `somd1`.)
215
import BioSimSpace as BSS
216
217
# Load the lambda = 0 state from prepareFEP.py
218
-system = BSS.IO.readMolecules(["somd1.prm7", "somd1.rst7"])
+system = BSS.IO.readMolecules(["somd1.prm7", "somd1.rst7"], reduce_box=True)
219
220
# Write a stream file.
221
BSS.Stream.save(system, "somd1")
0 commit comments