qiskit.quantum_info.Operator.expand¶ Operator.expand(other)[código fonte]¶ Return the reverse-order tensor product with another Operator. Parâmetros other (Operator) – a Operator object. Retorno the tensor product \(b \otimes a\), where \(a\)is the current Operator, and \(b\) is the other Operator. Tipo de retorno Operator