Skip to content
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

Transpiler raises when passed a list of specific circuits #13548

Open
nonhermitian opened this issue Dec 10, 2024 · 2 comments
Open

Transpiler raises when passed a list of specific circuits #13548

nonhermitian opened this issue Dec 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@nonhermitian
Copy link
Contributor

Environment

  • Qiskit version: 1.3
  • Python version: 3.12
  • Operating system: linux

What is happening?

Consider the two circuits:

Image

and

Image

Passing a list of both circuits to transpile fails with

ValueError: An invalid parameter was provided.

However, if I run each circuit individually they work , and a list of multiple copies of the do nothing circuit work. A list of the second circuit fails as well. So it appears to be an issue with a list containing one or more of the second circuit

How can we reproduce the issue?

Try transpiling circuits like those above in a list

What should happen?

It should work. It used to work.

Any suggestions?

No response

@nonhermitian nonhermitian added the bug Something isn't working label Dec 10, 2024
@Cryoris
Copy link
Contributor

Cryoris commented Dec 10, 2024

This sounds like it could be #13504. Does it remain if you disable Qiskit running in parallel (e.g. by setting QISKIT_PARALLEL=FALSE before exeuction)?

@Cryoris
Copy link
Contributor

Cryoris commented Dec 13, 2024

@nonhermitian this should have been fixed by #13557 (which is also included in the 1.3.1 release). Could you try re-running with the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants