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