ksk0629 / quantum_convolutional_neural_network

This is a repository about the paper Quantum Convolutional Neural Networks.
MIT License
0 stars 0 forks source link

Use cloud resources #7

Closed ksk0629 closed 2 weeks ago

ksk0629 commented 1 month ago

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.

ksk0629 commented 2 weeks ago

The references;

ksk0629 commented 2 weeks ago

Additional reference: https://docs.quantum.ibm.com/guides/setup-channel

ksk0629 commented 2 weeks ago

At the moment, EstimatorV2 is not supported in EstimatorQNN and SamplerQNN (https://github.com/qiskit-community/qiskit-machine-learning/issues/840). So, will close this issue for now.