Closed ashenoy463 closed 6 months ago
Instead of just being a holder for parsing methods, the Simulation object should hold trajectory/bonds/species data in its attributes.
Simulation
Formulate a list of attributes to have
Make class methods update those attributes
handlers from mdx.io can then be initialized separately by passing a get_writer() function the simulation object
mdx.io
get_writer()
Implemented in 4021ecb
Instead of just being a holder for parsing methods, the
Simulation
object should hold trajectory/bonds/species data in its attributes.Formulate a list of attributes to have
Make class methods update those attributes
handlers from
mdx.io
can then be initialized separately by passing aget_writer()
function the simulation object