qiskit-community / qiskit-community-tutorials

A collection of Jupyter notebooks developed by the community showing how to use Qiskit
Apache License 2.0
703 stars 510 forks source link

QuantumInstance spawns multiple jobs #129

Open Thevendran opened 1 year ago

Thevendran commented 1 year ago

Hi. I am noticing a weird behavior when submitting algorithm via QuantumInstance API.

image

This action somewhat spawns multiple jobs in sequential manner. I wonder if this is expected.

image

Ps. similar behavior is observed when submitting algorithm via QuantumInstance API to Amazon Braket.

Please advise.