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