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
30 stars 0 forks source link

Create a subclass for implemetation of randomized (general) measurements ? #6

Closed timmintam closed 3 months ago

timmintam commented 5 months ago

Do we need a class in between POVMImplementationand RandomizedProjectiveMeasurements ? Something like RandomizedPOVMs that would describe in a very general way randomized measurements (in general we could randomized POVMs; not only PVMs)

mrossinek commented 3 months ago

I think, for the time being this is not needed. If we were to consider an implementation of RandomizedPOVMs in the future, this would be the natural place to implement it, so I don't think we need to separately track this issue.