![]() |
(git:b77b4be)
|
Public Member Functions | |
integer function | get_memory_usage_a (qs_kind_set, basis_type_a) |
Return the maximum memory usage in integral calculations. | |
integer function | get_memory_usage_ab (qs_kind_set, basis_type_a, basis_type_b) |
Return the maximum memory usage in integral calculations. | |
integer function | get_memory_usage_abc (qs_kind_set, basis_type_a, basis_type_b, basis_type_c) |
Return the maximum memory usage in integral calculations. | |
integer function | get_memory_usage_abcd (qs_kind_set, basis_type_a, basis_type_b, basis_type_c, basis_type_d) |
Return the maximum memory usage in integral calculations. | |
Definition at line 34 of file qs_integral_utils.F.
integer function qs_integral_utils::get_memory_usage::get_memory_usage_a | ( | type(qs_kind_type), dimension(:), pointer | qs_kind_set, |
character(len=*), intent(in) | basis_type_a | ||
) |
Return the maximum memory usage in integral calculations.
qs_kind_set | The info for all atomic kinds |
basis_type_a | Type of basis |
Definition at line 51 of file qs_integral_utils.F.
integer function qs_integral_utils::get_memory_usage::get_memory_usage_ab | ( | type(qs_kind_type), dimension(:), pointer | qs_kind_set, |
character(len=*), intent(in) | basis_type_a, | ||
character(len=*), intent(in) | basis_type_b | ||
) |
Return the maximum memory usage in integral calculations.
qs_kind_set | The info for all atomic kinds |
basis_type_a | Type of basis |
basis_type_b | Type of basis |
Definition at line 75 of file qs_integral_utils.F.
integer function qs_integral_utils::get_memory_usage::get_memory_usage_abc | ( | type(qs_kind_type), dimension(:), pointer | qs_kind_set, |
character(len=*), intent(in) | basis_type_a, | ||
character(len=*), intent(in) | basis_type_b, | ||
character(len=*), intent(in) | basis_type_c | ||
) |
Return the maximum memory usage in integral calculations.
qs_kind_set | The info for all atomic kinds |
basis_type_a | Type of basis |
basis_type_b | Type of basis |
basis_type_c | Type of basis |
Definition at line 97 of file qs_integral_utils.F.
integer function qs_integral_utils::get_memory_usage::get_memory_usage_abcd | ( | type(qs_kind_type), dimension(:), pointer | qs_kind_set, |
character(len=*), intent(in) | basis_type_a, | ||
character(len=*), intent(in) | basis_type_b, | ||
character(len=*), intent(in) | basis_type_c, | ||
character(len=*), intent(in) | basis_type_d | ||
) |
Return the maximum memory usage in integral calculations.
qs_kind_set | The info for all atomic kinds |
basis_type_a | Type of basis |
basis_type_b | Type of basis |
basis_type_c | Type of basis |
basis_type_d | Type of basis |
Definition at line 122 of file qs_integral_utils.F.