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.