qiskit.quantum_info.Kraus.power¶
- Kraus.power(n)¶
Return the power of the quantum channel.
- প্যারামিটার
n (float) -- the power exponent.
- রিটার্নস
the channel \(\mathcal{{E}} ^n\).
- রিটার্ন টাইপ
- রেইজেস
QiskitError -- if the input and output dimensions of the SuperOp are not equal.
নোট
For non-positive or non-integer exponents the power is defined as the matrix power of the
SuperOp
representation ie. for a channel \(\mathcal{{E}}\), the SuperOp of the powered channel \(\mathcal{{E}}^\n\) is \(S_{{\mathcal{{E}}^n}} = S_{{\mathcal{{E}}}}^n\).