qiskit-community / qiskit-nature

Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
https://qiskit-community.github.io/qiskit-nature/
Apache License 2.0
301 stars 204 forks source link

Support V2 Estimator #1306

Open woodsp-ibm opened 8 months ago

woodsp-ibm commented 8 months ago

What should we add?

The Estimator is being updated with a new V2 versions that change the interface and will be available from Qiskit 1.0.0. V1 version will at some point be deprecated and removed. QEOM (I think this is all that directly uses any primitives) should add support for V2 version and ultimately drop support for V1 once its removed.

Related to qiskit-community/qiskit-algorithms#136