unitaryfund / qrack

Comprehensive, GPU accelerated framework for developing universal virtual quantum processors
https://qrack.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
179 stars 38 forks source link

Fix X/Y/Z single bit gates in new benchmarks #757

Closed WrathfulSpatula closed 3 years ago

WrathfulSpatula commented 3 years ago

I forgot to update test_stabilizer_t gates in parallel to test_stabilizer_t_cc. The point is that X/Y/Z gates allow square root gates, and Z allows quarter roots. (I'm considering putting quarter roots on X and Y as well, equivalent to allowing a T() gate.)