Skip to content

Commit 4a74bee

Browse files
Qottmannactions-userdime10rashidnhmcognigami
authored
A game of surface codes demo (#1355)
P0 Game of Surface Codes Demo 2025 Q2 [sc-87600] open question: - [x] ~~do I understand it correct that single X and Z measurements are free, but joint measurements cost 1 🕒?~~ >> yes - [x] ~~What does it mean that the error probability of the distillation of 15 faulty magic states with $p$ leads to a faulty magic state with probability $35p^3$, yet, the probability of failure is $(1-p)^n$? 🤔~~ >> p is the infidelity of the state, and $35p^3$ is the infidelity of the distilled state. The success chance of not having an error is $(1-p)^n$ --------- Co-authored-by: GitHub Nightly Merge Action <[email protected]> Co-authored-by: David Ittah <[email protected]> Co-authored-by: Rashid N H M <[email protected]> Co-authored-by: cognigami <[email protected]>
1 parent 500ff44 commit 4a74bee

28 files changed

+472
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"title": "A Game of Surface Codes: Large-Scale Quantum Computing with Lattice Surgery",
3+
"authors": [
4+
{
5+
"username": "Qottmann"
6+
}
7+
],
8+
"dateOfPublication": "2025-06-02T00:00:00+00:00",
9+
"dateOfLastModification": "2025-06-02T00:00:00+00:00",
10+
"categories": [
11+
"Quantum Computing",
12+
"Algorithms"
13+
],
14+
"tags": [],
15+
"previewImages": [
16+
{
17+
"type": "thumbnail",
18+
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_game_of_surface_codes.png"
19+
},
20+
{
21+
"type": "large_thumbnail",
22+
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_game_of_surface_codes.png"
23+
}
24+
],
25+
"seoDescription": "A game of surface codes: Exploring space-time tradeoffs in surface code based quantum computation.",
26+
"doi": "",
27+
"references": [
28+
{
29+
"id": "Litinski",
30+
"type": "preprint",
31+
"title": "A Game of Surface Codes: Large-Scale Quantum Computing with Lattice Surgery",
32+
"authors": "Daniel Litinski",
33+
"year": "2021",
34+
"publisher": "",
35+
"journal": "",
36+
"doi": "10.22331/q-2019-03-05-128",
37+
"url": "https://arxiv.org/abs/1808.02892"
38+
}
39+
],
40+
"basedOnPapers": ["10.22331/q-2019-03-05-128"],
41+
"referencedByPapers": [],
42+
"relatedContent": [
43+
{
44+
"type": "demonstration",
45+
"id": "tutorial_toric_code",
46+
"weight": 1.0
47+
},
48+
{
49+
"type": "demonstration",
50+
"id": "tutorial_mbqc",
51+
"weight": 1.0
52+
}
53+
]
54+
}

demonstrations/tutorial_game_of_surface_codes.py

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)