Repetition codes experiment extension#5143
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
henryzou50
left a comment
There was a problem hiding this comment.
Overall this tutorial update looks great, and thanks for the changes! A few notes:
Structure vs. template: Having only a large-scale hardware example here is fine, but per the template, I believe should still include both the ## Small-scale simulator example and ## Large-scale hardware example headers, with a brief explanation under the small-scale section about why we're skipping the simulator example in this case, similar to how we did it for other tutorials.
Tutorial Survey: The link is correct, but most of the other updated tutorials don't include this section. Probably fine to keep, just flagging for consistency.
I pushed some minor changes for grammar, typos, and consistency, but otherwise great job!
|
Hi @henryzou50 ,
I am happy to add an empty simulator header + explanation if that is preferred (I realize it's inthe template), but would have a slight preference for keeping it simple and just keep leaving it out. What is an example of a tutorial that does not do a small-scale simulator run, but still has a header for it?
Good catch. Since the survey is not in the template, let me just remove it. |
…tured tutorial to match template format - Added Learning outcomes section with 3 key outcomes - Added Prerequisites section with platform content references - Changed Step 1-4 headers to subsections (###) - Added job tagging (TUT-RC) for hardware execution - Added Next steps section with recommendations further cleanup further cleanup final updates of original tutorial workflow implemented logical memory experiment for repetition code added more documentation/explanation update to text little fixes for IBM Style ./fix spelling fix links tox -e fix + some typo fixes Fix the lint issues and some minor grammar and typo fixes. Update . to : for step headers removed survey
355b29b to
a03a634
Compare
9baa54d to
a03a634
Compare
@rdputteribm Good question, there's a clean example for this.
It then continues straight into the Given that, I'd lean toward following the template here: keep both the |
Changed the tutorial into a quantum memory experiment with multiple cycles of error correction, as discussed with @nathanearnestnoble .
Also brought the tutorial (more) in line with the tutorial template.