QEncode Benchmark

Documentation

Technical references for benchmark methodology, rules, and reproducibility. The full suite is open source — all scripts, specs, and data are in the GitHub repository.

Quick start

Run your first benchmark entry with three commands:

git clone https://github.com/qencode-benchmark/qencode-benchmark
pip install -r requirements-v4.txt

python scripts/generate_entry_v4.py \
  --molecule H2 --mapping jordan_wigner \
  --ansatz-type uccsd --out-dir releases/v4/db

Output: a signed JSON entry in releases/v4/db/ with PySCF reference energies, VQE result, circuit metrics, and a SHA-256 provenance hash. Runs on any machine with Python 3.11. GPU backend available with --backend lightning.gpu.

On-site documentation

GitHub repository docs

Need managed certification?

If you need signed artifacts for a paper, grant, or hardware evaluation, apply for managed certification. The self-run path is always free.