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