Tomographerv1.0a
Tomographer C++ Framework Documentation
|
Parameterization of a density operator \rho by a complex matrix T such that \rho = T T^\dagger and with T satisfying \mathrm{tr}(TT^\dagger)=1 .
The matrix T is obviously not unique but has a unitary freedom: T' = TU is also possible parameterization for any unitary U. You can choose a gauge to fix this unitary freedom. Two are common:
Throughout the project, if we refer to a ‘T parameterization,’ we do not imply any particular gauge. In our Tomographer project, we usually use the positive semidefinite gauge in practice. But you should double-check before blindly assuming this!
See, for example, Tomographer::fidelity_T().