LICENSE
README.md
pyproject.toml
irrepx/__init__.py
irrepx/_version.py
irrepx/cli.py
irrepx/irreps.py
irrepx.egg-info/PKG-INFO
irrepx.egg-info/SOURCES.txt
irrepx.egg-info/dependency_links.txt
irrepx.egg-info/entry_points.txt
irrepx.egg-info/requires.txt
irrepx.egg-info/top_level.txt
irrepx/_constants/__init__.py
irrepx/_constants/_compute.py
irrepx/_constants/cg.npz
irrepx/_constants/jd.npz
irrepx/_constants/sb_root.npz
irrepx/_constants/sht.npz
irrepx/_jax/__init__.py
irrepx/_jax/gate.py
irrepx/_jax/irreps_array.py
irrepx/_jax/normalize.py
irrepx/_jax/s2grid.py
irrepx/_jax/spherical_harmonics.py
irrepx/_jax/tensor_product.py
irrepx/_jax/wigner.py
irrepx/_numpy/__init__.py
irrepx/_numpy/wigner.py
tests/test_bessel.py
tests/test_constants.py
tests/test_gate.py
tests/test_irreps.py
tests/test_irreps_array.py
tests/test_jit.py
tests/test_normalize.py
tests/test_precomputed.py
tests/test_s2grid.py
tests/test_sh.py
tests/test_sharding.py
tests/test_tensor_product.py
tests/test_wigner.py
tests/test_wigner_direction.py