-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 insert_barrier argument to UnitaryOverlap #12321
Conversation
One or more of the the following people are requested to review this:
|
7ea4641
to
3213a12
Compare
Strange, I can't reproduce the CI test failures locally...
|
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.
Thank you for working on this. This looks good, however, I believe your assertion issue is due to the way the instance of Overlap
is being drawn. There is an easy way to fix this though. Check my comment below.
Pull Request Test Coverage Report for Build 9133373485Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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! Thank you for the quick updates
* add insert_barrier argument to UnitaryOverlap * set fold=-1 in circuit drawing
Summary
Fixes #12319
Details and comments