(git:374b731)
Loading...
Searching...
No Matches
spherical_harmonics.F File Reference

Go to the source code of this file.

Data Types

interface  spherical_harmonics::y_lm
 
interface  spherical_harmonics::dy_lm
 
interface  spherical_harmonics::clebsch_gordon
 

Modules

module  spherical_harmonics
 Calculate spherical harmonics.
 

Functions/Subroutines

subroutine, public spherical_harmonics::clebsch_gordon_deallocate ()
 ...
 
subroutine, public spherical_harmonics::clebsch_gordon_init (l)
 ...
 
real(kind=dp) function, public spherical_harmonics::legendre (x, l, m)
 ...
 
real(kind=dp) function, public spherical_harmonics::dlegendre (x, l, m)
 ...
 
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 >
 
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.