spherical_functions
spherical_functions copied to clipboard
Python/numba package for evaluating Wigner D matrices and spin-weighted spherical harmonics
multiplication.py updated and optimized, tests/test_multiplication.py updated to reflect those changes. All tests passed.
As mentioned in issue #12, the calculations suddenly get very bad for ell>29. I also noticed that the errors are growing exponentially from low ell, for certain rotations. I've replaced...
D^\ell_{m',m} (0, \pi, 0) = (-1)^{\ell+m'} \delta_{m',-m} = (-1)^{\ell-m} \delta_{m',-m} Similarly, test e^{-i m \alpha} behaviors.
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. Release notes Sourced from astral-sh/setup-uv's releases. v7.0.0 🌈 node24 and a lot of bugfixes Changes This release comes with a load of bug fixes...