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

Add support for EstimatorV2 from ibm-qiskit-runtime to run circuits over hardware #810

Closed
Siddharthgolecha opened this issue Jul 1, 2024 · 3 comments · Fixed by #843
Closed
Labels
Hardware runtime 💻 Running jobs on IBM quantum devices priority: high
Milestone

Comments

@Siddharthgolecha
Copy link

What should we add?

Currently, the EstimatorQNN uses Estimator from qiskit.primitives as the default and the only way to run circuits over the hardware. I would like to add a condition that checks if its an EstimatorV2 from the ibm-qiskit-runtime and runs the circuit using that. I already have the implementation ready and I would like to propose that change to the EstimatorQNN.

@edoaltamura
Copy link
Collaborator

Hi @Siddharthgolecha, thank you for your feedback. The support for V2 primitives and the consequences for hardware compliance are aspects we are currently working on: #742 and (somewhat related) #786.

Nevertheless, it would still be very valuable for the community if you could describe your fix for EstimatorV2 in detail in this thread!

@aritra90
Copy link

Any update on this thread? It would be great to have EstimatorV2 and SamplerV2 implemented in this package.

@edoaltamura
Copy link
Collaborator

edoaltamura commented Nov 8, 2024

Just a note that #843 will close this issue and should resolve this problem. Looking forward to your feedback on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware runtime 💻 Running jobs on IBM quantum devices priority: high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants