Module sphrs::sh[][src]

Expand description

Spherical/solid harmonics

Functions

Complex spherical harmonics

Complex irregular solid harmonics

Real spherical harmonics (recursive implementation)

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

Real irregular solid harmonics

Real regular solid harmonics

Complex regular solid harmonics

Hardcoded SH (l=0,m=0)

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

Hardcoded SH (l=1,m=1)

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

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

Hardcoded SH (l=2,m=1)

Hardcoded SH (l=2,m=2)

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

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

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

Hardcoded SH (l=3,m=1)

Hardcoded SH (l=3,m=2)

Hardcoded SH (l=3,m=3)

Hardcoded SH (l=1,m=0)

Hardcoded SH (l=2,m=0)

Hardcoded SH (l=3,m=0)