qiskit.quantum_info.StabilizerState.equiv¶
- StabilizerState.equiv(other)[Quellcode]¶
Return True if the two generating sets generate the same stabilizer group.
- Parameter
other (StabilizerState) – another StabilizerState.
- Rückgabe
True if other has a generating set that generates the same StabilizerState.
- Rückgabetyp
bool