-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add representation for general stabilizer codes to the python side. #278
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
=======================================
+ Coverage 82.7% 83.4% +0.6%
=======================================
Files 46 47 +1
Lines 3978 4100 +122
Branches 353 353
=======================================
+ Hits 3292 3420 +128
+ Misses 686 680 -6
*This pull request uses carry forward flags. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some minor comments
Description
Currently QECC only has support for CSS codes. This PR adds general stabilizer codes and reactors the current classes to reflect this structure.
Checklist: