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