![]() |
(git:d18deda)
|
Contains methods used in the context of density fitting. More...
Functions/Subroutines | |
subroutine, public | admm_correct_for_eigenvalues (ispin, admm_env, ks_matrix) |
... | |
subroutine, public | admm_uncorrect_for_eigenvalues (ispin, admm_env, ks_matrix) |
... | |
Contains methods used in the context of density fitting.
subroutine, public admm_utils::admm_correct_for_eigenvalues | ( | integer, intent(in) | ispin, |
type(admm_type), pointer | admm_env, | ||
type(dbcsr_type), pointer | ks_matrix | ||
) |
...
ispin | ... |
admm_env | ... |
ks_matrix | ... |
Definition at line 52 of file admm_utils.F.
subroutine, public admm_utils::admm_uncorrect_for_eigenvalues | ( | integer, intent(in) | ispin, |
type(admm_type), pointer | admm_env, | ||
type(dbcsr_type), pointer | ks_matrix | ||
) |
...
ispin | ... |
admm_env | ... |
ks_matrix | ... |
Definition at line 126 of file admm_utils.F.