tmancal74 / quantarhei

Open Quantum System Theory for Molecular Systems
MIT License
21 stars 16 forks source link

save and load methods for Aggregate #35

Closed tmancal74 closed 7 years ago

tmancal74 commented 7 years ago

In this issue, we need to solve the general mechanism how to save objects which contain other objects. It seems that the file-like structure of the hdm5 file should be sufficient for that.

tmancal74 commented 7 years ago

Aggregates are saveable by subclassing Saveable class. Also other components of Quantarhei model are now saveable.