qiskit-community / qiskit-optimization

Quantum Optimization
https://qiskit-community.github.io/qiskit-optimization/
Apache License 2.0
211 stars 134 forks source link

Support V2 primitives #587

Open woodsp-ibm opened 3 months ago

woodsp-ibm commented 3 months ago

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

itoko commented 3 weeks ago

Is anyone working on V2 support for the QRAO module?