(git:0de0cc2)
spherical_harmonics.F File Reference

Go to the source code of this file.

Modules

module  spherical_harmonics
 Calculate spherical harmonics.
 

Functions/Subroutines

subroutine, public spherical_harmonics::clebsch_gordon_deallocate ()
 ... More...
 
subroutine, public spherical_harmonics::clebsch_gordon_init (l)
 ... More...
 
real(kind=dp) function, public spherical_harmonics::legendre (x, l, m)
 ... More...
 
real(kind=dp) function, public spherical_harmonics::dlegendre (x, l, m)
 ... More...
 
subroutine, public spherical_harmonics::clebsch_gordon_coefficient (j1, m1, j2, m2, J, M, CG_coeff)
 Compute the Clebsch-Gordon coefficient C = < j1 m1 j2 m2 | J M > = < j1 j2; m1 m2 | J M > More...
 
subroutine, public spherical_harmonics::wigner_3j (j1, m1, j2, m2, j3, m3, W_3j)
 Compute the Wigner 3-j symbol / j1 j2 j3 \ \ m1 m2 m3 / using the Clebsch-Gordon coefficients. More...