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

Implement a QNN based on the Estimator primitive

Open adekusar-drl opened this issue 3 years ago • 0 comments
trafficstars

What should we add?

Terra has implemented new ways to run circuits that may potentially speed up QNN training in the cloud. In this issue we implement a new type of QNN, an EstimatorQNN that will be based on the Estimator primitive.

The implementation should be given an instance of the Sampler instead of a quantum circuit and should re-use the sampler for every evaluation of the circuit.

The implementation should be tested again the reference implementation in Terra and cloud versions of the primitives. The latter to be decided how to implement.

adekusar-drl avatar May 18 '22 10:05 adekusar-drl