qiskit.quantum_info.Statevector.tensor¶
- Statevector.tensor(other)[source]¶
Return the tensor product state self ⊗ other.
- Paramètres
other (Statevector) – a quantum state object.
- Renvoie
the tensor product operator self ⊗ other.
- Type renvoyé
- Lève
QiskitError – if other is not a quantum state.