qiskit-machine-learning
qiskit-machine-learning copied to clipboard
Add support for EstimatorV2 from ibm-qiskit-runtime to run circuits over hardware
trafficstars
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.