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

`povm_toolbox.library` documentation clean up #40

Closed mrossinek closed 1 week ago

mrossinek commented 1 week ago

This goes through ~all modules~ the povm_toolbox.library module and cleans up its documentation. In doing so, I am also re-evaluating whether each attribute/method should be public or private, thereby tackling the last task of #35 (for this module).

mrossinek commented 1 week ago

As per my updates to the title and PR description, I am going to limit this PR to the library module in order to keep it somewhat reasonably sized. I will follow up with more PRs for the other modules.