-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expand the random stabilizer functionality #25
Comments
code reference https://github.com/mzurel/RandomStabilizers.jl |
The slower version of https://arxiv.org/abs/1406.2170 was implemented in v0.5.0. |
https://arxiv.org/pdf/1901.08092.pdf (appendix A) and https://ieeexplore.ieee.org/document/9605330 are not implemented yet |
Thank you very much for these references. I found another reference: Experimental estimation of quantum state properties from classical shadows (Appendix A: Explicit procedure for generation of random stabilizer states) and it's corresponding python implementation: https://github.com/qotlabs/randstab I have re-implemented this in Julia and will submit a PR soon. |
some is already implemented, but document the use of different approaches:
The text was updated successfully, but these errors were encountered: