[][src]Module sphrs::sh

Spherical/solid harmonics

Functions

SH

Complex spherical harmonics

irregular_solid_SH

Complex irregular solid harmonics

real_SH

Real spherical harmonics (recursive implementation)

real_SH_hardcoded

Spherical harmonics. This will use the hardcoded functions if available and the recursive implementation otherwise.

real_irregular_solid_SH

Real irregular solid harmonics

real_regular_solid_SH

Real regular solid harmonics

regular_solid_SH

Complex regular solid harmonics

sh00

Hardcoded SH (l=0,m=0)

sh10

Hardcoded SH (l=1,m=0)

sh20

Hardcoded SH (l=2,m=0)

sh30

Hardcoded SH (l=3,m=0)

sh1n1

Hardcoded SH (l=1,m=-1)

sh1p1

Hardcoded SH (l=1,m=1)

sh2n1

Hardcoded SH (l=2,m=-1)

sh2n2

Hardcoded SH (l=2,m=-2)

sh2p1

Hardcoded SH (l=2,m=1)

sh2p2

Hardcoded SH (l=2,m=2)

sh3n1

Hardcoded SH (l=3,m=-1)

sh3n2

Hardcoded SH (l=3,m=-2)

sh3n3

Hardcoded SH (l=3,m=-3)

sh3p1

Hardcoded SH (l=3,m=1)

sh3p2

Hardcoded SH (l=3,m=2)

sh3p3

Hardcoded SH (l=3,m=3)