CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
paper.md
pyproject.toml
benchmarks/README.md
benchmarks/_common.py
benchmarks/benchmark_memory.py
benchmarks/benchmark_runtime.py
benchmarks/plot_memory.py
benchmarks/plot_runtime.py
docs/Makefile
docs/README.md
docs/source/conf.py
docs/source/getting_started.md
docs/source/index.md
docs/source/_static/examples/adaptive_reconstruction.png
docs/source/_static/examples/adaptive_spectrum.png
docs/source/_static/examples/c3_reconstruction.png
docs/source/_static/examples/c3_spectrum.png
docs/source/_static/examples/d2_reconstruction.png
docs/source/_static/examples/d2_spectrum.png
docs/source/_static/examples/getting_started_reconstruction.png
docs/source/_static/examples/getting_started_spectrum.png
docs/source/_static/examples/m4_reconstruction.png
docs/source/_static/examples/m4_spectrum.png
docs/source/_static/examples/px_reconstruction.png
docs/source/_static/examples/px_spectrum.png
docs/source/_static/examples/qho_reconstruction.png
docs/source/_static/examples/qho_spectrum.png
docs/source/_static/examples/sampled_reconstruction.png
docs/source/_static/examples/sampled_spectrum.png
docs/source/_static/examples/shifted_reconstruction.png
docs/source/_static/examples/shifted_spectrum.png
docs/source/_static/validation/accuracy_default_nr_strategy.png
docs/source/_static/validation/accuracy_radial_convergence.png
docs/source/_static/validation/memory_polar_grid.png
docs/source/_static/validation/runtime_default_nr_cost.png
docs/source/_static/validation/truncation_error_certification.png
docs/source/development/benchmarking.md
docs/source/development/contributing.md
docs/source/development/index.md
docs/source/development/testing.md
docs/source/examples/adaptive_truncation.md
docs/source/examples/angular_momentum.md
docs/source/examples/c3_symmetry.md
docs/source/examples/index.md
docs/source/examples/qho_ground_state.md
docs/source/examples/real_orbitals.md
docs/source/examples/sampled_field.md
docs/source/examples/shifted_centroid.md
docs/source/reference/glossary.md
docs/source/reference/index.rst
docs/source/reference/limitations.md
docs/source/reference/polar.rst
docs/source/theory/foundations.md
docs/source/theory/index.md
docs/source/theory/proofs.md
docs/source/theory/radial_cutoff.md
docs/source/theory/sampling.md
docs/source/user_guide/applications.md
docs/source/user_guide/choosing_parameters.md
docs/source/user_guide/index.md
docs/source/user_guide/inputs_and_coordinates.md
docs/source/user_guide/interpreting_results.md
docs/source/user_guide/numerical_considerations.md
docs/source/user_guide/plotting.md
docs/source/validation/accuracy.md
docs/source/validation/index.md
docs/source/validation/performance.md
examples/_common.py
examples/adaptive_truncation.py
examples/angular_momentum_state.py
examples/c3_localized_field.py
examples/dx2_y2_orbital.py
examples/px_orbital.py
examples/qho_ground_state.py
examples/sampled_field.py
examples/shifted_orbital_centroid.py
src/petal2d/__init__.py
src/petal2d/_version.py
src/petal2d/polar.py
src/petal2d.egg-info/PKG-INFO
src/petal2d.egg-info/SOURCES.txt
src/petal2d.egg-info/dependency_links.txt
src/petal2d.egg-info/requires.txt
src/petal2d.egg-info/top_level.txt
tests/test_default_resolution.py
tests/test_mathematical_properties.py
tests/test_memory_hygiene.py
tests/test_plot_ranked_labels.py
tests/test_polar.py
tools/cleanup_generated_artifacts.py
tools/run_full_validation_and_benchmarks.sh
validation/README.md
validation/_common.py
validation/plot_accuracy_validation.py
validation/plot_angular_resolution_validation.py
validation/plot_truncation_validation.py
validation/run_accuracy_validation.py
validation/run_angular_resolution_validation.py
validation/run_truncation_validation.py