You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When originally written I didn't know how (or wasn't possible) to cleanly handle errors from OpenMM when retrieving state information that wasn't available for the state, e.g. velocities, forces, etc. typically.
It looks like now these all raise OpenMMException types so this should be able to handled better now.
We may want to rework this being a warning entirely, but minimally it can raise a better warning that includes the OpenMMException message and error type.
The text was updated successfully, but these errors were encountered:
When originally written I didn't know how (or wasn't possible) to cleanly handle errors from OpenMM when retrieving state information that wasn't available for the state, e.g. velocities, forces, etc. typically.
It looks like now these all raise
OpenMMException
types so this should be able to handled better now.We may want to rework this being a warning entirely, but minimally it can raise a better warning that includes the
OpenMMException
message and error type.The text was updated successfully, but these errors were encountered: