![]() |
(git:d18deda)
|
Data Types | |
type | basis_set_container_type |
Functions/Subroutines | |
subroutine, public | remove_basis_set_container (basis) |
... | |
subroutine, public | add_basis_set_to_container (container, basis_set, basis_set_type) |
... | |
subroutine, public | remove_basis_from_container (container, inum, basis_type) |
... | |
subroutine, public | get_basis_from_container (container, basis_set, inumbas, basis_type) |
Retrieve a basis set from the container. | |
subroutine, public basis_set_container_types::remove_basis_set_container | ( | type(basis_set_container_type), dimension(:), intent(inout) | basis | ) |
...
basis | ... |
Definition at line 73 of file basis_set_container_types.F.
subroutine, public basis_set_container_types::add_basis_set_to_container | ( | type(basis_set_container_type), dimension(:), intent(inout) | container, |
type(gto_basis_set_type), pointer | basis_set, | ||
character(len=*) | basis_set_type | ||
) |
...
container | ... |
basis_set | ... |
basis_set_type | ... |
Definition at line 151 of file basis_set_container_types.F.
subroutine, public basis_set_container_types::remove_basis_from_container | ( | type(basis_set_container_type), dimension(:), intent(inout) | container, |
integer, intent(in), optional | inum, | ||
character(len=*), optional | basis_type | ||
) |
...
container | ... |
inum | ... |
basis_type | ... |
Definition at line 180 of file basis_set_container_types.F.
subroutine, public basis_set_container_types::get_basis_from_container | ( | type(basis_set_container_type), dimension(:), intent(inout) | container, |
type(gto_basis_set_type), pointer | basis_set, | ||
integer, optional | inumbas, | ||
character(len=*), optional | basis_type | ||
) |
Retrieve a basis set from the container.
container | ... |
basis_set | ... |
inumbas | ... |
basis_type | ... |
Definition at line 232 of file basis_set_container_types.F.