Qiskit/qiskit-addon-cutting

Update cutting tutorials to submit all jobs before calling `.result()` to obtain them

Closed this issue · 0 comments

It'd be great to update the cutting tutorials to submit all jobs before calling .result() to obtain them, instead of doing both submission and retrieval in the same dict comprehension. That way, all jobs will be submitted and they can wait in the queue at the same time instead of being submitted and retrieved serially.