Datasets:
Publish physically split Sycamore d3/d5 benchmark release
Browse files- NOTICE.md +24 -0
- README.md +102 -0
- development.tar.gz +3 -0
- example.json +743 -0
- release-manifest.json +24 -0
- science-introduction.pdf +0 -0
- science-introduction.png +3 -0
- science-introduction.svg +186 -0
- verifier-inputs.tar.gz +3 -0
NOTICE.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Attribution and provenance
|
| 2 |
+
|
| 3 |
+
Experimental measurements, ideal circuit descriptions and published calibrated
|
| 4 |
+
detector error models derive from Google Quantum AI's Sycamore surface-code
|
| 5 |
+
memory experiments, Zenodo record 6804040:
|
| 6 |
+
https://zenodo.org/records/6804040
|
| 7 |
+
|
| 8 |
+
The source data is distributed under Creative Commons Attribution 4.0
|
| 9 |
+
International (CC-BY-4.0): https://creativecommons.org/licenses/by/4.0/
|
| 10 |
+
Changes: the benchmark selects surface-code d3/d5 experiments, partitions
|
| 11 |
+
source rows into train/validation/test, replaces row indices with stable opaque
|
| 12 |
+
identifiers, converts detector/label arrays to NumPy NPZ, and separates
|
| 13 |
+
inference inputs from grader labels. Original data provenance is preserved in
|
| 14 |
+
release metadata and content hashes. The release does not alter the experiment.
|
| 15 |
+
|
| 16 |
+
The scientific AlphaQubit reference is Bausch et al., “Learning high-accuracy
|
| 17 |
+
error decoding for quantum processors,” Nature 635, 834–840 (2024),
|
| 18 |
+
https://doi.org/10.1038/s41586-024-08148-8 . The bundled decoder implementation
|
| 19 |
+
and weights are independent benchmark reproductions, not official Google code
|
| 20 |
+
or weights. Code/dependency notices and licenses remain applicable; this dataset
|
| 21 |
+
card's CC-BY-4.0 metadata describes the experimental data and does not relicense
|
| 22 |
+
third-party libraries. Consult the linked code repository and retained upstream
|
| 23 |
+
notices for software licensing. No endorsement by Google Quantum AI or Google
|
| 24 |
+
DeepMind is implied.
|
README.md
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
pretty_name: Sycamore Surface-code Decoding — AI4Sci Materialized Release
|
| 6 |
+
size_categories:
|
| 7 |
+
- 1M<n<10M
|
| 8 |
+
task_categories:
|
| 9 |
+
- tabular-classification
|
| 10 |
+
tags:
|
| 11 |
+
- quantum-error-correction
|
| 12 |
+
- surface-code
|
| 13 |
+
- sycamore
|
| 14 |
+
- alphaqubit
|
| 15 |
+
- ai4science
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Sycamore surface-code decoding: materialized benchmark
|
| 19 |
+
|
| 20 |
+
Predict a logical observable flip from repeated stabilizer detection events in
|
| 21 |
+
a noisy quantum memory. The benchmark trains decoders that improve the
|
| 22 |
+
reliability of encoded quantum information. It uses real Sycamore hard-readout
|
| 23 |
+
experiments at code distances 3 and 5, not simulated soft-readout d11 data.
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
Source: [Google Quantum AI Sycamore memory experiments, Zenodo 6804040](https://zenodo.org/records/6804040),
|
| 28 |
+
CC-BY-4.0. Scientific model reference:
|
| 29 |
+
[Bausch et al., Learning high-accuracy error decoding for quantum processors,
|
| 30 |
+
Nature 635, 834–840 (2024)](https://www.nature.com/articles/s41586-024-08148-8).
|
| 31 |
+
The bundled AlphaQubit implementation and trained weights are independent
|
| 32 |
+
reproductions; they are not official Google weights and do not reproduce the
|
| 33 |
+
paper's headline ensemble accuracy.
|
| 34 |
+
|
| 35 |
+
## Contents and splits
|
| 36 |
+
|
| 37 |
+
- `development.tar.gz`: physically separate train and validation arrays,
|
| 38 |
+
ideal circuits, published even-fitted detector error models, and the ten
|
| 39 |
+
authorized finetuned AlphaQubit warm-start specialists.
|
| 40 |
+
- `verifier-inputs.tar.gz`: input-only test arrays and ideal circuits. No logical
|
| 41 |
+
labels, raw measurement records, historical decoder predictions, or odd-fit
|
| 42 |
+
noise models are in this archive.
|
| 43 |
+
- `release-manifest.json`: archive sizes, expanded sizes and SHA-256 identities.
|
| 44 |
+
- `NOTICE.md`: attribution and source/licensing notes.
|
| 45 |
+
|
| 46 |
+
Each of 130 conditions contains 50,000 original shots: four d3 patches and one
|
| 47 |
+
d5 patch, X/Z bases, and 13 odd round counts 1..25. Original zero-based rows are
|
| 48 |
+
split into first 19,880 even rows for train, last 5,120 even rows for validation,
|
| 49 |
+
and all 25,000 odd rows for test. Totals are 2,584,400 / 665,600 / 3,250,000.
|
| 50 |
+
There is no geometry or acquisition-session holdout. IDs are opaque uint64
|
| 51 |
+
values; the inference interface does not expose original source row numbers.
|
| 52 |
+
|
| 53 |
+
Training/validation NPZs contain `sample_ids:uint64[N]`, packed
|
| 54 |
+
`detectors:uint8[N,ceil(D/8)]` (little-endian bit order), and `labels:uint8[N]`.
|
| 55 |
+
Verifier inputs contain only the first two. A split manifest specifies geometry,
|
| 56 |
+
array paths, ideal circuits, shot counts and hashes. Targets are the official
|
| 57 |
+
logical-path observable flips, not raw final-data-qubit parity. Noise DEMs are
|
| 58 |
+
calibrated using all even syndromes, including validation syndromes, but no
|
| 59 |
+
logical labels or odd test data. This is a declared calibration exception.
|
| 60 |
+
|
| 61 |
+
The original dataset and historical test are public. A separate private
|
| 62 |
+
`Corning/ai4sci-surface-code-decoding-evaluation` repository supplies labels to
|
| 63 |
+
trusted benchmark operators; this runtime separation does not make the source
|
| 64 |
+
historically secret. Never expose test roles to an agent's development runtime.
|
| 65 |
+
|
| 66 |
+
## Model and score
|
| 67 |
+
|
| 68 |
+
The supplied model has a recurrent Transformer core with width 320, three
|
| 69 |
+
blocks per round, four attention heads, and geometry/event-dependent bias.
|
| 70 |
+
Eight d3 specialists have 8,449,990 parameters each; two d5 specialists have
|
| 71 |
+
8,456,070 each; total 84,512,060. Exactly one specialist serves each shot.
|
| 72 |
+
Weights are plain FP32 NumPy arrays, with BF16 compute in the frozen configuration.
|
| 73 |
+
|
| 74 |
+
Overall P = 1 minus balanced logical failure: average durations in each
|
| 75 |
+
geometry/basis group, groups within distance, and give d3/d5 equal weight.
|
| 76 |
+
Normalized score = clip((P-L)/(U-L),0,1), with fixed L=0.7160463461538461 from
|
| 77 |
+
MWPM and U=0.7615159615384615 from the strongest same-test released
|
| 78 |
+
tensor-network predictions. TN is a rescored historical reference, not a
|
| 79 |
+
newly reimplemented decoder. The frozen neural starter gives P=0.7550607692307693
|
| 80 |
+
and normalized score=0.8580328368056459. Raw/unclipped scores and scientific LER,
|
| 81 |
+
error suppression and calibration metrics remain available.
|
| 82 |
+
|
| 83 |
+
The original accepted neural training/replay cost was about 200.3 allocated
|
| 84 |
+
GPU-hours on RTX PRO 6000 Blackwell Max-Q 96 GB hardware; this is not an H100
|
| 85 |
+
throughput claim. The agent task uses a smaller warm-start budget (2 H100 ×24h).
|
| 86 |
+
|
| 87 |
+
## Reproduce
|
| 88 |
+
|
| 89 |
+
See the [GitHub task](https://github.com/T0-RSI/ai4sci-tasks/tree/codex/surface-code-release/surface-code-decoding)
|
| 90 |
+
for `environment/data/materialize.py`, the immutable HF lock, Harbor environments,
|
| 91 |
+
strict submission schema and trusted verifier. Normal deployment downloads
|
| 92 |
+
these pre-materialized archives; it does not regenerate experimental data.
|
| 93 |
+
Use the full commit revision and archive hashes pinned in GitHub. Agent data,
|
| 94 |
+
inference inputs and trusted labels must be mounted separately. The verifier
|
| 95 |
+
runs without network, replays a relocated trained model, seals outputs, and
|
| 96 |
+
scores them in a separate label-holding service.
|
| 97 |
+
|
| 98 |
+
Do not compare the normalized scalar as a universal measure of scientific
|
| 99 |
+
difficulty across tasks. It measures progress between declared task-specific
|
| 100 |
+
references and saturates beyond the upper reference; raw metrics preserve
|
| 101 |
+
further progress. The scientific evaluation is limited to this historical
|
| 102 |
+
hard-readout d3/d5 distribution.
|
development.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:085c6b8e2c61960a28203436d03eb23206ec36c959d36ac8c5adfe78596dbd5f
|
| 3 |
+
size 384107582
|
example.json
ADDED
|
@@ -0,0 +1,743 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "surface-code-science-example/v1",
|
| 3 |
+
"split": "validation",
|
| 4 |
+
"source_url": "https://zenodo.org/records/6804040",
|
| 5 |
+
"source_license": "CC-BY-4.0",
|
| 6 |
+
"source_attribution": "Google Quantum AI, Sycamore surface-code memory experiments",
|
| 7 |
+
"condition": "surface_code_bZ_d3_r09_center_3_5",
|
| 8 |
+
"source_shot_index_zero_based": 39760,
|
| 9 |
+
"selection": "First validation shot for the fixed d3/Z/r9/center_3_5 condition; no prediction-based selection",
|
| 10 |
+
"source_sha256": {
|
| 11 |
+
"circuit_ideal.stim": "81a26915aa77d74c16190927fb88d5c6524f35062af1cfafd3f265cb3f63b850",
|
| 12 |
+
"detection_events.b8": "023e37f8f3df5bb63974e88469403218872cf214a0889e5fe39ef922bec17207",
|
| 13 |
+
"obs_flips_actual.01": "10d0a8137815cc001d44cd061fb7ef54781c191f34776e71eef5602e54d0de81"
|
| 14 |
+
},
|
| 15 |
+
"distance": 3,
|
| 16 |
+
"basis": "Z",
|
| 17 |
+
"rounds": 9,
|
| 18 |
+
"data_qubits": [
|
| 19 |
+
[
|
| 20 |
+
1.0,
|
| 21 |
+
5.0
|
| 22 |
+
],
|
| 23 |
+
[
|
| 24 |
+
2.0,
|
| 25 |
+
4.0
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
2.0,
|
| 29 |
+
6.0
|
| 30 |
+
],
|
| 31 |
+
[
|
| 32 |
+
3.0,
|
| 33 |
+
3.0
|
| 34 |
+
],
|
| 35 |
+
[
|
| 36 |
+
3.0,
|
| 37 |
+
5.0
|
| 38 |
+
],
|
| 39 |
+
[
|
| 40 |
+
3.0,
|
| 41 |
+
7.0
|
| 42 |
+
],
|
| 43 |
+
[
|
| 44 |
+
4.0,
|
| 45 |
+
4.0
|
| 46 |
+
],
|
| 47 |
+
[
|
| 48 |
+
4.0,
|
| 49 |
+
6.0
|
| 50 |
+
],
|
| 51 |
+
[
|
| 52 |
+
5.0,
|
| 53 |
+
5.0
|
| 54 |
+
]
|
| 55 |
+
],
|
| 56 |
+
"check_qubits": [
|
| 57 |
+
[
|
| 58 |
+
1.0,
|
| 59 |
+
4.0
|
| 60 |
+
],
|
| 61 |
+
[
|
| 62 |
+
2.0,
|
| 63 |
+
5.0
|
| 64 |
+
],
|
| 65 |
+
[
|
| 66 |
+
2.0,
|
| 67 |
+
7.0
|
| 68 |
+
],
|
| 69 |
+
[
|
| 70 |
+
3.0,
|
| 71 |
+
4.0
|
| 72 |
+
],
|
| 73 |
+
[
|
| 74 |
+
3.0,
|
| 75 |
+
6.0
|
| 76 |
+
],
|
| 77 |
+
[
|
| 78 |
+
4.0,
|
| 79 |
+
3.0
|
| 80 |
+
],
|
| 81 |
+
[
|
| 82 |
+
4.0,
|
| 83 |
+
5.0
|
| 84 |
+
],
|
| 85 |
+
[
|
| 86 |
+
5.0,
|
| 87 |
+
6.0
|
| 88 |
+
]
|
| 89 |
+
],
|
| 90 |
+
"detectors": [
|
| 91 |
+
{
|
| 92 |
+
"id": 0,
|
| 93 |
+
"coords": [
|
| 94 |
+
2.0,
|
| 95 |
+
5.0,
|
| 96 |
+
0.0
|
| 97 |
+
],
|
| 98 |
+
"event": 1
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": 1,
|
| 102 |
+
"coords": [
|
| 103 |
+
4.0,
|
| 104 |
+
3.0,
|
| 105 |
+
0.0
|
| 106 |
+
],
|
| 107 |
+
"event": 0
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"id": 2,
|
| 111 |
+
"coords": [
|
| 112 |
+
2.0,
|
| 113 |
+
7.0,
|
| 114 |
+
0.0
|
| 115 |
+
],
|
| 116 |
+
"event": 0
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"id": 3,
|
| 120 |
+
"coords": [
|
| 121 |
+
4.0,
|
| 122 |
+
5.0,
|
| 123 |
+
0.0
|
| 124 |
+
],
|
| 125 |
+
"event": 0
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"id": 4,
|
| 129 |
+
"coords": [
|
| 130 |
+
1.0,
|
| 131 |
+
4.0,
|
| 132 |
+
1.0
|
| 133 |
+
],
|
| 134 |
+
"event": 0
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"id": 5,
|
| 138 |
+
"coords": [
|
| 139 |
+
2.0,
|
| 140 |
+
5.0,
|
| 141 |
+
1.0
|
| 142 |
+
],
|
| 143 |
+
"event": 1
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"id": 6,
|
| 147 |
+
"coords": [
|
| 148 |
+
2.0,
|
| 149 |
+
7.0,
|
| 150 |
+
1.0
|
| 151 |
+
],
|
| 152 |
+
"event": 0
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"id": 7,
|
| 156 |
+
"coords": [
|
| 157 |
+
3.0,
|
| 158 |
+
4.0,
|
| 159 |
+
1.0
|
| 160 |
+
],
|
| 161 |
+
"event": 1
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"id": 8,
|
| 165 |
+
"coords": [
|
| 166 |
+
3.0,
|
| 167 |
+
6.0,
|
| 168 |
+
1.0
|
| 169 |
+
],
|
| 170 |
+
"event": 0
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"id": 9,
|
| 174 |
+
"coords": [
|
| 175 |
+
4.0,
|
| 176 |
+
3.0,
|
| 177 |
+
1.0
|
| 178 |
+
],
|
| 179 |
+
"event": 0
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"id": 10,
|
| 183 |
+
"coords": [
|
| 184 |
+
4.0,
|
| 185 |
+
5.0,
|
| 186 |
+
1.0
|
| 187 |
+
],
|
| 188 |
+
"event": 0
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"id": 11,
|
| 192 |
+
"coords": [
|
| 193 |
+
5.0,
|
| 194 |
+
6.0,
|
| 195 |
+
1.0
|
| 196 |
+
],
|
| 197 |
+
"event": 0
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"id": 12,
|
| 201 |
+
"coords": [
|
| 202 |
+
1.0,
|
| 203 |
+
4.0,
|
| 204 |
+
2.0
|
| 205 |
+
],
|
| 206 |
+
"event": 0
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"id": 13,
|
| 210 |
+
"coords": [
|
| 211 |
+
2.0,
|
| 212 |
+
5.0,
|
| 213 |
+
2.0
|
| 214 |
+
],
|
| 215 |
+
"event": 0
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"id": 14,
|
| 219 |
+
"coords": [
|
| 220 |
+
2.0,
|
| 221 |
+
7.0,
|
| 222 |
+
2.0
|
| 223 |
+
],
|
| 224 |
+
"event": 0
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"id": 15,
|
| 228 |
+
"coords": [
|
| 229 |
+
3.0,
|
| 230 |
+
4.0,
|
| 231 |
+
2.0
|
| 232 |
+
],
|
| 233 |
+
"event": 0
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"id": 16,
|
| 237 |
+
"coords": [
|
| 238 |
+
3.0,
|
| 239 |
+
6.0,
|
| 240 |
+
2.0
|
| 241 |
+
],
|
| 242 |
+
"event": 0
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"id": 17,
|
| 246 |
+
"coords": [
|
| 247 |
+
4.0,
|
| 248 |
+
3.0,
|
| 249 |
+
2.0
|
| 250 |
+
],
|
| 251 |
+
"event": 0
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"id": 18,
|
| 255 |
+
"coords": [
|
| 256 |
+
4.0,
|
| 257 |
+
5.0,
|
| 258 |
+
2.0
|
| 259 |
+
],
|
| 260 |
+
"event": 0
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"id": 19,
|
| 264 |
+
"coords": [
|
| 265 |
+
5.0,
|
| 266 |
+
6.0,
|
| 267 |
+
2.0
|
| 268 |
+
],
|
| 269 |
+
"event": 0
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"id": 20,
|
| 273 |
+
"coords": [
|
| 274 |
+
1.0,
|
| 275 |
+
4.0,
|
| 276 |
+
3.0
|
| 277 |
+
],
|
| 278 |
+
"event": 0
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"id": 21,
|
| 282 |
+
"coords": [
|
| 283 |
+
2.0,
|
| 284 |
+
5.0,
|
| 285 |
+
3.0
|
| 286 |
+
],
|
| 287 |
+
"event": 0
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"id": 22,
|
| 291 |
+
"coords": [
|
| 292 |
+
2.0,
|
| 293 |
+
7.0,
|
| 294 |
+
3.0
|
| 295 |
+
],
|
| 296 |
+
"event": 0
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"id": 23,
|
| 300 |
+
"coords": [
|
| 301 |
+
3.0,
|
| 302 |
+
4.0,
|
| 303 |
+
3.0
|
| 304 |
+
],
|
| 305 |
+
"event": 0
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"id": 24,
|
| 309 |
+
"coords": [
|
| 310 |
+
3.0,
|
| 311 |
+
6.0,
|
| 312 |
+
3.0
|
| 313 |
+
],
|
| 314 |
+
"event": 1
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"id": 25,
|
| 318 |
+
"coords": [
|
| 319 |
+
4.0,
|
| 320 |
+
3.0,
|
| 321 |
+
3.0
|
| 322 |
+
],
|
| 323 |
+
"event": 0
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"id": 26,
|
| 327 |
+
"coords": [
|
| 328 |
+
4.0,
|
| 329 |
+
5.0,
|
| 330 |
+
3.0
|
| 331 |
+
],
|
| 332 |
+
"event": 0
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"id": 27,
|
| 336 |
+
"coords": [
|
| 337 |
+
5.0,
|
| 338 |
+
6.0,
|
| 339 |
+
3.0
|
| 340 |
+
],
|
| 341 |
+
"event": 0
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"id": 28,
|
| 345 |
+
"coords": [
|
| 346 |
+
1.0,
|
| 347 |
+
4.0,
|
| 348 |
+
4.0
|
| 349 |
+
],
|
| 350 |
+
"event": 0
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"id": 29,
|
| 354 |
+
"coords": [
|
| 355 |
+
2.0,
|
| 356 |
+
5.0,
|
| 357 |
+
4.0
|
| 358 |
+
],
|
| 359 |
+
"event": 0
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"id": 30,
|
| 363 |
+
"coords": [
|
| 364 |
+
2.0,
|
| 365 |
+
7.0,
|
| 366 |
+
4.0
|
| 367 |
+
],
|
| 368 |
+
"event": 0
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"id": 31,
|
| 372 |
+
"coords": [
|
| 373 |
+
3.0,
|
| 374 |
+
4.0,
|
| 375 |
+
4.0
|
| 376 |
+
],
|
| 377 |
+
"event": 0
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"id": 32,
|
| 381 |
+
"coords": [
|
| 382 |
+
3.0,
|
| 383 |
+
6.0,
|
| 384 |
+
4.0
|
| 385 |
+
],
|
| 386 |
+
"event": 0
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"id": 33,
|
| 390 |
+
"coords": [
|
| 391 |
+
4.0,
|
| 392 |
+
3.0,
|
| 393 |
+
4.0
|
| 394 |
+
],
|
| 395 |
+
"event": 0
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"id": 34,
|
| 399 |
+
"coords": [
|
| 400 |
+
4.0,
|
| 401 |
+
5.0,
|
| 402 |
+
4.0
|
| 403 |
+
],
|
| 404 |
+
"event": 0
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"id": 35,
|
| 408 |
+
"coords": [
|
| 409 |
+
5.0,
|
| 410 |
+
6.0,
|
| 411 |
+
4.0
|
| 412 |
+
],
|
| 413 |
+
"event": 0
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"id": 36,
|
| 417 |
+
"coords": [
|
| 418 |
+
1.0,
|
| 419 |
+
4.0,
|
| 420 |
+
5.0
|
| 421 |
+
],
|
| 422 |
+
"event": 0
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"id": 37,
|
| 426 |
+
"coords": [
|
| 427 |
+
2.0,
|
| 428 |
+
5.0,
|
| 429 |
+
5.0
|
| 430 |
+
],
|
| 431 |
+
"event": 0
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"id": 38,
|
| 435 |
+
"coords": [
|
| 436 |
+
2.0,
|
| 437 |
+
7.0,
|
| 438 |
+
5.0
|
| 439 |
+
],
|
| 440 |
+
"event": 0
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"id": 39,
|
| 444 |
+
"coords": [
|
| 445 |
+
3.0,
|
| 446 |
+
4.0,
|
| 447 |
+
5.0
|
| 448 |
+
],
|
| 449 |
+
"event": 0
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"id": 40,
|
| 453 |
+
"coords": [
|
| 454 |
+
3.0,
|
| 455 |
+
6.0,
|
| 456 |
+
5.0
|
| 457 |
+
],
|
| 458 |
+
"event": 0
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"id": 41,
|
| 462 |
+
"coords": [
|
| 463 |
+
4.0,
|
| 464 |
+
3.0,
|
| 465 |
+
5.0
|
| 466 |
+
],
|
| 467 |
+
"event": 0
|
| 468 |
+
},
|
| 469 |
+
{
|
| 470 |
+
"id": 42,
|
| 471 |
+
"coords": [
|
| 472 |
+
4.0,
|
| 473 |
+
5.0,
|
| 474 |
+
5.0
|
| 475 |
+
],
|
| 476 |
+
"event": 0
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"id": 43,
|
| 480 |
+
"coords": [
|
| 481 |
+
5.0,
|
| 482 |
+
6.0,
|
| 483 |
+
5.0
|
| 484 |
+
],
|
| 485 |
+
"event": 0
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"id": 44,
|
| 489 |
+
"coords": [
|
| 490 |
+
1.0,
|
| 491 |
+
4.0,
|
| 492 |
+
6.0
|
| 493 |
+
],
|
| 494 |
+
"event": 0
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"id": 45,
|
| 498 |
+
"coords": [
|
| 499 |
+
2.0,
|
| 500 |
+
5.0,
|
| 501 |
+
6.0
|
| 502 |
+
],
|
| 503 |
+
"event": 0
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"id": 46,
|
| 507 |
+
"coords": [
|
| 508 |
+
2.0,
|
| 509 |
+
7.0,
|
| 510 |
+
6.0
|
| 511 |
+
],
|
| 512 |
+
"event": 0
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"id": 47,
|
| 516 |
+
"coords": [
|
| 517 |
+
3.0,
|
| 518 |
+
4.0,
|
| 519 |
+
6.0
|
| 520 |
+
],
|
| 521 |
+
"event": 0
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"id": 48,
|
| 525 |
+
"coords": [
|
| 526 |
+
3.0,
|
| 527 |
+
6.0,
|
| 528 |
+
6.0
|
| 529 |
+
],
|
| 530 |
+
"event": 1
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"id": 49,
|
| 534 |
+
"coords": [
|
| 535 |
+
4.0,
|
| 536 |
+
3.0,
|
| 537 |
+
6.0
|
| 538 |
+
],
|
| 539 |
+
"event": 0
|
| 540 |
+
},
|
| 541 |
+
{
|
| 542 |
+
"id": 50,
|
| 543 |
+
"coords": [
|
| 544 |
+
4.0,
|
| 545 |
+
5.0,
|
| 546 |
+
6.0
|
| 547 |
+
],
|
| 548 |
+
"event": 0
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"id": 51,
|
| 552 |
+
"coords": [
|
| 553 |
+
5.0,
|
| 554 |
+
6.0,
|
| 555 |
+
6.0
|
| 556 |
+
],
|
| 557 |
+
"event": 1
|
| 558 |
+
},
|
| 559 |
+
{
|
| 560 |
+
"id": 52,
|
| 561 |
+
"coords": [
|
| 562 |
+
1.0,
|
| 563 |
+
4.0,
|
| 564 |
+
7.0
|
| 565 |
+
],
|
| 566 |
+
"event": 0
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"id": 53,
|
| 570 |
+
"coords": [
|
| 571 |
+
2.0,
|
| 572 |
+
5.0,
|
| 573 |
+
7.0
|
| 574 |
+
],
|
| 575 |
+
"event": 0
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"id": 54,
|
| 579 |
+
"coords": [
|
| 580 |
+
2.0,
|
| 581 |
+
7.0,
|
| 582 |
+
7.0
|
| 583 |
+
],
|
| 584 |
+
"event": 0
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"id": 55,
|
| 588 |
+
"coords": [
|
| 589 |
+
3.0,
|
| 590 |
+
4.0,
|
| 591 |
+
7.0
|
| 592 |
+
],
|
| 593 |
+
"event": 0
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"id": 56,
|
| 597 |
+
"coords": [
|
| 598 |
+
3.0,
|
| 599 |
+
6.0,
|
| 600 |
+
7.0
|
| 601 |
+
],
|
| 602 |
+
"event": 1
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"id": 57,
|
| 606 |
+
"coords": [
|
| 607 |
+
4.0,
|
| 608 |
+
3.0,
|
| 609 |
+
7.0
|
| 610 |
+
],
|
| 611 |
+
"event": 0
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"id": 58,
|
| 615 |
+
"coords": [
|
| 616 |
+
4.0,
|
| 617 |
+
5.0,
|
| 618 |
+
7.0
|
| 619 |
+
],
|
| 620 |
+
"event": 1
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"id": 59,
|
| 624 |
+
"coords": [
|
| 625 |
+
5.0,
|
| 626 |
+
6.0,
|
| 627 |
+
7.0
|
| 628 |
+
],
|
| 629 |
+
"event": 0
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"id": 60,
|
| 633 |
+
"coords": [
|
| 634 |
+
1.0,
|
| 635 |
+
4.0,
|
| 636 |
+
8.0
|
| 637 |
+
],
|
| 638 |
+
"event": 0
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"id": 61,
|
| 642 |
+
"coords": [
|
| 643 |
+
2.0,
|
| 644 |
+
5.0,
|
| 645 |
+
8.0
|
| 646 |
+
],
|
| 647 |
+
"event": 0
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"id": 62,
|
| 651 |
+
"coords": [
|
| 652 |
+
2.0,
|
| 653 |
+
7.0,
|
| 654 |
+
8.0
|
| 655 |
+
],
|
| 656 |
+
"event": 0
|
| 657 |
+
},
|
| 658 |
+
{
|
| 659 |
+
"id": 63,
|
| 660 |
+
"coords": [
|
| 661 |
+
3.0,
|
| 662 |
+
4.0,
|
| 663 |
+
8.0
|
| 664 |
+
],
|
| 665 |
+
"event": 0
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"id": 64,
|
| 669 |
+
"coords": [
|
| 670 |
+
3.0,
|
| 671 |
+
6.0,
|
| 672 |
+
8.0
|
| 673 |
+
],
|
| 674 |
+
"event": 0
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"id": 65,
|
| 678 |
+
"coords": [
|
| 679 |
+
4.0,
|
| 680 |
+
3.0,
|
| 681 |
+
8.0
|
| 682 |
+
],
|
| 683 |
+
"event": 0
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"id": 66,
|
| 687 |
+
"coords": [
|
| 688 |
+
4.0,
|
| 689 |
+
5.0,
|
| 690 |
+
8.0
|
| 691 |
+
],
|
| 692 |
+
"event": 0
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"id": 67,
|
| 696 |
+
"coords": [
|
| 697 |
+
5.0,
|
| 698 |
+
6.0,
|
| 699 |
+
8.0
|
| 700 |
+
],
|
| 701 |
+
"event": 0
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"id": 68,
|
| 705 |
+
"coords": [
|
| 706 |
+
2.0,
|
| 707 |
+
5.0,
|
| 708 |
+
9.0
|
| 709 |
+
],
|
| 710 |
+
"event": 0
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"id": 69,
|
| 714 |
+
"coords": [
|
| 715 |
+
4.0,
|
| 716 |
+
3.0,
|
| 717 |
+
9.0
|
| 718 |
+
],
|
| 719 |
+
"event": 0
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"id": 70,
|
| 723 |
+
"coords": [
|
| 724 |
+
2.0,
|
| 725 |
+
7.0,
|
| 726 |
+
9.0
|
| 727 |
+
],
|
| 728 |
+
"event": 0
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"id": 71,
|
| 732 |
+
"coords": [
|
| 733 |
+
4.0,
|
| 734 |
+
5.0,
|
| 735 |
+
9.0
|
| 736 |
+
],
|
| 737 |
+
"event": 0
|
| 738 |
+
}
|
| 739 |
+
],
|
| 740 |
+
"target_logical_flip": 0,
|
| 741 |
+
"model_probability": null,
|
| 742 |
+
"output_note": "Decoder probability and threshold are symbolic, not an inference result. The label is a public validation target."
|
| 743 |
+
}
|
release-manifest.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"files": {
|
| 3 |
+
"development.tar.gz": {
|
| 4 |
+
"bytes": 384107582,
|
| 5 |
+
"expanded_bytes": 455712954,
|
| 6 |
+
"role": "development",
|
| 7 |
+
"sha256": "085c6b8e2c61960a28203436d03eb23206ec36c959d36ac8c5adfe78596dbd5f"
|
| 8 |
+
},
|
| 9 |
+
"grader-labels.tar.gz": {
|
| 10 |
+
"bytes": 26738048,
|
| 11 |
+
"expanded_bytes": 29372924,
|
| 12 |
+
"role": "grader",
|
| 13 |
+
"sha256": "32d02dd2083b2dd89d48a0ace680ec8b92a45e00388d1cb9c1df9287b0486876"
|
| 14 |
+
},
|
| 15 |
+
"verifier-inputs.tar.gz": {
|
| 16 |
+
"bytes": 64789453,
|
| 17 |
+
"expanded_bytes": 87166817,
|
| 18 |
+
"role": "verifier",
|
| 19 |
+
"sha256": "e3be733f50de3dfb798d95661c5a9d7128787c2eee57f85b60c7abc004fab636"
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"release": "sycamore-hard-v1",
|
| 23 |
+
"schema": "surface-code-decoding-release/v1"
|
| 24 |
+
}
|
science-introduction.pdf
ADDED
|
Binary file (28.2 kB). View file
|
|
|
science-introduction.png
ADDED
|
Git LFS Details
|
science-introduction.svg
ADDED
|
|
verifier-inputs.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3be733f50de3dfb798d95661c5a9d7128787c2eee57f85b60c7abc004fab636
|
| 3 |
+
size 64789453
|