Ensure a restart file is written after convergence failure - #1436
Merged
thfroitzheim merged 2 commits intoSep 11, 2026
Merged
Conversation
TyBalduf
force-pushed
the
fix/issue-1146-restart-validation
branch
from
August 12, 2026 03:28
7cec467 to
05a4ab5
Compare
* Ignore restart file if it can't be read Signed-off-by: Ty Balduf <ty.balduf@schrodinger.com>
TyBalduf
force-pushed
the
fix/issue-1146-restart-validation
branch
from
August 12, 2026 03:29
05a4ab5 to
2d52a55
Compare
thfroitzheim
reviewed
Sep 4, 2026
|
|
||
| ! ------------------------------------------------------------------------ | ||
| ! to further speed up xtb calculations we dump our most important | ||
| ! quantities in a restart file, so we can save some precious seconds |
Member
There was a problem hiding this comment.
Is this still consistent, if one performed an optimization or MD in between? In this case, we want to write the restart file for the new structure, right? Maybe we have to leave this here
Contributor
Author
There was a problem hiding this comment.
Ah you are right, I was for some reason thinking it looped backed around to the single point, but this is just the initial single point done before any other calculation mode. I've restored this, so the only change is just an additional restart dump for the initial SCC incase it fails.
Signed-off-by: Ty Balduf <ty.balduf@schrodinger.com>
thfroitzheim
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1146
Just adds writing/dumping of restart files to before the calculation termination that would occur if the initial SCC failed to converged.