![]() |
(git:06f838d)
|
Public Member Functions | |
| subroutine | iao_calculate_dmat_diag (cvec, density_matrix, occupation, uniform_occupation) |
| Calculate the density matrix from fm vectors using occupation numbers. | |
| subroutine | iao_calculate_dmat_full (cvec, density_matrix, weight, occmat) |
| Calculate the density matrix from fm vectors using an occupation matrix. | |
Definition at line 130 of file iao_analysis.F.
| subroutine iao_analysis::iao_calculate_dmat::iao_calculate_dmat_diag | ( | type(cp_fm_type), intent(in) | cvec, |
| type(dbcsr_type) | density_matrix, | ||
| real(kind=dp), dimension(:), intent(in) | occupation, | ||
| logical, intent(in) | uniform_occupation | ||
| ) |
Calculate the density matrix from fm vectors using occupation numbers.
| cvec | ... |
| density_matrix | ... |
| occupation | ... |
| uniform_occupation | ... |
Definition at line 865 of file iao_analysis.F.
| subroutine iao_analysis::iao_calculate_dmat::iao_calculate_dmat_full | ( | type(cp_fm_type), intent(in) | cvec, |
| type(dbcsr_type) | density_matrix, | ||
| real(kind=dp), dimension(:), intent(in) | weight, | ||
| type(cp_fm_type), intent(in) | occmat | ||
| ) |
Calculate the density matrix from fm vectors using an occupation matrix.
| cvec | ... |
| density_matrix | ... |
| weight | ... |
| occmat | ... |
Definition at line 909 of file iao_analysis.F.