![]() |
(git:b77b4be)
|
Construction of the Exchange part of the Fock Matrix. More...
Functions/Subroutines | |
subroutine, public | build_fock_matrix_exchange (qs_env, ks_matrix, matrix_p, calculate_forces, store_int_env) |
Construction of the Exchange part of the Fock matrix. | |
Construction of the Exchange part of the Fock Matrix.
subroutine, public se_fock_matrix_exchange::build_fock_matrix_exchange | ( | type(qs_environment_type), pointer | qs_env, |
type(dbcsr_p_type), dimension(:), pointer | ks_matrix, | ||
type(dbcsr_p_type), dimension(:), pointer | matrix_p, | ||
logical, intent(in) | calculate_forces, | ||
type(semi_empirical_si_type), pointer | store_int_env | ||
) |
Construction of the Exchange part of the Fock matrix.
qs_env | ... |
ks_matrix | ... |
matrix_p | ... |
calculate_forces | ... |
store_int_env | ... |
Definition at line 77 of file se_fock_matrix_exchange.F.