-
Notifications
You must be signed in to change notification settings - Fork 1
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 order of the gates from draw(::Circuit)
#15
Comments
Ah yes. This the fault of the The problem is that although Current solution is to create a "ghost" moment where the overlapping gate is moved (i.e. |
I think this behavior of the |
I agree with you but then you need to compare between moments and do some kind of basic compilation. |
mmm strange. this is a bug also. @jofrevalles can you open another issue with some code to reproduce? |
Summary
The ordering of the gates in a
Circuit
displayed by thedraw(::Circuit)
function sometimes is not accurate.Example
And the plot:
The priorities and moments seems to be fine:
The text was updated successfully, but these errors were encountered: