CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs_hnep/Makefile
docs_hnep/api.rst
docs_hnep/concepts.rst
docs_hnep/conf.py
docs_hnep/index.rst
docs_hnep/quickstart.rst
docs_hnep/tutorial.rst
hnep/__init__.py
hnep/api.py
hnep/card.py
hnep/cli.py
hnep/explain.py
hnep/exports.py
hnep/py.typed
hnep/thresholds.py
hnep.egg-info/PKG-INFO
hnep.egg-info/SOURCES.txt
hnep.egg-info/dependency_links.txt
hnep.egg-info/entry_points.txt
hnep.egg-info/requires.txt
hnep.egg-info/top_level.txt
hnep/adapters/__init__.py
hnep/adapters/base.py
hnep/adapters/functional.py
hnep/adapters/jax_flax.py
hnep/adapters/precomputed.py
hnep/adapters/pytorch.py
hnep/classifiers/__init__.py
hnep/classifiers/qct.py
hnep/cost_utility/__init__.py
hnep/cost_utility/hardware_cost.py
hnep/cost_utility/pareto.py
hnep/cost_utility/qus.py
hnep/datasets/__init__.py
hnep/examples/00_quickstart.py
hnep/examples/01_functional_adapter.py
hnep/examples/02_precomputed_adapter.py
hnep/examples/03_visualizations.py
hnep/examples/04_compare_models.py
hnep/examples/05_custom_probe.py
hnep/examples/__init__.py
hnep/examples/quickstart_helpers.py
hnep/gallery/__init__.py
hnep/gallery/molecular.py
hnep/probes/__init__.py
hnep/probes/base.py
hnep/probes/error_diversity.py
hnep/probes/intervention.py
hnep/probes/noise.py
hnep/probes/representation.py
hnep/probes/surrogation.py
hnep/probes/temporal.py
hnep/reports/__init__.py
hnep/reports/html.py
hnep/results/__init__.py
hnep/results/hnep_result.py
hnep/results/probe_result.py
hnep/utils/__init__.py
hnep/utils/bootstrap.py
hnep/utils/reproducibility.py
hnep/utils/serialise.py
hnep/visualizations/__init__.py
hnep/visualizations/activation_atlas.py
hnep/visualizations/disagreement_heatmap.py
hnep/visualizations/pareto.py
hnep/visualizations/qct_plane.py
hnep/visualizations/radar.py
tests/__init__.py
tests/test_adapters.py
tests/test_classical_model.py
tests/test_data_loaders.py
tests/test_day2_probes.py
tests/test_day3_viz.py
tests/test_day4_gallery.py
tests/test_day6_card_cli.py
tests/test_day7_exports_explain.py
tests/test_models.py
tests/test_noise_probe.py
tests/test_phase3.py
tests/test_probes.py
tests/test_quantum_circuits.py
tests/test_smoke.py
tests/test_temporal_probe.py
tests/test_training.py
tests/test_v02_surface.py