This repository accompanies the 2022 article:
Ruge Lin and Weiqiang Wen, “Quantum computation capability verification protocol for noisy intermediate-scale quantum devices with the dihedral coset problem,” Physical Review A 106, 012430 (2022).
DOI:10.1103/PhysRevA.106.012430- arXiv:2202.06984
The original ParitySolve circuit is correct on its selected collision branch, but the original capability-verification interpretation is not.
The quantity denoted by
An exact two-sample counterexample uses the same product measurements and only changes the classical decoder:
Therefore, this repository no longer presents
Retained: the DCP sample construction, the Fourier-label collision mechanism, the selected ParitySolve algebra, and the circuit as a structured hardware-sensitive workload.
Withdrawn: the claim that the published
The complete statement is available in:
This is an author-maintained repository correction by Ruge Lin. It is not an APS Erratum, has not been peer reviewed as a replacement article, and does not alter the journal version.
The proof-of-concept IBM experiment is preserved in the historical code but is outside the scope of the present correction.
The repository state that accompanied the article is preserved unchanged at the immutable tag and release:
paper-2022-original
The six original root scripts remain byte-for-byte unchanged:
IBM.py
benchmarking.py
circuit.py
compare.py
proba.py
verification.py
They are retained for historical reproducibility and described in ORIGINAL_2022_CODE.md.
| Figure | Published |
Published upper bound | Exact honest probability | Full-likelihood all-H | |
|---|---|---|---|---|---|
| 5(a) | 0.660533 | 0.664083 | 0.652965 | 0.810940, exact | |
| 5(b) | 0.716371 | 0.817392 | 0.810918 | 0.937289, Monte Carlo | |
| 5(c) | 0.654461 | 0.906606 | 0.904804 | 0.957183, Monte Carlo |
The exact honest probability is computed from the complementary-pair occupancy formula in src/dcp_challenge/exact_probabilities.py.
The corrected analysis does not require Qibo.
python -m pip install -e .[test]
python examples/reproduce_counterexample.py
python examples/reproduce_one_sample_optimality.py
python examples/reproduce_figure5.py
python scripts/verify_historical_files.py
python scripts/validate_committed_results.py
pytest -qExpected central output:
Published special-outcome decoder: 23/32 = 0.718750
Same measurements, better decoder: 25/32 = 0.781250
See REPRODUCIBILITY.md for fixed seeds, exact-versus-numerical distinctions, and validation tolerances. The completed checks are summarized in VALIDATION_RECORD.md.
The directory witness/ contains a new 2026 follow-up. It is not part of the 2022 article and is not a general proof of quantum computation.
Its narrow ideal-model claim is:
Against adaptive separable instruments across two trusted DCP input cells, every conclusive answer has conditional error at least
$1/4$ , while a Bell measurement has zero error and conclusive probability$1/(2N)$ .
This is a DCP-specific maximum-confidence witness of a nonseparable joint measurement. For
The historical chronology and relation to later work makes the priority boundaries explicit. The 2022 DCP article predates Lee and Bae’s 2026 GLOBAL-versus-SEP maximum-confidence framework as an early trusted-input attempt to test joint inter-cell processing, but it did not prove their sound separation. The sound DCP-specific witness was developed only in the August 2026 reanalysis.
The August 2026 correction and follow-up were developed with substantial assistance from OpenAI’s GPT-5.6 Pro, including literature research, adversarial mathematical checking, numerical validation, code review, and preparation of the reproducible package. Ruge Lin reviewed the resulting claims and accepts responsibility for the repository’s scientific content.
See AI_ASSISTED_REANALYSIS.md for the full methodology and responsibility statement.
correction/ Formal author correction, PDF, TeX, and claim ledger
src/dcp_challenge/ Corrected analytical implementation
examples/ Small one-command reproductions
tests/ Exact regression and full-state tests
results/ Machine-readable committed outputs
witness/ Separate non-peer-reviewed follow-up construction
AI_ASSISTED_REANALYSIS.md AI methodology, credit, and responsibility statement
IBM.py ... verification.py Original 2022 scripts, unchanged
results/correction_core_results.jsonresults/one_sample_optimality.jsonresults/figure5_corrected.csvresults/heralded_witness_results.jsonresults/validation_crosschecks.json
For the original ParitySolve construction and published article, cite:
@article{lin2022dcpchallenge,
author = {Ruge Lin and Weiqiang Wen},
title = {Quantum computation capability verification protocol for noisy intermediate-scale quantum devices with the dihedral coset problem},
journal = {Physical Review A},
volume = {106},
pages = {012430},
year = {2022},
doi = {10.1103/PhysRevA.106.012430}
}When relying on the corrected analysis, also identify:
Ruge Lin, “Author Technical Correction and Updated Analysis” for the DCP challenge article,
DCP-challenge repository, author-correction-2026, 17 August 2026.
No software license has been added in this correction. Ordinary copyright restrictions therefore apply unless an explicit license is added later.