qiskit.quantum_info.Operator.expand¶ Operator.expand(other)[source]¶ Return the reverse-order tensor product with another Operator. Parameters other (Operator) – a Operator object. Returns the tensor product \(b \otimes a\), where \(a\)is the current Operator, and \(b\) is the other Operator. Return type Operator