Error when retrieving a State from RPMDIntegrator?
Posted: Thu Jun 22, 2017 11:52 am
Hello, I'd like to report an error I encounter when using the RPMDIntegrator in the latest version of OpenMM. When I call getState() on the RPMDIntegrator I receive the following error:
_getStateAsLists() seems to be missing an argument. Am I calling getState() incorrectly in the example above?
Thank you!
Joe
Code: Select all
Traceback (most recent call last):
File "run-dynamics.py", line 135, in <module>
state = simulation.integrator.getState(0, getPositions=True)
File "/cstor/stanford/tem26/users/jnapoli/anaconda/lib/python2.7/site-packages/simtk/openmm/openmm.py", line 3652, in getState
self._getStateAsLists(getP, getV, getF, getE, getPa, getPd, enforcePeriodic, groups_mask)
TypeError: _getStateAsLists() takes exactly 10 arguments (9 given)
Thank you!
Joe