-
Notifications
You must be signed in to change notification settings - Fork 19
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
Documenting circuit retrieval #728
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Updates lgtm! Just added some minor comments based on the latest PR merges
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.
Notebook check should pass after updating css
notebooks with: input_circuit(index=0)
-> input_circuits(index=0)
and compiled_circuit(index=0)
-> compiled_circuits(index=0)
(the _circuit
bit was made plural after #691)
Also, just remembered that the css
notebook should also use index for: num_qubits(index=0)
and counts(index=0)
as well to avoid the deprecation warning
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.
No description provided.