g1257 / dmrgpp

A free and open source implementation of the DMRG Algorithm
https://g1257.github.io/dmrgPlusPlus/
Other
41 stars 22 forks source link

full checkpointing needed #14

Closed g1257 closed 8 years ago

g1257 commented 12 years ago

Right now, a run can be restarted only if it finished normally, not if it was stopped suddenly. We need full checkpointing meaning to be able to checkpoint at the end of every finite loop movement. Issue #11 is related. Tests 201 to 250 have been reserved for this issue.

g1257 commented 8 years ago

The Recovery feature enables full checkpointing