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.23.0 #511

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Bumps qiskit-ibm-runtime from 0.20.0 to 0.23.0.

Release notes

Sourced from qiskit-ibm-runtime's releases.

Qiskit IBM Runtime 0.23.0

Changelog

Deprecated

  • Deprecate backend.run (#1579)
  • Update from_id() (#1311)

Added

  • Add twirling options to SamplerV2 (#1583)
  • Raise an error if dynamical decoupling is used with dynamic circuits (#1593)
  • Level 1 measurement support in Sampler options (#1594)
  • Add elapsed_time to session details (#1581)
  • Pretty print options (#1538)
  • feat: Add qctrl validation for Primitives v2 (#1550)

Fixed

  • Missing circuit metadata in PubResult from SamplerV2 (#1596)
  • Decode empty Databin's (#1580)
  • Custom header not being sent (#1592)
  • ZNE options validation fix (#1588)
  • Use status() for related methods (#1568)
  • Allow new job status' in RuntimeJobV2 (#1494)
  • Fix incorrect specification of noise_gain option (#1575)
  • Fix issue with encoding ParameterExpression (#1536)

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)

... (truncated)

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 3 months ago

Superseded by #560.