qiskit.quantum_info.StabilizerState.expand¶
- StabilizerState.expand(other)[fuente]¶
Return the tensor product stabilzier state other ⊗ self.
- Parámetros
other (StabilizerState) – a stabilizer state object.
- Devuelve
the tensor product operator other ⊗ self.
- Tipo del valor devuelto
- Muestra
QiskitError – if other is not a StabilizerState.