-
Notifications
You must be signed in to change notification settings - Fork 160
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 user-transpiled circuits tutorial #231
Add user-transpiled circuits tutorial #231
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Should the first histogram have any labels (axes)? |
Pull Request Test Coverage Report for Build 2114578527Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com>
Seems the histograms aren't rendering correctly through the github image viewer, I think because my format is svg. I think they should render correctly in the docs but we should check before we push to production. |
…qiskit-ibm-runtime into primitive-tutorial git pull
…nto primitive-tutorial pull main
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.
Almost there, suggested a few changes...
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.
LGTM! Thanks a lot @frankharkins!
Co-authored-by: Ikko Hamamura <ikkoham@users.noreply.github.com> Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> Co-authored-by: Junye Huang <h.jun.ye@gmail.com> Co-authored-by: Kevin Tian <kevin.tian@ibm.com> Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com> Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Co-authored-by: Sanket Panda <pandasa123@gmail.com>
Originally created in Qiskit/qiskit-ibm-runtime#231 Co-authored-by: Ikko Hamamura <ikkoham@users.noreply.github.com> Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> Co-authored-by: Junye Huang <h.jun.ye@gmail.com> Co-authored-by: Kevin Tian <kevin.tian@ibm.com> Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com> Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Co-authored-by: Sanket Panda <pandasa123@gmail.com>
Originally created in Qiskit/qiskit-ibm-runtime#231 Co-authored-by: Ikko Hamamura <ikkoham@users.noreply.github.com> Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> Co-authored-by: Junye Huang <h.jun.ye@gmail.com> Co-authored-by: Kevin Tian <kevin.tian@ibm.com> Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com> Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Co-authored-by: Sanket Panda <pandasa123@gmail.com>
Originally created in Qiskit/qiskit-ibm-runtime#231 Co-authored-by: Ikko Hamamura <ikkoham@users.noreply.github.com> Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> Co-authored-by: Junye Huang <h.jun.ye@gmail.com> Co-authored-by: Kevin Tian <kevin.tian@ibm.com> Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com> Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Co-authored-by: Sanket Panda <pandasa123@gmail.com>
Summary
Add short tutorial showing users how to submit user-transpiled circuits via sampler primitive.