-
Notifications
You must be signed in to change notification settings - Fork 72
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
dialects: (stim) initialise dialect #3042
Conversation
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.
Beautiful
Oh except that the tests don't pass :) |
…d files in one folder
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3042 +/- ##
==========================================
+ Coverage 89.89% 89.91% +0.01%
==========================================
Files 419 425 +6
Lines 53017 53379 +362
Branches 8221 8267 +46
==========================================
+ Hits 47660 47995 +335
- Misses 4028 4047 +19
- Partials 1329 1337 +8 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Sasha Lopoukhine <[email protected]>
Co-authored-by: Sasha Lopoukhine <[email protected]>
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 to check, is this currently blocked on #3106 ?
Not to my knowledge |
This suddenly has way more things, was that intentional? |
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.
Perfect, thank you!
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.
Are the printable things for printing to the format that stim expects?
Yes, I'll add a comment about that in the current pr - the next one will be a parser from stim. |
Initial commit to add a dialect stim to represent Stim.
Stim is a tool for simulating quantum stabilizer circuits, particularly for quantum error correction (QEC) circuits.
Find the github library for Stim here