Remove material, reorganize cells in reptition code tutorial #4624
Open
jlapeyre wants to merge 2 commits intoQiskit:mainfrom
Open
Remove material, reorganize cells in reptition code tutorial #4624jlapeyre wants to merge 2 commits intoQiskit:mainfrom
jlapeyre wants to merge 2 commits intoQiskit:mainfrom
Conversation
Omit the discussion of stabilizers, which is more advanced than this tutorial. For example, the paper linked in the tutorial does not mention stabilizers until after a thorough discussion of background topics as well as the 3-qubit bit-flip code and the 9-qubit code. The same is true in Gottesman's recent book.
The cell that gets a backend from the runtime service belongs with the rest of the setup code, rather than as the first cell in Step 1. This fits better with the theme of both the "Setup" and "Step 1" sections.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Contributor
|
One or more of the following people are relevant to this code: |
6 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Two editing changes to tighten up the "Repetition codes" tutorial
Omit the discussion of stabilizers, which is more advanced than this tutorial. For example, the paper linked in the tutorial does not mention stabilizers until after a thorough discussion of background topics as well as the 3-qubit bit-flip code and the 9-qubit code. The same is true in Gottesman's recent book. I did retain the link to more information about QEC, which does discuss stabilizer codes.
Move the cell that gets a backend from "Step 1" to "Setup". It seems clear that it belongs in setup. I doubt the current organization is intentional.
Note
This #4287 (comment) proposes changing too many things at once. I think it will be easier to review this way. The present PR does not address the question of variable names, which is the topic of #4287. I'll do that in a separate PR. @matteo-piccolini