CHANGELOG.md
CONTRIBUTING_HNEP.md
LICENSE
MANIFEST.in
README.md
README_HNEP.md
pyproject.toml
setup.py
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/cli.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/probes/__init__.py
hnep/probes/base.py
hnep/probes/intervention.py
hnep/probes/surrogation.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/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_models.py
tests/test_phase3.py
tests/test_probes.py
tests/test_quantum_circuits.py
tests/test_smoke.py
tests/test_training.py