Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 749 forks source link

how to run batch computation #1382

Closed lironmo closed 1 year ago

lironmo commented 2 years ago

Hey, I am running this demo https://pennylane.ai/qml/demos/tutorial_kernels_module.html with ibmq_qasm_simulator backend.

it seems that If any access to a quantum computer at IBM quantum experience (which is usually a short operation because it is not possible to make long circuits at the moment) is expensive, then the whole idea in these libraries is not perfect.

I think the should be a possibility that you may submit a batch of calculations, for example, the calculation of the kernel matrix is a group of executions that may be submitted at once and will be performed one after the other at the cloud.

currently, the demo creates hundreds if not thousands of jobs of the same circuit and fail to reach the optimization stage...

jakelishman commented 1 year ago

Apologies that this never got attention at the time. Since then, however, IBM hardware now offers access via the Qiskit Runtime, in part to address some of your concerns.