qiskit.quantum_info.StabilizerState.expand¶
- StabilizerState.expand(other)[ソース]¶
Return the tensor product stabilzier state other ⊗ self.
- パラメータ
other (StabilizerState) – a stabilizer state object.
- 戻り値
the tensor product operator other ⊗ self.
- 戻り値の型
- 例外
QiskitError – if other is not a StabilizerState.