![]() |
(git:d18deda)
|
Some utility functions for the calculation of integrals. More...
Data Types | |
interface | get_memory_usage |
Functions/Subroutines | |
subroutine, public | basis_set_list_setup (basis_set_list, basis_type, qs_kind_set) |
Set up an easy accessible list of the basis sets for all kinds. | |
Some utility functions for the calculation of integrals.
subroutine, public qs_integral_utils::basis_set_list_setup | ( | type(gto_basis_set_p_type), dimension(:) | basis_set_list, |
character(len=*), intent(in) | basis_type, | ||
type(qs_kind_type), dimension(:), pointer | qs_kind_set | ||
) |
Set up an easy accessible list of the basis sets for all kinds.
basis_set_list | The basis set list |
basis_type | ... |
qs_kind_set | Kind information, the basis is used |
Definition at line 148 of file qs_integral_utils.F.