Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkpointing for ADC calculations #109

Open
4 tasks
mfherbst opened this issue Dec 10, 2020 · 0 comments
Open
4 tasks

Checkpointing for ADC calculations #109

mfherbst opened this issue Dec 10, 2020 · 0 comments
Labels
feature New feature or request

Comments

@mfherbst
Copy link
Member

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.
@mfherbst mfherbst added the feature New feature or request label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant