qiskit.quantum_info.ScalarOp.expand¶ ScalarOp.expand(other)[Quellcode]¶ Return the reverse-order tensor product with another ScalarOp. Parameter other (ScalarOp) – a ScalarOp object. Rückgabe the tensor product \(b \otimes a\), where \(a\)is the current ScalarOp, and \(b\) is the other ScalarOp. Rückgabetyp ScalarOp