-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update "Exact simulation with Qiskit primitives" to use V2 Primitives #1072
Labels
Milestone
Comments
kevinsung
added
content 📄
user feedback 📥
General user feedback for design research purposes
labels
Mar 22, 2024
kevinsung
added
section: transpile 🔀
work related to https://docs.quantum-computing.ibm.com/transpile
and removed
user feedback 📥
General user feedback for design research purposes
labels
Mar 22, 2024
closing as duplicate of #1025 |
Actually, this can be done before Aer primitives is released since it doesn't use them (it uses the reference primitives in Qiskit. This issue concerns: #1025 concerns: |
I'd like to first convert the page from MDX to Jupyter notebook, but this is blocked by #812 which modifies the page. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Apr 19, 2024
Closes #1072 Some helpful background: from Jessie: The goal of this document is for people to test their quantum program (that calls primitives) locally, before sending them to Qiskit Runtime to run on a real QPU. Most of this page uses the statevector simulator, and there is an equivalent for V2, better named as [StatevectorEstimator](https://github.com/Qiskit/qiskit/blob/main/qiskit/primitives/statevector_estimator.py#L31) and [StatevectorSampler](https://github.com/Qiskit/qiskit/blob/main/qiskit/primitives/statevector_sampler.py#L52). --------- Co-authored-by: Ian Hincks <ian.hincks@gmail.com> Co-authored-by: abbycross <across@us.ibm.com> Co-authored-by: Elena Peña Tapia <epenatap@gmail.com> Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
frankharkins
pushed a commit
to frankharkins/documentation
that referenced
this issue
Jul 22, 2024
Closes Qiskit#1072 Some helpful background: from Jessie: The goal of this document is for people to test their quantum program (that calls primitives) locally, before sending them to Qiskit Runtime to run on a real QPU. Most of this page uses the statevector simulator, and there is an equivalent for V2, better named as [StatevectorEstimator](https://github.com/Qiskit/qiskit/blob/main/qiskit/primitives/statevector_estimator.py#L31) and [StatevectorSampler](https://github.com/Qiskit/qiskit/blob/main/qiskit/primitives/statevector_sampler.py#L52). --------- Co-authored-by: Ian Hincks <ian.hincks@gmail.com> Co-authored-by: abbycross <across@us.ibm.com> Co-authored-by: Elena Peña Tapia <epenatap@gmail.com> Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feedback
i.e. StatevectorEstimator and StatevectorSampler
https://docs.quantum.ibm.com/verify/simulate-with-qiskit-primitives
Other comments
No response
The text was updated successfully, but these errors were encountered: