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