-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add output for code examples #1146
Conversation
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 One or more of the the following people are requested to review this:
|
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.
Words look good :-)
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 working on this!
Follow up to #1146. There were a few issues: * all imports should be at the top of the code block * we were defining Estimator a few times it was not used, or that it was redeclared later * not using the n_qubits arg --------- Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
Follow up to Qiskit#1146. There were a few issues: * all imports should be at the top of the code block * we were defining Estimator a few times it was not used, or that it was redeclared later * not using the n_qubits arg --------- Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
closes #1143