LICENSE
README.md
pyproject.toml
setup.py
src/Spherical_Harmonics.egg-info/PKG-INFO
src/Spherical_Harmonics.egg-info/SOURCES.txt
src/Spherical_Harmonics.egg-info/dependency_links.txt
src/Spherical_Harmonics.egg-info/requires.txt
src/Spherical_Harmonics.egg-info/top_level.txt
src/spherical_harmonics/__init__.py
src/spherical_harmonics/fundamental_set.py
src/spherical_harmonics/gegenbauer_polynomial.py
src/spherical_harmonics/jax.py
src/spherical_harmonics/plotting.py
src/spherical_harmonics/spherical_harmonics.py
src/spherical_harmonics/tensorflow.py
src/spherical_harmonics/torch.py
src/spherical_harmonics/utils.py
src/spherical_harmonics/fundamental_system/__init__.py
src/spherical_harmonics/fundamental_system/fs_10D.npz
src/spherical_harmonics/fundamental_system/fs_11D.npz
src/spherical_harmonics/fundamental_system/fs_12D.npz
src/spherical_harmonics/fundamental_system/fs_13D.npz
src/spherical_harmonics/fundamental_system/fs_14D.npz
src/spherical_harmonics/fundamental_system/fs_15D.npz
src/spherical_harmonics/fundamental_system/fs_16D.npz
src/spherical_harmonics/fundamental_system/fs_17D.npz
src/spherical_harmonics/fundamental_system/fs_18D.npz
src/spherical_harmonics/fundamental_system/fs_19D.npz
src/spherical_harmonics/fundamental_system/fs_20D.npz
src/spherical_harmonics/fundamental_system/fs_3D.npz
src/spherical_harmonics/fundamental_system/fs_4D.npz
src/spherical_harmonics/fundamental_system/fs_5D.npz
src/spherical_harmonics/fundamental_system/fs_6D.npz
src/spherical_harmonics/fundamental_system/fs_7D.npz
src/spherical_harmonics/fundamental_system/fs_8D.npz
src/spherical_harmonics/fundamental_system/fs_9D.npz
src/spherical_harmonics/lab_extras/__init__.py
src/spherical_harmonics/lab_extras/extras.py
src/spherical_harmonics/lab_extras/jax/__init__.py
src/spherical_harmonics/lab_extras/jax/extras.py
src/spherical_harmonics/lab_extras/numpy/__init__.py
src/spherical_harmonics/lab_extras/numpy/extras.py
src/spherical_harmonics/lab_extras/tensorflow/__init__.py
src/spherical_harmonics/lab_extras/tensorflow/extras.py
src/spherical_harmonics/lab_extras/torch/__init__.py
src/spherical_harmonics/lab_extras/torch/extras.py
tests/test_fundamental_set.py
tests/test_gegenbauer_polynomial.py
tests/test_plotting.py
tests/test_spherical_harmonics.py