qiskit.opflow.primitive_ops.PrimitiveOp.tensorpower¶
- PrimitiveOp.tensorpower(other)[source]¶
Return tensor product with self multiple times, overloaded by
^
.- প্যারামিটার
other (
int
) -- The int number of times to tensor product self with itself viatensorpower
.- রিটার্ন টাইপ
Union
[OperatorBase
,int
]- রিটার্নস
An
OperatorBase
equivalent to the tensorpower of self by other.