PennyLaneAI / pennylane-qiskit

The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework and IBM Q with PennyLane.
https://docs.pennylane.ai/projects/qiskit
Apache License 2.0
184 stars 66 forks source link

Bump qiskit-ibm-runtime from 0.20.0 to 0.22.0 #505

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps qiskit-ibm-runtime from 0.20.0 to 0.22.0.

Release notes

Sourced from qiskit-ibm-runtime's releases.

Qiskit IBM Runtime 0.22.0

Changelog

Added

  • local mode support for v2 (#1533)
  • Add local mode for v1 primitives (#1495)
  • Modify skip_reset_qubits to apply DD on all qubits when False (#1409)

Removed

  • Remove runtime property (#1537)

Fixed

  • Treat resilience_level=0 for EstimatorV2 properly (replace of 1541) (#1542)
  • Bump qpy version in encoder (#1522)
  • Add pydantic to requirements (#1500)

Qiskit IBM Runtime 0.21.2

Changelog

Fixed

  • Fixed a bug where RuntimeDecoder could import arbitrary classes.

Qiskit IBM Runtime 0.21.1

Changelog

Fixed

  • Allow importing SamplerV1 and EstimatorV1 (#1477) (#1478)

Qiskit IBM Runtime 0.21.0

Changelog

Deprecated

  • Add warning if no backend provided on cloud channel (#1425)

Added

  • Add RuntimeJobV2 class and new JobStatus' (#1450)
  • Add fake backends for newer IBM backends (#1440)
  • Support for new V2 primitives (Migration guide)

Removed

  • Raise if abstract circuits are used (#1437)

Fixed

  • Handle control flow instructions in Target generation (#1443)
  • Fix bug with retrieving fake backends (#1402)
  • Update ISA validation (#1414)
Commits


Dependabot compatibility score

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)
dependabot[bot] commented 5 months ago

Superseded by #511.