qiskit.quantum_info.StabilizerState.expand¶
- StabilizerState.expand(other)[código fonte]¶
Return the tensor product stabilzier state other ⊗ self.
- Parâmetros
other (StabilizerState) – a stabilizer state object.
- Retorno
the tensor product operator other ⊗ self.
- Tipo de retorno
- Levanta
QiskitError – if other is not a StabilizerState.