-
Notifications
You must be signed in to change notification settings - Fork 92
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
Use qiskit 1.0 with other upgraded dependency libraries. #581
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ArthurKamalov
force-pushed
the
use_qiskit_1_0_0
branch
from
February 28, 2024 18:27
7a30572
to
c206c52
Compare
* Regenerate rest api client * Workspace connection params refactoring * New test recordings * Remove redundant recording processor * Add pytest configs for better dev experience * Fix pytest.ini * Add script to clear env vars for dev convenience * Linting and small fixes * Re-record list jobs test * Further clean-up and linting * Small renaming * Add return type annotations * Update env var for live tests * Documentation and clean-up * Add support for connection string * Remove QUANTUM_API_KEY env var * Remove QUANTUM_API_KEY env var * Update unit tests * Logic to get current primary key * Finish test for connection string * Connection string auth test recording * Remove unnecessary method * Upgrade minor version * Fixes the order of property creation * Add pytest marks * Fix order of environment variable loading * Remove unused code * Better naming for arm and quantum endpoint urls * Normalize endpoint urls * Fix cirq test cases * Fix qiskit test cases
…fix linting errors (#583) * Move workspace class/constructor documentation up * Additional documentation and linting * Fix rtype cross-references for typing types
kikomiss
reviewed
Mar 6, 2024
ArthurKamalov
force-pushed
the
use_qiskit_1_0_0
branch
from
March 8, 2024 18:23
79be5a1
to
7c97706
Compare
* enable api key before getting connection string
kikomiss
approved these changes
Mar 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug-bashed on 3/21. No issues found. Approving.
vxfield
approved these changes
Mar 21, 2024
vxfield
approved these changes
Mar 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates
qiskit
library to > 1.0.We still should wait for stable releases of the
qiskit-ionq
andqiskit-qir
libraries, but for now, everything seems working with their pre-release versions.TODO:
qiskit-qir
library is released.qiskit-ionq
library is released.