qiskit.quantum_info.ScalarOp.expand¶ ScalarOp.expand(other)[소스]¶ Return the reverse-order tensor product with another ScalarOp. 매개변수 other (ScalarOp) – a ScalarOp object. 반환 the tensor product \(b \otimes a\), where \(a\)is the current ScalarOp, and \(b\) is the other ScalarOp. 반환 형식 ScalarOp