DataLoader
full name: tenpy.simulations.post_processing.DataLoader
parent module:
tenpy.simulations.post_processing
type: class
Inheritance Diagram
Methods
|
|
|
|
|
|
|
|
|
|
|
|
Deprecated in favor of the simpler property access via |
Class Attributes and Properties
|
|
|
|
|
|
|
|
|
|
|
- class tenpy.simulations.post_processing.DataLoader(filename=None, simulation=None, data=None)[source]
Bases:
object
Post-processing class to handle IO and get Model and MPS from saved simulation data.
- Parameters:
filename (str | Path, optional) – Path to a hdf5 file.
simulation – An instance of a
Simulation
data (dict, optional) – dictionary of simulation results (to be used in e.g. Jupyter Notebooks)
- sim_params
Simulation parameters loaded from the hdf5 file. This includes the model parameters and algorithm parameters
- Type:
- .. todo ::
Include an Option for saving data into a
.hdf5
file without overwriting any results.