-
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.
lasscf_rdm converge fragment-fragment interactions
The lasscf_rdm kernel will now actually make sure that the coupled fragment subproblems, which interact with each other via mean- field ("jk") effects, have reached a fixed point before announcing successful convergence. This is accomplished by a second micro- iteration in which the orbitals are fixed by the fcibox kernels are called repeatedly, taking the updated outputs of their neighbors as inputs. Control the behavior of this new microiteration with the "conv_tol_rdmjkddm", "conv_tol_rdmjkde", and "max_cycle_rdmjk" attributes of the LASSCF method object. Also reduce default "max_cycle_micro" to 3 from 5, since "max_cycle_micro" and "max_cycle_rdmjk" handle separately what the lasci_sync kernel handles simultaneously with "max_cycle_micro."
- Loading branch information
1 parent
7791a05
commit 0ecaf91
Showing
1 changed file
with
49 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