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
This would come in very handy for our purposes. If at least in some systems we could get an openmm.Topology() object or mdtraj.Topology() object that would be great. Maybe we can add an extended TestSystem like
Also, we should probably not impose an MDTraj requirement here, so it will have to be an openmm topology for now. It's easy enough to convert to MDTraj from OpenMM...
openmm.Topology is fine. mdtraj can convert easily enough. If there is no objection I would add the topology to some of the examples that I use. We can see if that makes sense.
This would come in very handy for our purposes. If at least in some systems we could get an
openmm.Topology()
object ormdtraj.Topology()
object that would be great. Maybe we can add an extended TestSystem likeThis might make it easier to analyze results later. Any ideas?
Mention @dwhswenson here to get his opinion.
The text was updated successfully, but these errors were encountered: