qiskit.quantum_info.StabilizerState.tensor¶
- StabilizerState.tensor(other)[source]¶
Return the tensor product stabilzier state self ⊗ other.
- Paramètres
other (StabilizerState) – a stabilizer state object.
- Renvoie
the tensor product operator self ⊗ other.
- Type renvoyé
- Lève
QiskitError – if other is not a StabilizerState.