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

Update are_circuits_dynamic behavior #1618

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

jyu00
Copy link
Collaborator

@jyu00 jyu00 commented Apr 15, 2024

Summary

In this comment, I recommended changing are_circuits_dynamic() behavior to return False if the input circuit is a string, so it doesn't block static circuits in QASM format. However, that would cause the existing backend.run to call circuit-runner instead of qasm3-runner if the input is QASM. I'm not sure that's supported by circuit-runner, but it's best not to make the change.

Details and comments

Fixes #

@jyu00 jyu00 requested review from mberna and kt474 April 15, 2024 18:11
@jyu00 jyu00 added this to the 0.23.0 milestone Apr 15, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8694163286

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.632%

Totals Coverage Status
Change from base Build 8694157243: 0.0%
Covered Lines: 6244
Relevant Lines: 7466

💛 - Coveralls

@kt474 kt474 merged commit a2a803e into Qiskit:main Apr 15, 2024
19 checks passed
@jyu00 jyu00 deleted the dynamic_behavior branch April 15, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants