Tomographer
v5.4
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. For example, the class Tomographer::DenseDM::TSpace::LLHMHWalker does not fix the gauge and performs the random walk on all valid T matrices.
See, for example, Tomographer::DenseDM::fidelityT().