Skip to main content
KetQat

Appearance

ALGORITHM
COMPLETED
Hash verified

grover-search-reference

grover-search-local v0.1.0

Hash verified means the server independently recalculated this run's reproducibility hash from its manifest, environment, and results, and it matches what was submitted -- these numbers are exactly what the SDK produced, not edited afterward. It is not by itself proof of scientific correctness or independent reproduction -- see verification evidence below for that.

Results at a glance

5 metric points
runtime seconds
0.00139838
success probability
0.997803
Executed
Aug 3, 2026, 1:49 AM

Run context

Domain
ALGORITHM
Schema
0.1
SDK / runner
0.2.0
Repository
https://github.com/ketqat/ketqat-sdk
Commit
Not recorded in the submission

Reproducibility

Server-verified hash

464ab4073ed52e948b72260cd7a711b331dd7d86692e0e0f0e753b2d8c7420e4

Command

ketqat run experiment.yaml --output run.json
Download bundle

Cite this

@misc{ketqat_run_groversearchreference464ab407_2026,
  title        = {grover-search-reference},
  author       = {{KetQat contributors}},
  year         = {2026},
  howpublished = {\url{https://ketqat.com/runs/grover-search-reference-464ab407}},
  note         = {KetQat benchmark run on grover-search-local v0.1.0. Retrieved via KetQat, a vendor-neutral registry for reproducible quantum error-correction and quantum-algorithm research.}
}

Complete result data

Measured values are shown without interpolation or threshold estimates.

MetricDistancePhysical pValueStd. errorShotsFailuresLatency msRuntime s
success_probability--1-4096--0
success_probability--0.94091796875-4096--0
success_probability--0.952880859375-4096--0
success_probability--0.999755859375-4096--0
success_probability--0.997802734375-4096--0

Verification evidence

No verification evidence recorded.

Reproduction requests

No one has requested a reproduction of this run yet. A reproduction request asks an independent party to re-execute the experiment; a matching reproducibility hash alone never counts as one.

Environment and benchmark configuration

Environment

{
  "hardware": {
    "git_dirty": "unavailable",
    "processor": "arm",
    "git_commit_sha": "unavailable",
    "container_image": "unspecified",
    "git_repository_url": "unavailable"
  },
  "packages": {
    "stim": "1.16.0",
    "numpy": "2.2.6",
    "pymatching": "2.4.0",
    "ketqat-runner": "0.2.0"
  },
  "architecture": "arm64",
  "python_version": "3.12.12",
  "operating_system": "macOS-15.6.1-arm64-arm-64bit"
}

Configuration

{
  "domain": "ALGORITHM",
  "source": {
    "repository_url": "https://github.com/ketqat/ketqat-sdk"
  },
  "metrics": [
    "success_probability",
    "circuit_depth",
    "gate_count",
    "two_qubit_gate_count",
    "runtime_seconds"
  ],
  "sampling": {
    "seed": 20260803,
    "shots": 4096
  },
  "algorithm": {
    "family": "grover-search",
    "problem": {
      "type": "marked-state-search",
      "marked_state": "all-ones",
      "qubit_counts": [
        2,
        3,
        4,
        5,
        6
      ]
    },
    "execution": {
      "engine": "ketqat-runner",
      "method": "shot-based"
    }
  },
  "benchmark": {
    "suite": "grover-search-local",
    "version": "0.1.0"
  },
  "experiment": {
    "name": "grover-search-reference",
    "description": "Reference run -- Grover search success probability across 2 to 6 qubits, shots drawn from the analytic success probability (modelled, not a circuit execution; the execution class records this)."
  },
  "schema_version": "0.1"
}