(git:c5411e0)
Loading...
Searching...
No Matches
qs_integral_utils::get_memory_usage Interface Reference

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.
 

Detailed Description

Definition at line 34 of file qs_integral_utils.F.

Member Function/Subroutine Documentation

◆ get_memory_usage_a()

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.

Parameters
qs_kind_setThe info for all atomic kinds
basis_type_aType of basis
Returns
Result

Definition at line 51 of file qs_integral_utils.F.

Here is the call graph for this function:

◆ get_memory_usage_ab()

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.

Parameters
qs_kind_setThe info for all atomic kinds
basis_type_aType of basis
basis_type_bType of basis
Returns
Result

Definition at line 75 of file qs_integral_utils.F.

◆ get_memory_usage_abc()

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.

Parameters
qs_kind_setThe info for all atomic kinds
basis_type_aType of basis
basis_type_bType of basis
basis_type_cType of basis
Returns
Result

Definition at line 97 of file qs_integral_utils.F.

◆ get_memory_usage_abcd()

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.

Parameters
qs_kind_setThe info for all atomic kinds
basis_type_aType of basis
basis_type_bType of basis
basis_type_cType of basis
basis_type_dType of basis
Returns
Result

Definition at line 122 of file qs_integral_utils.F.


The documentation for this interface was generated from the following file: