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
344 stars 145 forks source link

Update amazon-braket-sdk requirement from ~=1.69.0 to ~=1.82.0 #2423

Closed dependabot[bot] closed 12 hours ago

dependabot[bot] commented 4 days ago

Updates the requirements on amazon-braket-sdk to permit the latest version.

Release notes

Sourced from amazon-braket-sdk's releases.

v1.82.0

Features

  • Track classical target indices for measurements

Bug Fixes and Other Changes

  • Add test to check classical indices used in measurement are preserved between Circuit and OpenQASM Translations.
Changelog

Sourced from amazon-braket-sdk's changelog.

v1.82.0 (2024-06-27)

Features

  • Track classical target indices for measurements

Bug Fixes and Other Changes

  • Add test to check classical indices used in measurement are preserved between Circuit and OpenQASM Translations.

v1.81.1 (2024-06-17)

Bug Fixes and Other Changes

  • Error when FreeParameters are named QASM types

v1.81.0 (2024-06-13)

Features

  • Add IQM to get compiled program convenience method

v1.80.1 (2024-06-10)

Bug Fixes and Other Changes

  • docs: add stack exchange badge to the readme
  • Implement braket.ahs.AnalogHamiltonianSimulation.from_ir()

v1.80.0 (2024-05-22)

Features

  • add support for the ARN region
  • Add support for SerializableProgram abstraction to Device interface

Bug Fixes and Other Changes

  • job fixture for endpoint support

v1.79.1 (2024-05-08)

Bug Fixes and Other Changes

  • check the qubit set length against observables

v1.79.0 (2024-05-06)

Features

... (truncated)

Commits
  • 6cd842e prepare release v1.82.0
  • eeb7630 change: Add test to check classical indices used in measurement are preserved...
  • 785d251 feat: Track classical target indices for measurements (#1008)
  • 234ab0a infra: bump codecov/codecov-action from 4.2.0 to 4.5.0 (#1011)
  • 7a6025b infra: bump codecov/codecov-action from 4.1.0 to 4.2.0 (#941)
  • 7486805 infra: unpin numpy version (#1003)
  • 72b59bd infra: add pr_title_check workflow (#991)
  • 90f9395 update development version to v1.81.2.dev0
  • d85eaa4 prepare release v1.81.1
  • 63b519c fix: Error when FreeParameters are named QASM types (#999)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | amazon-braket-sdk | [>= 1.32.a, < 1.33] |

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 12 hours ago

Superseded by #2429.