PECOS-packages / PECOS

A Python framework, library, and set of tools for exploring, developing, and evaluating quantum error-correction protocols.
Other
29 stars 6 forks source link

More Clifford gates supported in state-vector and MPS simulators #87

Closed PabloAndresCQ closed 4 weeks ago

PabloAndresCQ commented 1 month ago

This fixes the bug reported in #86

It simply adds to the simulators the Clifford gates listed here.

ciaranra commented 4 weeks ago

Hmmm, should probably just turn off the Clifford conversion for simulators supporting non-Clifford gates. But this works well too. Working out the right way to turn on and off the conversion might be a more complex discussion.