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

feat: expose RNG in the `POVMSampler` class #7

Closed timmintam closed 1 month ago

timmintam commented 2 months ago

The POVMSampler class should allow the user to specify the seed and/or full RNG used for the sampling.

mrossinek commented 2 months ago

Re-opening due to false closure. That commit originally referred to a different issue of another repo.

timmintam commented 1 month ago

Actually the user should set the seed directly on the BaseSamplerV2 used internally by the POVMSampler.