-
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
internal error from optimize_1q_gates from conditional cy gate #2571
Labels
bug
Something isn't working
Comments
It looks like this is potentially caused by an issue in |
mtreinish
added a commit
to mtreinish/qiskit-core
that referenced
this issue
Jun 4, 2019
This commit adds an additional check that none of the ops output from the dagcircuit's collect_runs() function do not have a condition. There is a check on the first op in the run, but we never check if any other nodes in the run have a condition. A condition on any node in the run would end the run. This commit fixes the behavior to match this so we never return a node with a condition on it. Fixes Qiskit#2571
1ucian0
pushed a commit
that referenced
this issue
Jun 6, 2019
* Ensure collect runs doesn't return an op with a condition This commit adds an additional check that none of the ops output from the dagcircuit's collect_runs() function do not have a condition. There is a check on the first op in the run, but we never check if any other nodes in the run have a condition. A condition on any node in the run would end the run. This commit fixes the behavior to match this so we never return a node with a condition on it. Fixes #2571
lia-approves
pushed a commit
to edasgupta/qiskit-terra
that referenced
this issue
Jul 30, 2019
* Ensure collect runs doesn't return an op with a condition This commit adds an additional check that none of the ops output from the dagcircuit's collect_runs() function do not have a condition. There is a check on the first op in the run, but we never check if any other nodes in the run have a condition. A condition on any node in the run would end the run. This commit fixes the behavior to match this so we never return a node with a condition on it. Fixes Qiskit#2571
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: