QEncode Benchmark

Blog

Technical articles on quantum algorithm benchmarking, VQE methodology, and reproducible quantum chemistry evaluation.

·6 min read

The Four Things That Make a VQE Result Reproducible

Reproducibility is not one property but four: deterministic arithmetic, recorded package versions, a recorded seed, and a recorded code version. Setting a random seed — the thing most people reach for first — fixes none of the hard one. We wrote all four down and built a free checker (NumPy and SciPy only) that runs on your own code and prints the one-line fix.

reproducibilityOMP_NUM_THREADSscorecardtoolingprovenance
Read →
·11 min read

We Audited Our Own VQE Benchmark and Found the Numbers Were Partly Luck

Threaded BLAS sums floating point in nondeterministic order. Gradient-free COBYLA turns that 1e-16 noise into a different local minimum — the same LiH command returned 8.99 mHa or 0.53 mHa on identical hardware. We traced it, fixed it in one line, and re-ran all 46 entries. ADAPT-VQE with analytic gradients was never affected. Also: H₁₀ certified at 9.977 mHa, 300 operators, 20 qubits.

reproducibilityOMP_NUM_THREADSCOBYLAADAPT-VQEH₁₀v4.4
Read →
·9 min read

ADAPT-VQE Certifies Benzene — How We Broke the Medium Molecule Barrier

COBYLA + UCCSD hits a wall at ~400 parameters. ADAPT-VQE breaks it by building the ansatz one operator at a time, selecting only what matters. We used it to certify H₆ (28 operators) and benzene (10 operators) — the first aromatic molecule certified on QEncode.

ADAPT-VQEbenzeneH₆medium moleculesv4.3
Read →
·8 min read

Certifying N₂: QEncode Benchmarks the Triple Bond

N₂ is one of the hardest molecules in quantum chemistry — a triple bond, strong multireference character, and an orbital manifold that defeats standard HF partitioning. Here's how we certified it at cc-pVDZ with CASSCF orbitals, 12 qubits, and a 2 mHa gap.

N₂CASSCF12-qubitUCCSDbenchmarkDARPA QB-GSEE
Read →
·6 min read

Chemical Accuracy vs. Certification: What the Gap Bars Mean

The leaderboard shows two thresholds: a 1.6 mHa chemical accuracy line and a 10 mHa certification threshold. Here's why they're different, what the colored bars measure, and how to read H₂O's red bars alongside H₂'s green ones.

chemical accuracycertificationmethodologyleaderboard
Read →