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

Update "Exact simulation with Qiskit primitives" to use V2 Primitives #1072

Closed
kevinsung opened this issue Mar 22, 2024 · 3 comments · Fixed by #812
Closed

Update "Exact simulation with Qiskit primitives" to use V2 Primitives #1072

kevinsung opened this issue Mar 22, 2024 · 3 comments · Fixed by #812
Assignees
Labels
content 📄 section: transpile 🔀 work related to https://docs.quantum-computing.ibm.com/transpile

Comments

@kevinsung
Copy link
Collaborator

kevinsung commented Mar 22, 2024

Feedback

i.e. StatevectorEstimator and StatevectorSampler

https://docs.quantum.ibm.com/verify/simulate-with-qiskit-primitives

Other comments

No response

@kevinsung kevinsung added content 📄 user feedback 📥 General user feedback for design research purposes labels Mar 22, 2024
@kevinsung 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
@kevinsung kevinsung self-assigned this Mar 22, 2024
@javabster
Copy link
Collaborator

closing as duplicate of #1025

@kevinsung
Copy link
Collaborator Author

kevinsung commented Mar 22, 2024

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:

@kevinsung kevinsung reopened this Mar 22, 2024
@kevinsung
Copy link
Collaborator Author

I'd like to first convert the page from MDX to Jupyter notebook, but this is blocked by #812 which modifies the page.

@javabster javabster removed the status in Docs Planning Mar 29, 2024
@javabster javabster linked a pull request Apr 1, 2024 that will close this issue
@javabster javabster moved this to In Review in Docs Planning Apr 16, 2024
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>
@github-project-automation github-project-automation bot moved this from In Review to Done in Docs Planning Apr 19, 2024
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
content 📄 section: transpile 🔀 work related to https://docs.quantum-computing.ibm.com/transpile
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants