CHANGELOG.md
CITATION.cff
COMPATIBILITY.md
LICENSE
LIMITATIONS.md
MANIFEST.in
METHODOLOGY.md
PROBLEM.md
README.md
RESULTS.md
SCHEMA.md
THEORY.md
USAGE.md
pyproject.toml
.devcontainer/devcontainer.json
docs/pages/build_site.py
docs/pages/styles.css
docs/pages/assets/ghz_backend_comparison.csv
docs/pages/assets/ghz_backend_comparison.json
docs/pages/assets/ghz_distribution.png
docs/pages/assets/ghz_heatmap.png
docs/pages/assets/ghz_noise_quality.png
docs/pages/assets/ghz_noise_sweep.json
docs/pages/assets/ghz_runtime_depth.png
docs/pages/assets/smoke_suite_results.json
docs/pages/assets/smoke_suite_runtime.png
examples/README.md
examples/backend_capability_matrix.py
examples/basic_benchmark.py
examples/circuit_diagrams.py
examples/compare_backends.py
examples/experiment_report.py
examples/generate_manifest.py
examples/noise_manifest_builder.py
examples/noise_sweep_demo.py
examples/oracle_benchmarks.py
examples/plot_gallery.py
examples/quantum_volume_demo.py
examples/repeated_runtime_analysis.py
examples/research_studies.py
examples/schema_walkthrough.py
examples/suite_export.py
examples/manifests/noise_sensitivity.json
examples/manifests/runtime_scaling.json
examples/manifests/structure_vs_runtime.json
examples/reference_results/cirq_smoke_2026-06-03/README.md
examples/reference_results/cirq_smoke_2026-06-03/ghz_cirq.csv
examples/reference_results/cirq_smoke_2026-06-03/ghz_cirq.json
examples/reference_results/cirq_smoke_2026-06-03/smoke_suite_cirq.csv
examples/reference_results/cirq_smoke_2026-06-03/smoke_suite_cirq.json
notebooks/01_quickstart_cirq.ipynb
notebooks/02_compare_local_simulators.ipynb
notebooks/03_hamiltonian_simulation_case_study.ipynb
notebooks/README.md
quantum_backend_bench/__init__.py
quantum_backend_bench/_runtime.py
quantum_backend_bench/cli.py
quantum_backend_bench.egg-info/PKG-INFO
quantum_backend_bench.egg-info/SOURCES.txt
quantum_backend_bench.egg-info/dependency_links.txt
quantum_backend_bench.egg-info/entry_points.txt
quantum_backend_bench.egg-info/requires.txt
quantum_backend_bench.egg-info/top_level.txt
quantum_backend_bench/backends/__init__.py
quantum_backend_bench/backends/base_backend.py
quantum_backend_bench/backends/braket_backend.py
quantum_backend_bench/backends/cirq_backend.py
quantum_backend_bench/backends/cudaq_backend.py
quantum_backend_bench/backends/pennylane_backend.py
quantum_backend_bench/backends/pyquil_backend.py
quantum_backend_bench/backends/qiskit_backend.py
quantum_backend_bench/backends/qutip_backend.py
quantum_backend_bench/backends/tket_analysis.py
quantum_backend_bench/benchmarks/__init__.py
quantum_backend_bench/benchmarks/bernstein_vazirani.py
quantum_backend_bench/benchmarks/deutsch_jozsa.py
quantum_backend_bench/benchmarks/ghz.py
quantum_backend_bench/benchmarks/grover.py
quantum_backend_bench/benchmarks/hamiltonian_sim.py
quantum_backend_bench/benchmarks/noise_sensitivity.py
quantum_backend_bench/benchmarks/qaoa_maxcut.py
quantum_backend_bench/benchmarks/qft.py
quantum_backend_bench/benchmarks/quantum_volume.py
quantum_backend_bench/benchmarks/random_circuit.py
quantum_backend_bench/core/__init__.py
quantum_backend_bench/core/backend_metadata.py
quantum_backend_bench/core/benchmark_spec.py
quantum_backend_bench/core/bundle.py
quantum_backend_bench/core/compatibility.py
quantum_backend_bench/core/dataframe.py
quantum_backend_bench/core/diff.py
quantum_backend_bench/core/discovery.py
quantum_backend_bench/core/doctor.py
quantum_backend_bench/core/draw.py
quantum_backend_bench/core/environment.py
quantum_backend_bench/core/experiments.py
quantum_backend_bench/core/factory.py
quantum_backend_bench/core/manifest.py
quantum_backend_bench/core/metrics.py
quantum_backend_bench/core/presets.py
quantum_backend_bench/core/report.py
quantum_backend_bench/core/results.py
quantum_backend_bench/core/runner.py
quantum_backend_bench/core/suites.py
quantum_backend_bench/core/summary.py
quantum_backend_bench/core/validation.py
quantum_backend_bench/presets/__init__.py
quantum_backend_bench/presets/algorithmic.json
quantum_backend_bench/presets/noise.json
quantum_backend_bench/presets/runtime.json
quantum_backend_bench/presets/sdk_smoke.json
quantum_backend_bench/utils/__init__.py
quantum_backend_bench/utils/formatting.py
quantum_backend_bench/utils/io.py
quantum_backend_bench/utils/plotting.py
tests/test_backends.py
tests/test_benchmarks.py
tests/test_bundle.py
tests/test_cli.py
tests/test_dataframe.py
tests/test_diff.py
tests/test_manifest.py
tests/test_metrics.py
tests/test_packaging.py
tests/test_plotting.py
tests/test_public_api.py