Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.SparsePauliOp.tensor

SparsePauliOp.tensor(other)[소스]

Return the tensor product with another SparsePauliOp.

매개변수

other (SparsePauliOp) – a SparsePauliOp object.

반환

the tensor product \(a \otimes b\), where \(a\)

is the current SparsePauliOp, and \(b\) is the other SparsePauliOp.

반환 형식

SparsePauliOp

참고

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