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

Implement QNNs on the Qiskit primitives

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

What should we add?

In the Terra release 0.20 new core components were introduced: Qiskit primitives, https://qiskit.org/documentation/apidoc/primitives.html. This epic is intended to group the tasks to implement new Qiskit Machine Learning algorithms based on the primitives:

  • [x] Explore the primitives and prepare a new design of the primitives-based QNNs
  • [ ] Implement SamplerQNN
  • [ ] Implement EstimatorQNN
  • [ ] Prepare a new tutorial

Right now primitives don't provide gradient support out of box, this should be kept in mind.

adekusar-drl avatar Apr 13 '22 12:04 adekusar-drl