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

Support `Layout` type for the `measurement_layout` attribute in `POVMImplementation` #20

Open timmintam opened 1 month ago

timmintam commented 1 month ago

Support Layout type for the measurement_layout argument in POVMImplementation.__init__. Currently, only an optional list of integers is supported.