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

exit solve after iter_limit reached #96

Merged
merged 6 commits into from
Jan 8, 2024

Conversation

amirDahari1
Copy link
Member

Before this change, the while loop in solve() did not regard the iter_limit and would only exit for tau convergence. After this change, the iter_limit parameter has relevance and the solve loop stops when the iter_limit is reached.

Also the start and iter_limit is deleted from the check_convergence function as it is not used there.

@amirDahari1 amirDahari1 merged commit 74263a2 into development Jan 8, 2024
3 checks passed
@amirDahari1 amirDahari1 deleted the feature-exit-after-iter_limit-reached branch January 8, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant