IBM-Quantum-Technical-Enablement / quantum-enablement

IBM Quantum Engineering and Enabling Technologies
Apache License 2.0
30 stars 8 forks source link

(docs): intra device scheduling #54

Open ritajitmajumdar1 opened 3 months ago

ritajitmajumdar1 commented 3 months ago

Summary

This notebook shows an example of intra-device scheduling where more than one circuit is executed in parallel on a hardware, and the result for each is obtained by marginalising.

Details and comments

ritajitmajumdar1 commented 3 months ago

The first version only shows executing two random circuits in parallel and obtaining the individual probability distributions by marginalising over the other.

Immediate next step: show how to do the same when we want to calculate expectation value of observables instead of distributions.