-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first lasscf_async combine_o1 3-frag convergence
The problem in the previous commit was actually due to the evaluation of the convergence tolerance. In the subproblem, the gradient was lower than the tolerance, but the overall gradient norm was larger than it, so the iteration just stopped making progress. Enforce a minimum of 1 cycle through the subproblem iteration brute-force solves this issue for now.
- Loading branch information
1 parent
c8cb6a6
commit be25711
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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