qiskit.opflow.list_ops.ListOp.tensorpower¶
- ListOp.tensorpower(other)[Quellcode]¶
Return tensor product with self multiple times, overloaded by
^
.- Parameter
other (int) – The int number of times to tensor product self with itself via
tensorpower
.- Rückgabe
An
OperatorBase
equivalent to the tensorpower of self by other.- Rückgabetyp
Union[OperatorBase, int]