SSAGESLabs/PySAGES

Restart/Extending runs

cdeng485 opened this issue · 2 comments

Is restart supported in pysages? I couldn't find any examples yet. If not, could you suggest some ways to work around that?

We have and implementation in #254. We haven't merged it yet, but you should be able to test it with:

pip install "git+https://github.com/SSAGESLabs/PySAGES.git@restarts"

Look at the new example in that PR where the result of pysages.run is saved with pickle and how that file can be loaded again to continue a saved simulation.

Added in #254.