unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
359 stars 157 forks source link

Update pennylane-qiskit requirement from ~=0.35.1 to ~=0.36.0 #2350

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on pennylane-qiskit to permit the latest version.

Release notes

Sourced from pennylane-qiskit's releases.

Release 0.36.0

New features since last release

  • Support is added for using the plugin devices with Qiskit 1.0. As the backend provider qiskit.BasicAer is no longer supported by Qiskit in 1.0, this added support does not extend to the "qiskit.aer" device. Instead, a "qiskit.basicsim" device is added, with the new Qiskit implementation of a Python simulator device, BasicSimulator, as the backend. [(#493)](PennyLaneAI/pennylane-qiskit#493)

  • Backwards compatibility with Qiskit BackendV2 has now been implemented. Previously, only backends of type BackendV1 were supported but now users can choose to use BackendV2 as well. [(#514)](PennyLaneAI/pennylane-qiskit#514)

Improvements 🛠

  • Following updates to allow device compatibility with Qiskit 1.0, the version of qiskit-ibm-runtime is no longer capped. [(#508)](PennyLaneAI/pennylane-qiskit#508)

  • The test suite now runs with the most recent qiskit and qiskit-ibm-runtime, and well as with 'qiskit==0.45' and qiskit-ibm-runtime<0.21 to monitor backward-compatibility. [(#508)](PennyLaneAI/pennylane-qiskit#508)

Contributors ✍️

This release contains contributions from (in alphabetical order): Lillian M. A. Frederiksen, Austin Huang

Changelog

Sourced from pennylane-qiskit's changelog.

Release 0.36.0

New features since last release

  • Support is added for using the plugin devices with Qiskit 1.0. As the backend provider qiskit.BasicAer is no longer supported by Qiskit in 1.0, this added support does not extend to the "qiskit.aer" device. Instead, a "qiskit.basicsim" device is added, with the new Qiskit implementation of a Python simulator device, BasicSimulator, as the backend. [(#493)](PennyLaneAI/pennylane-qiskit#493)

  • Backwards compatibility with Qiskit BackendV2 has now been implemented. Previously, only backends of type BackendV1 were supported but now users can choose to use BackendV2 as well. [(#514)](PennyLaneAI/pennylane-qiskit#514)

Improvements 🛠

  • Following updates to allow device compatibility with Qiskit 1.0, the version of qiskit-ibm-runtime is no longer capped. [(#508)](PennyLaneAI/pennylane-qiskit#508)

  • The test suite now runs with the most recent qiskit and qiskit-ibm-runtime, and well as with 'qiskit==0.45' and qiskit-ibm-runtime<0.21 to monitor backward-compatibility. [(#508)](PennyLaneAI/pennylane-qiskit#508)

Contributors ✍️

This release contains contributions from (in alphabetical order): Lillian M. A. Frederiksen Austin Huang


Release 0.35.1

Bug fixes 🐛

  • Following the 0.21 release of qiskit-ibm-runtime, which requires Qiskit 1.0, the PennyLane-Qiskit plugin pins to qiskit-ibm-runtime<0.21. This prevents pip install pennylane-qiskit from installing Qiskit 1.0 (via the requirements of qiskit-ibm-runtime), which will break any environments that already have a 0.X.X version of Qiskit installed. [(#486)](PennyLaneAI/pennylane-qiskit#486)

Contributors ✍️

Lillian Frederiksen


Release 0.35.0

Improvements 🛠

  • The UI for passing parameters to a qfunc generated when loading a Qiskit QuantumCircuit into PennyLane is updated to allow passing parameters as args or kwargs, rather than as

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.22%. Comparing base (b58f029) to head (26dbb19).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2350 +/- ## ======================================= Coverage 98.22% 98.22% ======================================= Files 87 87 Lines 4056 4056 ======================================= Hits 3984 3984 Misses 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.