MANIFEST.in
README.md
pyproject.toml
src/qlro/__init__.py
src/qlro/api.py
src/qlro/cli.py
src/qlro/environments.py
src/qlro/jupyter.py
src/qlro/public_api.py
src/qlro/result_parser.py
src/qlro.egg-info/PKG-INFO
src/qlro.egg-info/SOURCES.txt
src/qlro.egg-info/dependency_links.txt
src/qlro.egg-info/entry_points.txt
src/qlro.egg-info/requires.txt
src/qlro.egg-info/top_level.txt
src/qlro/autolog/__init__.py
src/qlro/autolog/_cache.py
src/qlro/autolog/_circuit_features.py
src/qlro/autolog/_pipeline.py
src/qlro/autolog/braket.py
src/qlro/autolog/qiskit.py
src/qlro/comparison/__init__.py
src/qlro/comparison/normalizer.py
src/qlro/comparison/serialize.py
src/qlro/comparison/suitability.py
src/qlro/data/metriq_snapshot.json
src/qlro/export/__init__.py
src/qlro/export/report.py
src/qlro/recommendation/__init__.py
src/qlro/recommendation/engine.py
src/qlro/reporting/__init__.py
src/qlro/reporting/decision_pdf.py
src/qlro/reporting/fonts/NotoSansKR-Bold.ttf
src/qlro/reporting/fonts/NotoSansKR-Regular.ttf
src/qlro/retrospective/__init__.py
src/qlro/retrospective/costs.py
src/qlro/retrospective/models.py
src/qlro/retrospective/selector.py
src/qlro/runner/__init__.py
src/qlro/runner/circuits.py
src/qlro/runner/qiskit_runner.py
src/qlro/schemas/__init__.py
src/qlro/schemas/comparison.py
src/qlro/schemas/comparison_run.py
src/qlro/schemas/environment.py
src/qlro/schemas/evaluation.py
src/qlro/schemas/experiment.py
src/qlro/schemas/fingerprint.py
src/qlro/schemas/recommendation.py
src/qlro/schemas/workload.py
src/qlro/scoring/__init__.py
src/qlro/scoring/axes.py
src/qlro/scoring/composition.py
src/qlro/scoring/data_loader.py
src/qlro/scoring/physics.py
src/qlro/scoring/priors.py
src/qlro/scoring/profiler.py
src/qlro/scoring/recommend.py
src/qlro/scoring/wcpp.py
src/qlro/storage/__init__.py
src/qlro/storage/database.py
tests/test_accuracy_snapshots.py
tests/test_api.py
tests/test_autolog.py
tests/test_calibration.py
tests/test_environment_differentiation.py
tests/test_fingerprint.py
tests/test_normalizer.py
tests/test_paper_parity.py
tests/test_pipeline.py
tests/test_predictor.py
tests/test_profiler.py
tests/test_recommendation.py
tests/test_report.py
tests/test_result_parser.py
tests/test_retrospective.py
tests/test_suitability.py
tests/test_validation.py