qiskit.quantum_info.CNOTDihedral.expand¶
- CNOTDihedral.expand(other)[fuente]¶
Return the reverse-order tensor product with another CNOTDihedral.
- Parámetros
other (CNOTDihedral) – a CNOTDihedral object.
- Devuelve
- the tensor product \(b \otimes a\), where \(a\)
is the current CNOTDihedral, and \(b\) is the other CNOTDihedral.
- Tipo del valor devuelto