qiskit.quantum_info.StabilizerState.equiv¶
- StabilizerState.equiv(other)[source]¶
Return True if the two generating sets generate the same stabilizer group.
- Parameters
other (StabilizerState) -- another StabilizerState.
- Returns
True if other has a generating set that generates the same StabilizerState.
- Return type
bool