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

Expose RNG in `RandomizedProjectiveMeasurements` and its subclasses #16

Closed timmintam closed 1 month ago

timmintam commented 1 month ago

This RNG is used to sample the different (random) projetcive measurements, effectively generating the overall randomized measurement.

Closes #5