qiskit.quantum_info.StabilizerState.expand¶
-
StabilizerState.
expand
(other)[source]¶ Return the tensor product stabilzier state other ⊗ self.
- Parameters
other (StabilizerState) – a stabilizer state object.
- Returns
the tensor product operator other ⊗ self.
- Return type
- Raises
QiskitError – if other is not a StabilizerState.