How do I save and load the SimulationData object?#
Date |
Category |
|---|---|
2023-12-03 20:30:52 |
Simulations |
Use sim_data.to_file(fname=βpath/to/file.hdf5β) to save a SimulationData object to a HDF5 file, and sim_data = SimulationData.from_file(fname=βpath/to/file.hdf5β) to load a SimulationData object from a HDF5 file.