Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Operator.tensor

Operator.tensor(other)[código fonte]

Return the tensor product with another Operator.

Parâmetros

other (Operator) – a Operator object.

Retorno

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

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

Tipo de retorno

Operator

Nota

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