-
Notifications
You must be signed in to change notification settings - Fork 236
[Demo] FT threshold theorem #1715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
1bab96d
init
obliviateandsurrender ee03f10
init
obliviateandsurrender 0b00d24
polish
obliviateandsurrender c14dd27
polish2
obliviateandsurrender 59e00de
tweak
obliviateandsurrender 9be34a9
`json`
obliviateandsurrender b275324
`json2`
obliviateandsurrender 59a6734
Merge branch 'master' into ft-threshold-theorem
obliviateandsurrender 49a42fd
`stim`
obliviateandsurrender 1bfc026
Merge branch 'ft-threshold-theorem' of https://github.com/PennyLaneAI…
obliviateandsurrender e11d2ea
fix
obliviateandsurrender 06a3d28
`date`
obliviateandsurrender 1679837
tweak
obliviateandsurrender b4dec87
`latex`
obliviateandsurrender e0eb656
tweak
obliviateandsurrender 05493f7
`placeholder`
obliviateandsurrender 08162a2
`tweak`
obliviateandsurrender 14780df
`figure` test
obliviateandsurrender ab36ea6
Merge branch 'master' into ft-threshold-theorem
obliviateandsurrender 6386439
`figure`
obliviateandsurrender 6b1b6a3
polished `introduction`
obliviateandsurrender 0aab6e0
`figures`
obliviateandsurrender bb49809
`figure`
obliviateandsurrender 1fd9a6a
`grammar`
obliviateandsurrender e56de30
`axis labels`
obliviateandsurrender 11454ba
add suggestion
obliviateandsurrender 5fedbe7
`grammar`
obliviateandsurrender cb6217c
Merge branch 'master' into ft-threshold-theorem
obliviateandsurrender 8e1fce8
`suggestions`
obliviateandsurrender 7099138
test captions
obliviateandsurrender 5a94ea8
attemp2
obliviateandsurrender 31031d1
captions
obliviateandsurrender 14825bd
tweak
obliviateandsurrender 35e0bc8
`suggestions`
obliviateandsurrender 9c0d9d5
minor
obliviateandsurrender 6bc091f
Merge branch 'master' into ft-threshold-theorem
obliviateandsurrender 87e9600
Tweak
obliviateandsurrender 518ff4a
tweaks
obliviateandsurrender d5277eb
Merge branch 'ft-threshold-theorem' of https://github.com/PennyLaneAI…
obliviateandsurrender 09dde04
Merge branch 'master' into ft-threshold-theorem
obliviateandsurrender 8ff0cdf
Upload thumbnail
drdren bd791e1
Change demo assets folder name
drdren 27f5c67
Change demo folder name
drdren 53cb157
Merge branch 'master' into ft-threshold-theorem
drdren fd7ffe6
Merge branch 'master' into ft-threshold-theorem
drdren c912ab4
Update demonstrations_v2/tutorial_fault_tolerant_threshold/metadata.json
drdren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+32.5 KB
...rge_demo_thumbnails/pennylane-demo-fault-tolerant-threshold-large-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.3 KB
...pengraph_demo_thumbnails/pennylane-demo-fault-tolerant-threshold-open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.41 KB
...s/regular_demo_thumbnails/pennylane-demo-fault-tolerant-threshold-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.1 MB
_static/demonstration_assets/fault-tolerant-threshold/cartoon_thresholds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.4 MB
_static/demonstration_assets/fault-tolerant-threshold/rotated_surface_code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
491 changes: 491 additions & 0 deletions
491
demonstrations_v2/tutorial_fault_tolerant_threshold/demo.py
Large diffs are not rendered by default.
Oops, something went wrong.
64 changes: 64 additions & 0 deletions
64
demonstrations_v2/tutorial_fault_tolerant_threshold/metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| { | ||
| "title": "Understanding Fault-tolerant Threshold Theorem in Practice", | ||
| "authors": [{ | ||
| "username": "whatsis" | ||
| }], | ||
| "executable_stable": true, | ||
| "executable_latest": true, | ||
| "dateOfPublication": "2026-04-24T15:00:00+00:00", | ||
| "dateOfLastModification": "2026-04-24T15:00:00+00:00", | ||
| "categories": [ | ||
| "Quantum Computing", | ||
| "Compilation", | ||
| "Algorithms" | ||
| ], | ||
| "tags": [], | ||
| "previewImages": [{ | ||
| "type": "thumbnail", | ||
| "uri": "/_static/demo_thumbnails/regular_demo_thumbnails/pennylane-demo-fault-tolerant-threshold-thumbnail.png" | ||
| }, | ||
| { | ||
| "type": "large_thumbnail", | ||
| "uri": "/_static/demo_thumbnails/large_demo_thumbnails/pennylane-demo-fault-tolerant-threshold-large-thumbnail.png" | ||
| } | ||
| ], | ||
| "seoDescription": "Understanding Fault-tolerant Threshold Theorem in Practice", | ||
| "doi": "", | ||
| "references": [{ | ||
| "id": "threshold_theorem", | ||
| "type": "article", | ||
| "title": "An Introduction to Quantum Error Correction and Fault - Tolerant Quantum Computation ", | ||
| "authors": "Daniel Gottesman", | ||
| "year": "2009", | ||
| "journal": "arXiv e-prints", | ||
| "url": "https://arxiv.org/abs/0904.2557" | ||
| }], | ||
| "basedOnPapers": [], | ||
| "referencedByPapers": [], | ||
| "relatedContent": [{ | ||
| "type": "demonstration", | ||
| "id": "tutorial_stabilizer_codes", | ||
| "weight": 1.0 | ||
| }, | ||
| { | ||
| "type": "demonstration", | ||
| "id": "tutorial_game_of_surface_codes", | ||
| "weight": 1.0 | ||
| }, | ||
| { | ||
| "type": "demonstration", | ||
| "id": "tutorial_toric_code", | ||
| "weight": 1.0 | ||
| }, | ||
| { | ||
| "type": "demonstration", | ||
| "id": "tutorial_bp_catalyst", | ||
| "weight": 1.0 | ||
| }, | ||
| { | ||
| "type": "demonstration", | ||
| "id": "tutorial_lattice_surgery", | ||
| "weight": 1.0 | ||
| } | ||
| ] | ||
| } | ||
2 changes: 2 additions & 0 deletions
2
demonstrations_v2/tutorial_fault_tolerant_threshold/requirements.in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| stim | ||
| pymatching |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.