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