qiskit-community / povm-toolbox

A toolbox for the implementation of positive operator-valued measures (POVMs).
https://qiskit-community.github.io/povm-toolbox/
Apache License 2.0
6 stars 0 forks source link

``shots`` and ``shot_batch_size`` interpretation #31

Closed timmintam closed 3 weeks ago

timmintam commented 4 weeks ago

As discussed in #4, we choose to interpret shot_batch_size as a multiplier of the number of shots. That is, effectively, shots is the number of measurement batches and the actual number of shots performed is shots * shot_batch_size.

Closes #4.