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
The InThreadIMDServer serves an MDA Universe in pure Python for testing, but it has some test-specific methods like expect_header and has some placeholder data specifically for testing (like in the energy packet).
Describe the solution you'd like
A more generalized class could be made similar to InThreadIMDServer for the use case of serving a prewritten trajectory via IMD.
Describe alternatives you've considered
Don't do anything
The text was updated successfully, but these errors were encountered:
And then you can use MDA as a stream filter: read from an IMD stream and write out to another one that is then used by e.g., VMD. Interesting possibilities!
Great idea, the writer interface is natural for this and error handling will be much easier since it has a context manager. I like the idea of being able to optionally use v2 to write to VMD as well.
Is your feature request related to a problem?
The
InThreadIMDServer
serves an MDA Universe in pure Python for testing, but it has some test-specific methods likeexpect_header
and has some placeholder data specifically for testing (like in the energy packet).Describe the solution you'd like
A more generalized class could be made similar to
InThreadIMDServer
for the use case of serving a prewritten trajectory via IMD.Describe alternatives you've considered
Don't do anything
The text was updated successfully, but these errors were encountered: