-
Notifications
You must be signed in to change notification settings - Fork 35
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
Corrected preset for xyz2 hexagonal stabilizer code #343
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.
Hey Drew,
Do we already have a place where we're testing the preset?
Not for the Tile since the presets can be used for a range of codes of which some will be correct and others will not be correct. I guess that we could write a test for the builder that is using the tile and preset that would check that the code being generated is the code in question. That is probably a good idea. |
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.
LGTM
Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com>
Summary
Corrected Issue #342 where the problem was that the preset for the weight 6 operators was incorrect as per the issue.
Details and comments
Closes #342