-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PwBaseWorkChain
: new handler for BFGS history failure
When the BFGS history fails during ionic minimizaiton, the current handler simply restarts from scratch. This simplistic solution has limited effectiveness. We improve by trying first to lower the trusted radius. If the history fails again, then we switch to the `damp` algorithm. The latter solution proved to converge the ionic minimization after the occurrence of a BFGS history failure on a large test set. Co-authored-by: Marnik Bercx <mbercx@gmail.com>
- Loading branch information
Showing
3 changed files
with
118 additions
and
5 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