v0.1.0
github-actions
released this
12 Feb 22:02
·
25 commits
to refs/heads/main
since this release
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)