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
177 stars 38 forks source link

RX and RY test for separability #789

Closed WrathfulSpatula closed 3 years ago

WrathfulSpatula commented 3 years ago

Single separable bits do tend to stay in RX and RY directions, it turns out. To an extent, this is an artifact of benchmark gate sets, but those gate sets should at least have very uniform coverage on the single qubit subspaces within them.

WrathfulSpatula commented 3 years ago

Carrying it this far, it probably makes sense to check X/Y/Z basis probability under the assumption that the state is pure and separable and to reconstruct the state from those 3 values and the assumptions.

WrathfulSpatula commented 3 years ago

The Euler angles rotation still isn't right. Fixing.