qiskit.aqua.operators.primitive_ops.MatrixOp.power¶
-
MatrixOp.
power
(exponent)¶ Return Operator composed with self multiple times, overloaded by
**
.- Parameters
exponent (
int
) – The int number of times to compose self with itself.- Return type
OperatorBase
- Returns
An
OperatorBase
equivalent to self composed with itself exponent times.