Skip to content
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

[Do not merge] Diff after migrating away from jupyter-execute #2403

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arnaucasau
Copy link
Collaborator

This is just to show the git diff of the generation of the runtime dev docs after migrating away from jupyter-execute

# balanced X-X sequence on all qubits
dd_sequence = [XGate(), XGate()]
pm = PassManager([ALAPScheduleAnalysis(durations),
PadDynamicalDecoupling(durations, dd_sequence)])
circ_dd = pm.run(circ)
circ_dd.draw()
circ_dd.draw('mpl', style="iqp")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we want these to be text based, we need to save the output in a .. code:: text block. But I think the image is fine. This text is not very readable to a screen-reader, so the image with alt text will be more useful to non-sighted users.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed! I like having an image there rather than the text much more too, but that's nice! TIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants