qiskit.quantum_info.Statevector.expand¶
- Statevector.expand(other)[source]¶
Return the tensor product state other ⊗ self.
- প্যারামিটার
other (Statevector) -- a quantum state object.
- রিটার্নস
the tensor product state other ⊗ self.
- রিটার্ন টাইপ
- রেইজেস
QiskitError -- if other is not a quantum state.