Checkpointing and resuming after a system crash #250
Unanswered
hariseldon99
asked this question in
Q&A
Replies: 1 comment
-
Hi @hariseldon99, you could try simply saving the whole qu.save_to_disk(tebd, "tebd.dmp")
tebd = qu.load_from_disk("tebd.dmp") which is just a simple alias for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What is the best way to checkpoint-to-disk a TEBD run of quimb in case my cluster crashes (due to power outages) and I need to resume later? Is it optimal to write a dictionary containing the timestamp, Hamiltonian in symbolic form, and the full psi state at the timestamp in the spin basis (although the curse of dimensionality might need to be addressed)?
Beta Was this translation helpful? Give feedback.
All reactions