-
Notifications
You must be signed in to change notification settings - Fork 21
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
Merge AQT version, support new portal. #61
Merged
airwoodix
merged 91 commits into
qiskit-community:master
from
alpine-quantum-technologies:aqt-rc
Sep 25, 2023
Merged
Merge AQT version, support new portal. #61
airwoodix
merged 91 commits into
qiskit-community:master
from
alpine-quantum-technologies:aqt-rc
Sep 25, 2023
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
Upgrade to Pylint version 2.14.5
…-provider-rc#5) * set default url to arnica mvp * print workspace data as a table
…rovider-rc#8) fix installation on windows
…qiskit-aqt-provider-rc#9) * add package upload CI action
…vider-rc#12) * Apply black & isort globally. Move pylint config to pyproject.toml * Remove coding headers. * test/test_job: nicer formatting
…ne-quantum-technologies/qiskit-aqt-provider-rc#13) --------- Co-authored-by: Max Hettrich <[email protected]>
…m-technologies/qiskit-aqt-provider-rc#16) * resource: pass circuit to submit() * resource: add offline_simulator * provider/workspaces: add HTML representation for IPython * Relax production dependencies constraints * test: use offline simulator, register pytest plugin * Fix Iterable import * test: add simple circuit execution tests * example: use offline simulator and qiskit.execute * provider: don't connect to Arnica on CI * Fix linter errors. * fixtures/offline_simulator: mock access to submit() * pyproject: cleanup
…der-rc#19) * Support MEASURE and arbitrary-angle RXX operations. * transpiler: wrap Rxx angles * test: add period-finding example * test/execution: add test for empty circuit * test: use np.lcm instead of math.lcm (backwards compatibility) * test_execution/period_finding: fix types
…kit-aqt-provider-rc#20) * test: use Qiskit Operator for circuit equivalence assertions * Remove unused explicit scipy dependency.
) * pyproject: add basic pyright configuration * workflows: add coverage report comment in PRs * Update read-target-coverage.py Co-authored-by: Wilfried Huss <[email protected]> * Fix wrap_rxx_angle and associated plugin. The plugin was not registered. Error in test was hiding an error in the implementation of wrap_rxx_angle.
…er-rc#22) * Prepare release v0.8.0 * Bump coverage target.
…-provider-rc#23) * Relax require Python version. * Relax Python version requirement, prepare for 0.8.1
…rovider-rc#24) * job: improve error handling * Fix linter error, bump coverage target. * job: add missing handler for cancelled status
…r-rc#25) * Update pyproject.toml * updated poetry.lock
…t-aqt-provider-rc#26) * Run examples with main dependencies. Include in coverage.
* read-target-coverage: move to scripts * workflows: automatic github release
…echnologies/qiskit-aqt-provider-rc#71) * primitives: add specialized Estimator * examples: add simple estimator-based VQE minimizer example
…rc#74) * Update dependencies * deps: restrict typing-extensions <4.6.0
…skit-aqt-provider-rc#73) * resources: add noisy offline simulator
…-rc#78) * dependencies: update, in particular qiskit-terra * workflows: add python3.11, upgrade to poetry 1.5.1 * examples: skip grover-3-sat if tweedledum can't be installed
…ogies/qiskit-aqt-provider-rc#79) * provider: update default portal url * Bump version to 0.15.0
…-provider-rc#83) * poe/tasks: make sure 'test' fails if the pytest run fails. * tests/hypothesis: really increase the example deadline.
@mtreinish @1ucian0 there's some work needed to make our provider compatible with the freshly released |
wilfried-huss
approved these changes
Sep 25, 2023
wilfried-huss
pushed a commit
that referenced
this pull request
Sep 26, 2023
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.
Summary
This patch is a proposal to merge the Qiskit provider developed by AQT for their new access portal. Thanks @mtreinish for the offer to do so in alpine-quantum-technologies/qiskit-aqt-provider-rc#69!
The version developed by AQT is a major overhaul of the provider, with expanded test and typing coverage and support for the new, yet to be officially announced, access portal to AQT quantum computing backends and associated offline simulators. The API used in this repository so far is fully deprecated and the associated services will be terminated soon.
As mentioned in alpine-quantum-technologies/qiskit-aqt-provider-rc#69, we (members of the alpine-quantum-technologies) organization would be very happy to take over maintenance of this repository and, after a successful merge of this PR, would modify the release workflow to publish packages (starting with version 0.17.0) under the name
qiskit-aqt-provider
to PyPI.Details and comments
This PR's branch is a rebase of AQT
master
at alpine-quantum-technologies/qiskit-aqt-provider-rc@336b2d2 on this repository'smaster
branch at 9377da3, with the following additions:.mailmap
with email aliases from AQT contributors.For traceability reasons, it would be great not to squash the commits in this PR when merging.
Cc: @wilfried-huss @alfrisch @fg-aqt