qiskit.quantum_info.SuperOp.power¶
-
SuperOp.
power
(n)¶ Return the power of the quantum channel.
- Parameters
n (float) – the power exponent.
- Returns
the channel En.
- Return type
- Raises
QiskitError – if the input and output dimensions of the SuperOp are not equal.
Note
For non-positive or non-integer exponents the power is defined as the matrix power of the
SuperOp
representation ie. for a channel E, the SuperOp of the powered channel E\n is SEn=SnE.