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