![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | tddfpt2_lri_init (qs_env, kernel_env, lri_section, tddfpt_print_section) |
Initialize LRI environment, basis, neighborlists and matrices. | |
subroutine, public | tddfpt2_lri_amat (qs_env, sub_env, lri_env, lri_v_int, a_ia_munu_sub) |
Calculate contribution to response vector for LRI. | |
subroutine, public qs_tddfpt2_lri_utils::tddfpt2_lri_init | ( | type(qs_environment_type), intent(in), pointer | qs_env, |
type(kernel_env_type) | kernel_env, | ||
type(section_vals_type), intent(in), pointer | lri_section, | ||
type(section_vals_type), intent(in), pointer | tddfpt_print_section | ||
) |
Initialize LRI environment, basis, neighborlists and matrices.
qs_env | ... |
kernel_env | ... |
lri_section | ... |
tddfpt_print_section | ... |
Definition at line 78 of file qs_tddfpt2_lri_utils.F.
subroutine, public qs_tddfpt2_lri_utils::tddfpt2_lri_amat | ( | type(qs_environment_type), intent(in), pointer | qs_env, |
type(tddfpt_subgroup_env_type), intent(in) | sub_env, | ||
type(lri_environment_type), intent(in), pointer | lri_env, | ||
type(lri_kind_type), dimension(:), intent(in), pointer | lri_v_int, | ||
type(dbcsr_p_type), dimension(:), pointer | a_ia_munu_sub | ||
) |
Calculate contribution to response vector for LRI.
qs_env | ... |
sub_env | ... |
lri_env | ... |
lri_v_int | ... |
A_ia_munu_sub | ... |
Definition at line 250 of file qs_tddfpt2_lri_utils.F.