pyopensn.math.Ylm

pyopensn.math.Ylm(l: int, m: int, theta: float, varphi: float) float

Compute the tesseral spherical harmonics.

Parameters:
  • l (int) – Degree of the associated Legendre polynomial.

  • m (int) – Order of the associated Legendre polynomial.

  • theta (float) – Polar angle of the evaluation point.

  • varphi (float) – Azimuthal angle of the evaluation point.