This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Use cloud resources #7
Closed
Description
What to do.
It seems like the qiskit example tutorial performs a local statevector simulation according to comments below.
As we are performing a local statevector simulation, we will not set the estimator parameter; the network will create an instance of the reference Estimator primitive for us. If we needed to access cloud resources or Aer simulators, we would have to define the respective Estimator instances and pass them to the EstimatorQNN.
(From https://qiskit-community.github.io/qiskit-machine-learning/tutorials/01_neural_networks.html)
Use cloud resources.
Others
This is a sub-issue of #2.