![]() |
(git:5f3bc36)
|
Data Types | |
| interface | get_none0_cg_list |
| type | harmonics_atom_type |
Functions/Subroutines | |
| subroutine, public | allocate_harmonics_atom (harmonics) |
| Allocate a spherical harmonics set for the atom grid. | |
| subroutine, public | deallocate_harmonics_atom (harmonics) |
| Deallocate the spherical harmonics set for the atom grid. | |
| subroutine, public | create_harmonics_atom (harmonics, my_cg, na, llmax, maxs, max_s_harm, ll, wa, azi, pol) |
| ... | |
| subroutine, public | get_maxl_cg (harmonics, orb_basis, llmax, max_s_harm) |
| ... | |
| subroutine, public qs_harmonics_atom::allocate_harmonics_atom | ( | type(harmonics_atom_type), pointer | harmonics | ) |
Allocate a spherical harmonics set for the atom grid.
| harmonics | ... |
Definition at line 65 of file qs_harmonics_atom.F.
| subroutine, public qs_harmonics_atom::deallocate_harmonics_atom | ( | type(harmonics_atom_type), pointer | harmonics | ) |
Deallocate the spherical harmonics set for the atom grid.
| harmonics | ... |
Definition at line 96 of file qs_harmonics_atom.F.
| subroutine, public qs_harmonics_atom::create_harmonics_atom | ( | type(harmonics_atom_type), pointer | harmonics, |
| real(dp), dimension(:, :, :), pointer | my_cg, | ||
| integer, intent(in) | na, | ||
| integer, intent(in) | llmax, | ||
| integer, intent(in) | maxs, | ||
| integer, intent(in) | max_s_harm, | ||
| integer, intent(in) | ll, | ||
| real(dp), dimension(:), intent(in) | wa, | ||
| real(dp), dimension(:), intent(in) | azi, | ||
| real(dp), dimension(:), intent(in) | pol | ||
| ) |
...
| harmonics | ... |
| my_CG | ... |
| na | ... |
| llmax | ... |
| maxs | ... |
| max_s_harm | ... |
| ll | ... |
| wa | ... |
| azi | ... |
| pol | ... |
Definition at line 157 of file qs_harmonics_atom.F.
| subroutine, public qs_harmonics_atom::get_maxl_cg | ( | type(harmonics_atom_type), pointer | harmonics, |
| type(gto_basis_set_type), pointer | orb_basis, | ||
| integer, intent(in) | llmax, | ||
| integer, intent(in) | max_s_harm | ||
| ) |
...
| harmonics | ... |
| orb_basis | ... |
| llmax | ... |
| max_s_harm | ... |
Definition at line 396 of file qs_harmonics_atom.F.