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