qiskit.quantum_info.Statevector.tensor¶
- Statevector.tensor(other)[fuente]¶
Return the tensor product state self ⊗ other.
- Parámetros
other (Statevector) – a quantum state object.
- Devuelve
the tensor product operator self ⊗ other.
- Tipo del valor devuelto
- Muestra
QiskitError – if other is not a quantum state.