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

Bug: exit status 0 even when self-consistency is not reached #55

Closed
bastonero opened this issue Dec 6, 2023 · 0 comments · Fixed by #56
Closed

Bug: exit status 0 even when self-consistency is not reached #55

bastonero opened this issue Dec 6, 2023 · 0 comments · Fixed by #56

Comments

@bastonero
Copy link
Collaborator

When the SelfConsistentHubbardWorkChain hits the maximum number of iterations, but the parameters are not converged within input thresholds, the workchain finished with 0 exit status. No exit code is provided.

How to fix: add a new exit code for this particular case scenario.

@bastonero bastonero self-assigned this Dec 6, 2023
bastonero added a commit that referenced this issue Dec 6, 2023
Fixes #55

Exit status 0 was given when at the last iteration
no self-consistency (of Hubbard parameters) was
reached. This is misleading, and a new exit code is
added to highlitght better this condition.
bastonero added a commit that referenced this issue Dec 7, 2023
Fixes #55

Exit status 0 was given when at the last iteration
no self-consistency (of Hubbard parameters) was
reached. This is misleading, and a new exit code is
added to highlitght better this condition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant