qiskit.quantum_info.StabilizerState.equiv¶
- StabilizerState.equiv(other)[ソース]¶
Return True if the two generating sets generate the same stabilizer group.
- パラメータ
other (StabilizerState) – another StabilizerState.
- 戻り値
True if other has a generating set that generates the same StabilizerState.
- 戻り値の型
bool