Commit 39cba8fb authored by John Chodera's avatar John Chodera
Browse files

Fixed a bug with retrieval of periodic box vectors from State objects in Python wrappers.

parent c67aed53
...@@ -58,6 +58,7 @@ class State(_object): ...@@ -58,6 +58,7 @@ class State(_object):
paramMap=None): paramMap=None):
self._simTime=simTime self._simTime=simTime
self._periodicBoxVectorsList=periodicBoxVectorsList self._periodicBoxVectorsList=periodicBoxVectorsList
self._periodicBoxVectorsListNumpy=None
if energy: if energy:
self._eK0=energy[0] self._eK0=energy[0]
self._eP0=energy[1] self._eP0=energy[1]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment