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