You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since large ADC calculations may take a considerable time it would be nice to checkpoint or archive it for later use. This roughly requires the following
A way to serialise a libtensor Tensor object to hdf5
- Serialise the symmetry information
- Serialise the data (using ideally only the canonical blocks)
A way to load a libtensor Tensor object from hdf5
- Basically undo the above
A way to in serialise the symmetry setup of a particular calculation
A way to load the symmetry setup of a particular calculation and reuse it.
The text was updated successfully, but these errors were encountered:
Since large ADC calculations may take a considerable time it would be nice to checkpoint or archive it for later use. This roughly requires the following
- Serialise the symmetry information
- Serialise the data (using ideally only the canonical blocks)
- Basically undo the above
The text was updated successfully, but these errors were encountered: