Go to the source code of this file.
|
| module | qs_scf_subspace |
| | History management and matrix combination for ADIIS.
|
|
| subroutine, public | qs_scf_subspace::qs_scf_subspace_restart (buffer, fock, density, state_energy, restarted) |
| | Restart the ADIIS history from the current strictly paired P, F[P] state.
|
| subroutine, public | qs_scf_subspace::qs_scf_subspace_push (buffer, fock, density, state_energy, pushed) |
| | Append one accepted, evaluated P,F[P] state to the ADIIS history.
|
| subroutine, public | qs_scf_subspace::qs_scf_subspace_build (buffer) |
| | Solve the ADIIS model from previously accepted history and form an effective KS matrix.
|