sphere_nogga Subroutine

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

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

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