-
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
Error when drawing circuits generated by StandardRB #9145
Comments
I have confirmed that this bug occurs with Qiskit Experiments 0.4.0 and Qiskit Terra
Edit 2022.11.16 15:42 UTC: I can confirm that the
|
Doing a |
This is a bug in Terra. Let's export it as a Terra issue. The following is a minimal code to fail.
This error can be avoided by changing Clifford object to Instruction object by |
@itoko: Ah! That makes sense. |
This is related to #9159 as |
Fixed by #8907 |
Informations
What is the current behavior?
Running this script:
results in an exception
Steps to reproduce the problem
See the minimal example above
What is the expected behavior?
The circuit should be plotted
Suggested solutions
The text was updated successfully, but these errors were encountered: