ashenoy463 / mdx

Parallelized and lazy processing for reactive molecular dynamics simulation data
GNU General Public License v3.0
0 stars 0 forks source link

`mdx.ingest.Simulation` should hold data states #11

Closed ashenoy463 closed 6 months ago

ashenoy463 commented 6 months ago

Instead of just being a holder for parsing methods, the Simulation object should hold trajectory/bonds/species data in its attributes.

ashenoy463 commented 6 months ago

Implemented in 4021ecb