-
Notifications
You must be signed in to change notification settings - Fork 140
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
Support V2 primitives #587
Comments
Is anyone working on V2 support for the QRAO module? |
Environment
What is happening?Hi everyone, How can we reproduce the issue?
What should happen?
Any suggestions?@jwoehr suggest that Qiskit-algorithms or Qiskit Optimization needs some work to support and be compatible with SamplerV2 and QiskitRuntimeService. |
What should we add?
The Sampler and Estimator are being updated with new V2 versions that change the interface and will be available from Qiskit 1.0.0. V1 versions will at some point be deprecated and removed. Algorithms should add support for V2 versions and ultimately drop support for V1 once they are removed.
QRAO and the GroverOptimizer which directly use these and would be affected.
Related to qiskit-community/qiskit-algorithms#136
The text was updated successfully, but these errors were encountered: