CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
PUBLISHING.md
README.md
RELEASE_CHECKLIST.md
RELEASE_NOTES.md
SECURITY.md
SHA256SUMS
pyproject.toml
benchmarks/01_one_qubit_controls.py
benchmarks/02_paired_sweep.py
benchmarks/03_nested_parameter_cap.py
benchmarks/04_summarize_selection_pilot.py
benchmarks/05_tuned_new_lr_shard.py
benchmarks/06_compare_optimizer_protocols.py
benchmarks/07_fourier_spline_pilot.py
benchmarks/08_merge_fourway_pilot.py
benchmarks/09_kan_pilot.py
benchmarks/10_merge_fiveway_pilot.py
benchmarks/11_export_kan_interpretability.py
docs/CONVENTIONS.md
docs/KAN_CONTROLS.md
docs/PUBLIC_API.md
docs/QUICKSTART.md
docs/REPRODUCIBILITY.md
examples/01_direct_rotation.py
examples/02_train_chebyshev.py
examples/03_custom_control_model.py
src/liepfn.egg-info/PKG-INFO
src/liepfn.egg-info/SOURCES.txt
src/liepfn.egg-info/dependency_links.txt
src/liepfn.egg-info/requires.txt
src/liepfn.egg-info/top_level.txt
src/lpfn/__init__.py
src/lpfn/_version.py
src/lpfn/data.py
src/lpfn/differential.py
src/lpfn/benchmarking/__init__.py
src/lpfn/benchmarking/config.py
src/lpfn/benchmarking/factory.py
src/lpfn/benchmarking/manifest.py
src/lpfn/benchmarking/reporting.py
src/lpfn/benchmarking/runner.py
src/lpfn/benchmarking/selection_config.py
src/lpfn/benchmarking/selection_runner.py
src/lpfn/controls/__init__.py
src/lpfn/controls/base.py
src/lpfn/controls/chebyshev.py
src/lpfn/controls/direct.py
src/lpfn/controls/fourier.py
src/lpfn/controls/kan.py
src/lpfn/controls/mlp.py
src/lpfn/controls/spline.py
src/lpfn/engines/__init__.py
src/lpfn/engines/_matrix_common.py
src/lpfn/engines/base.py
src/lpfn/engines/pauli_matrix.py
src/lpfn/engines/torch_matrix.py
src/lpfn/generators/__init__.py
src/lpfn/generators/base.py
src/lpfn/generators/pauli.py
src/lpfn/losses/__init__.py
src/lpfn/losses/unitary.py
src/lpfn/metrics/__init__.py
src/lpfn/metrics/unitary.py
src/lpfn/models/__init__.py
src/lpfn/models/lie_product.py
src/lpfn/targets/__init__.py
src/lpfn/targets/base.py
src/lpfn/targets/one_qubit.py
src/lpfn/training/__init__.py
src/lpfn/training/evaluation.py
src/lpfn/training/trainer.py
tests/conftest.py
tests/test_benchmarking.py
tests/test_chebyshev_controls.py
tests/test_chebyshev_lie_product_training.py
tests/test_differential_formula.py
tests/test_direct_controls.py
tests/test_fourier_controls.py
tests/test_generators.py
tests/test_kan_controls.py
tests/test_lie_product_network.py
tests/test_losses_metrics.py
tests/test_mlp_controls.py
tests/test_ordering.py
tests/test_pauli_matrix_engine.py
tests/test_public_release.py
tests/test_reference_gradient.py
tests/test_reporting.py
tests/test_selection_benchmarking.py
tests/test_spline_controls.py
tests/test_targets_data_training.py
tests/test_torch_matrix_engine.py