qiskit.quantum_info.CNOTDihedral.tensor¶
- CNOTDihedral.tensor(other)[source]¶
Return the tensor product with another CNOTDihedral.
- প্যারামিটার
other (CNOTDihedral) -- a CNOTDihedral object.
- রিটার্নস
- the tensor product \(a \otimes b\), where \(a\)
is the current CNOTDihedral, and \(b\) is the other CNOTDihedral.
- রিটার্ন টাইপ
নোট
The tensor product can be obtained using the
^
binary operator. Hencea.tensor(b)
is equivalent toa ^ b
.