qiskit.quantum_info.Statevector.tensor¶
- Statevector.tensor(other)[Quellcode]¶
Return the tensor product state self ⊗ other.
- Parameter
other (Statevector) – a quantum state object.
- Rückgabe
the tensor product operator self ⊗ other.
- Rückgabetyp
- Verursacht
QiskitError – if other is not a quantum state.