-
Notifications
You must be signed in to change notification settings - Fork 347
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
fix: ResetQubit instructions will not be returned as Reset after being inserted into a Program #1727
fix: ResetQubit instructions will not be returned as Reset after being inserted into a Program #1727
Conversation
…g inserted into a Program
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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.
Looks good to me. The multiple assertions for the correct type seem maybe superfluous, but better there than not, I suppose.
While you're in here, can you check to see if the same kind of thing needs to happen for Delay and DelayFrames? |
Done! |
…set-from-the-compatibility-layer
Description
closes #1726
Thanks to @mac01021 for the report!
Checklist
master
branch