LICENSE
README.md
pyproject.toml
setup.py
src/ultrasphere_harmonics/__init__.py
src/ultrasphere_harmonics/__main__.py
src/ultrasphere_harmonics/_cut.py
src/ultrasphere_harmonics/_expansion.py
src/ultrasphere_harmonics/_helmholtz.py
src/ultrasphere_harmonics/_ndim.py
src/ultrasphere_harmonics/_translation.py
src/ultrasphere_harmonics/cli.py
src/ultrasphere_harmonics/py.typed
src/ultrasphere_harmonics.egg-info/PKG-INFO
src/ultrasphere_harmonics.egg-info/SOURCES.txt
src/ultrasphere_harmonics.egg-info/dependency_links.txt
src/ultrasphere_harmonics.egg-info/entry_points.txt
src/ultrasphere_harmonics.egg-info/requires.txt
src/ultrasphere_harmonics.egg-info/top_level.txt
src/ultrasphere_harmonics/_core/__init__.py
src/ultrasphere_harmonics/_core/_assume.py
src/ultrasphere_harmonics/_core/_concat.py
src/ultrasphere_harmonics/_core/_eigenfunction.py
src/ultrasphere_harmonics/_core/_expand_dim.py
src/ultrasphere_harmonics/_core/_flatten.py
src/ultrasphere_harmonics/_core/_harmonics.py
tests/test_dunder_main.py
tests/test_expansion.py
tests/test_helmholtz.py
tests/test_ndim.py
tests/test_translation.py