-
Notifications
You must be signed in to change notification settings - Fork 57
Circuit to OpenQASM conversion breaks when using ECR gates #609
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
Conversation
…m-version1 Add version file directive to pyproject
Fixes sandialabs#608 Added `"Gecres"` conversion to `"ecr"`. Since `"Gecres"` is the key associated with the ECR unitary and is most likely used in existing processor specs, this seemed like the fix least likely to break existing code.
Thanks for this, @judealnas! If it's alright with @coreyostrove, I'm inclined to add
|
Thank you for these fixes, @judealnas. Before we can accept a PR from an external contributor our organization requires that we have a contributor license agreement (CLA) on file. This is fairly low-effort though and only needs to be done once. If you send us an email at the sandia.gov address located in the contributor guidelines here we can get you a copy. I appreciate that this is a bit of a hassle for just a couple lines of code which I apologize for, so if you'd prefer not to then we can incorporate these patches on our end and get those merged in (while properly recognizing you for your contributions, of course). @rileyjmurray: In full agreement about adding those gate aliases. |
@coreyostrove I'd be happy to sign the CLA. |
Excellent, thank you. Shoot us an email at pygsti [at] sandia.gov at your convenience and we'll send you a copy. |
Chiming in to report that we've received the signed CLA. @judealnas can you make the changes I proposed in this comment: #609 (comment) ? |
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.
Thanks for these updates, @judealnas!
@rileyjmurray, I'll be following up in a bit with a PR containing the changes you suggested.
Fixes #608
Added
"Gecres"
conversion to"ecr"
.Since
"Gecres"
is the key associated with the ECR unitary and is most likely used in existing processor specs, this seemed like the fix least likely to break existing code.