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

Fix qasm tests for qiskit 1.0 #6927

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dstrain115
Copy link
Collaborator

- When qiskit 1.0 is installed, tests will fail, due to
missing functions and changed syntax.  For instance, qiskit.execute()
no longer exists.
- See https://docs.quantum.ibm.com/migration-guides/qiskit-1.0-features#execute
for details.
@dstrain115 dstrain115 requested review from vtomole and a team as code owners January 7, 2025 01:45
@CirqBot CirqBot added the size: S 10< lines changed <50 label Jan 7, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@5ffb3ad). Learn more about missing BASE report.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6927   +/-   ##
=======================================
  Coverage        ?   97.86%           
=======================================
  Files           ?     1084           
  Lines           ?    94311           
  Branches        ?        0           
=======================================
  Hits            ?    92299           
  Misses          ?     2012           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants