Skip to content

Commit 29eef4f

Browse files
committed
Make sure box vectors are reduced. [ci skip]
1 parent 971774f commit 29eef4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ follows. (This assumes that the output has a prefix `somd1`.)
215215
import BioSimSpace as BSS
216216

217217
# Load the lambda = 0 state from prepareFEP.py
218-
system = BSS.IO.readMolecules(["somd1.prm7", "somd1.rst7"])
218+
system = BSS.IO.readMolecules(["somd1.prm7", "somd1.rst7"], reduce_box=True)
219219

220220
# Write a stream file.
221221
BSS.Stream.save(system, "somd1")

0 commit comments

Comments
 (0)