|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | combine_ks_matrices_1 (ksa, ksb, occa, occb, roks_parameter, error) |
| subroutine | combine_ks_matrices_2 (ksa, ksb, occa, occb, f, nalpha, nbeta, error) |
Definition at line 70 of file qs_scf_methods.f90.
| subroutine qs_scf_methods::combine_ks_matrices::combine_ks_matrices_1 | ( | TYPE(cp_fm_type),pointer | ksa, |
| TYPE(cp_fm_type),pointer | 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, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Definition at line 411 of file qs_scf_methods.f90.
| subroutine qs_scf_methods::combine_ks_matrices::combine_ks_matrices_2 | ( | TYPE(cp_fm_type),pointer | ksa, |
| TYPE(cp_fm_type),pointer | 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, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Definition at line 485 of file qs_scf_methods.f90.
1.7.3