qiskit-machine-learning icon indicating copy to clipboard operation
qiskit-machine-learning copied to clipboard

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

Open Siddharthgolecha opened this issue 7 months ago • 2 comments

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.

Siddharthgolecha avatar Jul 01 '24 03:07 Siddharthgolecha