-
Notifications
You must be signed in to change notification settings - Fork 91
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
Diagram for rotated surface code #319
Conversation
Hi, I gotta apologize for the mysterious failing test - I finally found that it's a bug in the rendering code which uses the first paragraph of the description in various places (e.g. snippets in code lists). When it tries to render that first paragraph on its own, it encounters an unknown reference. I'm going to update the site rendering code to ignore unresolved references in those snippets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the very pretty figure! Do you think you would be able to crop it so there is no margin on its sides? In Inkscape it's something like Document Properties -> Resize to content. Thanks!
Thanks! I had to add manually but it's in there now. |
Added a diagram and caption for rotated_surface.
Also corrected a minor typo in analog_stabilizer.
Modified Codes:
Rotated surface code:
Analog stabilizer code:
Checklist:
I remembered to:
Include relevant citations I could think of (with
\cite{...}
)Create links to the other referenced codes (with
\hyperref[code:...]{...}
)Update the relevant meta changelog fields with my user_id (see
users/users_db.yml
; add yourself in the PR if you aren't there already)