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

refactor: extract the POVMImplementation.insert_barriers attribute #71

Closed mrossinek closed 2 months ago

mrossinek commented 2 months ago

I have realized the most often the circuit gets composed without the user being able to set the keyword argument of the POVMImplementation.compose_circuits method. Instead, this PR changes the recently introduced insert_barriers option of #70 to be an instance attribute on the POVMImplementation thereby giving the user full access to it.