![]() |
(git:d18deda)
|
Public Member Functions | |
subroutine | combine_ks_matrices_1 (ksa, ksb, occa, occb, roks_parameter) |
... | |
subroutine | combine_ks_matrices_2 (ksa, ksb, occa, occb, f, nalpha, nbeta) |
... | |
Definition at line 70 of file qs_scf_methods.F.
subroutine qs_scf_methods::combine_ks_matrices::combine_ks_matrices_1 | ( | type(cp_fm_type), intent(in) | ksa, |
type(cp_fm_type), intent(in) | ksb, | ||
real(kind=dp), dimension(:), intent(in) | occa, | ||
real(kind=dp), dimension(:), intent(in) | occb, | ||
real(kind=dp), dimension(0:2, 0:2, 1:2), intent(in) | roks_parameter | ||
) |
...
ksa | ... |
ksb | ... |
occa | ... |
occb | ... |
roks_parameter | ... |
Definition at line 560 of file qs_scf_methods.F.
subroutine qs_scf_methods::combine_ks_matrices::combine_ks_matrices_2 | ( | type(cp_fm_type), intent(in) | ksa, |
type(cp_fm_type), intent(in) | ksb, | ||
real(kind=dp), dimension(:), intent(in) | occa, | ||
real(kind=dp), dimension(:), intent(in) | occb, | ||
real(kind=dp), intent(in) | f, | ||
integer, intent(in) | nalpha, | ||
integer, intent(in) | nbeta | ||
) |
...
ksa | ... |
ksb | ... |
occa | ... |
occb | ... |
f | ... |
nalpha | ... |
nbeta | ... |
Definition at line 634 of file qs_scf_methods.F.