![]() |
(git:936074a)
|
Functions/Subroutines | |
| subroutine, public | create_aux_basis (aux_basis, bsname, nsets, lmin, lmax, nl, npgf, zet) |
| create a basis in GTO form | |
| subroutine, public aux_basis_set::create_aux_basis | ( | type(gto_basis_set_type), pointer | aux_basis, |
| character(len=default_string_length) | bsname, | ||
| integer, intent(in) | nsets, | ||
| integer, dimension(:), intent(in) | lmin, | ||
| integer, dimension(:), intent(in) | lmax, | ||
| integer, dimension(0:, :), intent(in) | nl, | ||
| integer, dimension(:), intent(in) | npgf, | ||
| real(kind=dp), dimension(:, :), intent(in) | zet | ||
| ) |
create a basis in GTO form
| aux_basis | ... |
| bsname | ... |
| nsets | ... |
| lmin | ... |
| lmax | ... |
| nl | ... |
| npgf | ... |
| zet | ... |
Definition at line 52 of file aux_basis_set.F.