qiskit.quantum_info.Statevector.tensor¶
- Statevector.tensor(other)[소스]¶
Return the tensor product state self ⊗ other.
- 매개변수
other (Statevector) – a quantum state object.
- 반환
the tensor product operator self ⊗ other.
- 반환 형식
- 예외 발생
QiskitError – if other is not a quantum state.