LICENSE
README.md
pyproject.toml
jaccpot/__init__.py
jaccpot/_typecheck.py
jaccpot/autodiff.py
jaccpot/config.py
jaccpot/odisseo.py
jaccpot/py.typed
jaccpot/solver.py
jaccpot.egg-info/PKG-INFO
jaccpot.egg-info/SOURCES.txt
jaccpot.egg-info/dependency_links.txt
jaccpot.egg-info/requires.txt
jaccpot.egg-info/top_level.txt
jaccpot/basis/__init__.py
jaccpot/basis/base.py
jaccpot/basis/complex_sh.py
jaccpot/basis/real_sh.py
jaccpot/downward/__init__.py
jaccpot/downward/local_expansions.py
jaccpot/nearfield/__init__.py
jaccpot/nearfield/near_field.py
jaccpot/operators/__init__.py
jaccpot/operators/complex_harmonics.py
jaccpot/operators/complex_ops.py
jaccpot/operators/dtypes.py
jaccpot/operators/m2l_real_rot_scale.py
jaccpot/operators/multipole_utils.py
jaccpot/operators/real_harmonics.py
jaccpot/operators/solidfmm_reference.py
jaccpot/operators/symmetric_tensors.py
jaccpot/pallas/__init__.py
jaccpot/pallas/m2l_core_z_real.py
jaccpot/pallas/nearfield_fused_leaf.py
jaccpot/runtime/__init__.py
jaccpot/runtime/_adaptive_policy.py
jaccpot/runtime/_fmm_impl.py
jaccpot/runtime/_interaction_cache.py
jaccpot/runtime/_large_n_farfield.py
jaccpot/runtime/_large_n_nearfield.py
jaccpot/runtime/_large_n_pipeline.py
jaccpot/runtime/_large_n_types.py
jaccpot/runtime/_nearfield_cache.py
jaccpot/runtime/_octree_adapter.py
jaccpot/runtime/_octree_fmm.py
jaccpot/runtime/dtypes.py
jaccpot/runtime/fmm.py
jaccpot/runtime/fmm_presets.py
jaccpot/runtime/reference.py
jaccpot/upward/__init__.py
jaccpot/upward/solidfmm_complex_tree_expansions.py
jaccpot/upward/tree_expansions.py
tests/test_adaptive_order_runtime.py
tests/test_adaptive_policy_runtime.py
tests/test_force_scale_runtime.py
tests/test_gravity_vs_direct.py
tests/test_real_basis_runtime.py
tests/test_real_sh_roundtrip.py