-
Notifications
You must be signed in to change notification settings - Fork 11
Add magic state distillation tutorial #311
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
Changes from 4 commits
87dc401
1ea1219
9e2dbeb
95402db
78349ff
cef0d41
0532526
3844573
7773410
ece9138
d9ae52e
653a50c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,8 @@ nav: | |
| - Squin dialect examples: | ||
| - Deutsch-Jozsa Algorithm: digital/examples/squin/deutsch_squin.py | ||
| - GHZ state preparation with noise: digital/examples/squin/ghz.py | ||
| - TSIM examples: | ||
| - Magic state distillation: digital/examples/tsim/magic_state_distillation.ipynb | ||
| - Integration with other SDKs: | ||
| - Noisy GHZ states with cirq: "digital/examples/interop/noisy_ghz.py" | ||
| - Bloqade Analog: | ||
|
|
@@ -135,7 +137,7 @@ plugins: | |
| - mkdocs-jupyter: | ||
| execute: true | ||
| allow_errors: false | ||
| ignore: ["scripts/*", "digital/examples/qasm2/*"] | ||
| execute_ignore: ["scripts/*", "digital/examples/qasm2/*", "digital/examples/tsim/magic_state_distillation.ipynb"] | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When I assume what was meant is
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, that's the appropriate fix for #310. Anyway, that's good, thanks! Why aren't we executing the new notebook though?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Two reasons: It would only run once the new version of bloqade-circuit is released (with the tsim integration). The other reason is it takes about 10 mins to run on CI (2 mins locally). If we really wanted it to run, I might have to do some optimizing (or remove some slow parts) |
||
| - mike | ||
|
|
||
| extra_javascript: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.