MANIFEST.in
README.md
pyproject.toml
src/qlro/__init__.py
src/qlro/_credentials.py
src/qlro/api.py
src/qlro/api_v1.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/status.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/auxiliary_devices.json
src/qlro/data/metriq_snapshot.json
src/qlro/export/__init__.py
src/qlro/export/report.py
src/qlro/lint/__init__.py
src/qlro/lint/device_meta.py
src/qlro/lint/engine.py
src/qlro/lint/formatter.py
src/qlro/lint/parser.py
src/qlro/lint/report.py
src/qlro/lint/rules.py
src/qlro/recommendation/__init__.py
src/qlro/recommendation/engine.py
src/qlro/recommendation/explain.py
src/qlro/reporting/__init__.py
src/qlro/reporting/audit_pdf.py
src/qlro/reporting/audit_signing.py
src/qlro/reporting/decision_pdf.py
src/qlro/reporting/quarterly_value_report.py
src/qlro/reporting/fonts/NanumGothic-Bold.ttf
src/qlro/reporting/fonts/NanumGothic-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/predictor.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
src/qlro/workers/__init__.py
src/qlro/workers/vendor_health.py
src/qlro/workers/webhook_delivery.py
src/qlro/workers/probes/__init__.py
src/qlro/workers/probes/braket.py
src/qlro/workers/probes/ibm.py
src/qlro/workers/probes/ionq.py
src/qlro/workers/probes/iqm.py
src/qlro/workers/probes/rigetti.py
src/qlro/workloads/__init__.py
src/qlro/workloads/_primitives.py
src/qlro/workloads/chemistry.py
src/qlro/workloads/intake.py
src/qlro/workloads/ml.py
src/qlro/workloads/optimization.py
src/qlro/workloads/registry.py
src/qlro/workloads/simulation.py
src/qlro/workloads/industry/__init__.py
src/qlro/workloads/industry/finance.py
src/qlro/workloads/industry/manufacturing.py
src/qlro/workloads/industry/pharma.py
tests/test_accuracy_snapshots.py
tests/test_api.py
tests/test_audit_report.py
tests/test_autolog.py
tests/test_calibration.py
tests/test_cross_tenant.py
tests/test_customer_workspace.py
tests/test_dashboard.py
tests/test_environment_differentiation.py
tests/test_fingerprint.py
tests/test_intake.py
tests/test_lint.py
tests/test_normalizer.py
tests/test_oauth.py
tests/test_paper_parity.py
tests/test_partner_applications.py
tests/test_partner_embed.py
tests/test_partner_engagements.py
tests/test_pipeline.py
tests/test_predictor.py
tests/test_profiler.py
tests/test_quota_admin.py
tests/test_rbac.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
tests/test_workloads.py