qiskit-machine-learning
qiskit-machine-learning copied to clipboard
Implement QNNs on the Qiskit primitives
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.