How do I save and load the SimulationData object?

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.