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