qiskit.aqua.operators.list_ops.TensoredOp.tensorpower¶
-
TensoredOp.
tensorpower
(other)¶ Return tensor product with self multiple times, overloaded by
^
.- Parameters
other (
int
) – The int number of times to tensor product self with itself viatensorpower
.- Return type
Union
[OperatorBase
,int
]- Returns
An
OperatorBase
equivalent to the tensorpower of self by other.