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.