Releases: qiskit-community/qiskit-braket-provider
Releases · qiskit-community/qiskit-braket-provider
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)
v0.4.0
v0.3.1
Changes
- Bump version from 0.2.0 to 0.3.1 @speller26 (#175)
v0.3.0
Changes
- feature: add support for braket measure instruction @ashlhans (#169)
- feat: add phase RX gate @math411 (#172)
- Rename
AmazonBraketTask
toBraketQuantumTask
@speller26 (#171, #173) - Documentation corrections @speller26 (#168, #174)
v0.2.0
Changes
- Bump version to 0.2.0 @speller26 (#166)
- Simplify controlled gateset @speller26 (#167)
- Deprecate AWSBraket_ for standardized classes @speller26 (#165)
- Improve controlled gate support @speller26 (#164)
- Fix statevector endianness @speller26 (#163)
- Support Qiskit 1.x @speller26 (#162)
- Optimize the number of queries to the service @jcjaskula-aws (#158)
- Update notebooks @jcjaskula-aws (#157)
v0.1.1
Changes
- Ignore global phase if unsupported @speller26 (#156)
v0.1.0
Changes
- Prepare v0.1.0 @speller26 (#154)
- Remove links to qiskit.org @Eric-Arellano (#155)
- Enable use of qiskit ParameterExpressions for circuit conversion: qiskit to braket @lukasvoss (#139)
- Properly substitute symbolic parameters @speller26 (#152)
- Add converters to __init__ files @speller26 (#149)
- Add isort to lint @speller26 (#150)
- Improve target descriptions @speller26 (#148)
- Include all gates in simulator targets @speller26 (#147)
- Use the U gate to translate Qiskit U-like gates @jcjaskula-aws (#133)
- Move gateset construction to adapter @speller26 (#146)
- Add support for IonQ native gates @jcjaskula-aws (#144)
- Skip transpilation for verbatim circuits @speller26 (#145)
- Use device-specific gatesets for transpilation @speller26 (#141)
- Prevent Qiskit 1.0 upgrade @jcjaskula-aws (#143)
- Convert braket circuits to qiskit circuits @jcjaskula-aws (#136)
- bugfix: Handle
meas_level
from backend.run @laurencap (#142) - raise type error for bad adapter circuit conversion input type @ryanhill1 (#137)
- Remove execute method @jcjaskula-aws (#140)
- fix a misused 2-qubit sample result type @jcjaskula-aws (#135)
- drop python 3.8 @jcjaskula-aws (#134)
- doc: update hybrid job tutorial to use base container instead of byoc @guomanmin (#127)
v0.0.5
Changes
- Remove
retrying
dependency @speller26 (#129) - Update Sphinx theme @arnaucasau (#121)
- Test docs CI @arnaucasau (#124)
- feat: add queue information details for devices and jobs @virajvchaudhari (#123)
- Migration to Qiskit Primitives @robotAstray (#115)
- [UnitaryHack] Mock provider, backend @WingCode (#107)
- Adding separate QUEUED and RUNNING states to task status @robotAstray (#110)
- [UnitaryHack] Gate Decomposition(#90) added and tested @Gmontes01 (#111)
- [UnitaryHack] Enable qiskit transpilation discontinous qubit indices @WingCode (#108)
- Replacing AWSBraketJob with AmazonBraketTask @robotAstray (#105)
🚀 Features
- Python versions: move from python 3.7 and add support for 3.11 @robotAstray (#120)
🐛 Bug Fixes
- Issue 116 | Tests: missing gate parameter @IceKhan13 (#118)
v0.0.4
Changes
- Updates for Qiskit to Braket circuit conversion @urihan (#97)
- Support Parametric Circuits @king-p3nguin (#96)
- Add get_statevector support @dakk (#95)
- [UnitaryHack] Update tox contributing guide @WingCode (#100)
- [UnitaryHack] Reference OpenQASMDeviceActionProperties for Braket devices @WingCode (#99)
- Remove unused CSS @Eric-Arellano (#82)
- Docs: build fix @IceKhan13 (#75)
- GH workflows: trigger release @IceKhan13 (#72)
- Version bump @IceKhan13 (#71)
🐛 Bug Fixes
- Rectified the display name of BracketLocalBackend @devilkiller-ag (#92)
- fix: Fallback to JAQCD for device properties @kshitijc (#104)
- Docs: fix version @IceKhan13 (#74)
- Version: move to version file to avoid deprecated package version call @IceKhan13 (#73)
v0.0.3
Changes
- Fix result shots @jcjaskula-aws (#70)
- Add ECR gate to mappers @dexter2206 (#60)
- Docs: update tutorial @IceKhan13 (#43)
🚀 Features
- Add support for verbatim circuits and disable_qubit_rewiring @dexter2206 (#61)
- Adjust provider after launch of QuEra @christianbmadsen (#63)
- Issue #51 | multiple registers @Morcu (#56)
🐛 Bug Fixes
- Fix memory format @jcjaskula-aws (#68)
- Update retry to fix #65 @stigerasmussen (#66)
- Adapter: update target construction @IceKhan13 (#64)
- Issue #51 | multiple registers @Morcu (#56)