qiskit.quantum_info.Kraus.transpose¶
- Kraus.transpose()[código fonte]¶
Return the transpose quantum channel.
Nota
This is equivalent to the matrix transpose in the
SuperOp
representation, ie. for a channel \(\mathcal{E}\), the SuperOp of the transpose channel \(\mathcal{{E}}^T\) is \(S_{mathcal{E}^T} = S_{\mathcal{E}}^T\).