Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.CNOTDihedral.tensor

CNOTDihedral.tensor(other)[ソース]

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.

戻り値の型

CNOTDihedral

注釈

The tensor product can be obtained using the ^ binary operator. Hence a.tensor(b) is equivalent to a ^ b.