qiskit.quantum_info.Statevector.tensor¶
- Statevector.tensor(other)[código fonte]¶
Return the tensor product state self ⊗ other.
- Parâmetros
other (Statevector) – a quantum state object.
- Retorno
the tensor product operator self ⊗ other.
- Tipo de retorno
- Levanta
QiskitError – if other is not a quantum state.