Qiskit-Extensions / circuit-knitting-toolbox

Tools for knitting quantum circuits with Qiskit
https://qiskit-extensions.github.io/circuit-knitting-toolbox/
Apache License 2.0
70 stars 24 forks source link

Pass `shots` count to Qiskit runtime in proportion to each subexperiment's weight #532

Open garrison opened 3 months ago

garrison commented 3 months ago

SamplerV2 allows passing a shots count per experiment. We should work to make it possible to specify a subexperiment's shots count in proportion to that subexperiment's weight in the final result. This will allow us to make the most efficient use of each shot, rather than over-sampling the tails of the distribution.