qiskit-machine-learning
qiskit-machine-learning copied to clipboard
Implement a QNN based on the Estimator primitive
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.