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

qiskit.quantum_info.Operator.expand

Operator.expand(other)[소스]

Return the reverse-order tensor product with another Operator.

매개변수

other (Operator) – a Operator object.

반환

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

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

반환 형식

Operator