mod_sphere_nogga Module

Generate an angular mesh and spherical harmonics at those mesh points. For an angular integration the weights are generated


Uses

    • mod_datatypes

Subroutines

public subroutine sphere_nogga(lmax, yr, wtyr, rij, ijd)

Author
R. Zeller
License
Creative Commons License
Category
special-functions, radial-grid, KKRhost

Generate an angular mesh and spherical harmonics at those mesh points. For an angular integration the weights are generated .

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lmax

Maximum l component in wave function

real(kind=dp), intent(out), dimension (ijd, *) :: yr
real(kind=dp), intent(out), dimension (ijd, *) :: wtyr
real(kind=dp), intent(out), dimension (ijd, 3) :: rij
integer, intent(in) :: ijd