Releases: qiskit-community/qiskit-braket-provider
Releases · qiskit-community/qiskit-braket-provider
v0.8.0
Changes
- Enable noise-aware transpilation @flowerthrower (#220)
- fix: More efficient OpenQASM translation @speller26 (#225)
- fix: Enable parallel transpilation @speller26 (#235)
- add deepcopy method to BraketAwsBackend @sesmart (#237)
- updated hex memory for BraketQuantumTask @sesmart (#244)
- fix: update example notebooks @sesmart (#245)
- feat: Get allowed angles from gate calibrations @speller26 (#247)
v0.7.0
Changes
- Support for Qiskit 2.x, fix bug in qubit mapping when translating to Braket @speller26 (#218)
- Better support for symbolic parameters @sesmart (#223)
- Introduce translation and transpilation of Braket OpenQASM 3 programs @speller26 (#226)
- Allow passing a
PassManagerwhen running or translating a circuit @speller26 (#231)
v0.6.0
Changes
- fix: Onboard to Ruff @speller26 (#216)
- deprecation: Drop Python 3.9, support 3.12, 3.13 @speller26 (#215)
v0.5.0
Changes
- feature: Program sets @speller26 (#214)
- Fix minor typos @q-inho (#213)
- Recognize Kraus operators in to_braket and to_qiskit; support for common Braket noises @sesmart (#207)
- fix: Use backend device for target @speller26 (#211)
v0.4.5
v0.4.4
Changes
- Fix backend name @chongyouquan (#196)
- Update Qiskit version compatibility @rmshaffer (#197)
v0.4.3
Changes
- fix: Convert noncontiguous qubit indices @speller26 (#194)
- Update device capabilities list for Rigetti Ankaa-3 launch @licedric (#193)
v0.4.2
Changes
- Update version to 0.4.2 @rmshaffer (#191)
- fix: Preserve classical bit ordering for measurement results @rmshaffer (#190)
- Add native switch to run method @shpface (#189)
- feat: add connectivity to transpile @shpface (#188)
v0.4.1
Changes
- Move measurements after verbatim box @speller26 (#187)
- add Qiskit compatibility badge @1ucian0 (#181)
- Update qiskit-ionq dependency @speller26 (#185)
- Providerv1 deprication patch @LowkeyCoding (#182)
- fix: remove openqasm reserved names in tests @yitchen-tim (#184)
- Improve unit test coverage @WingCode (#179)