Releases: qiskit-community/qiskit-aqt-provider
Releases · qiskit-community/qiskit-aqt-provider
v1.8.1
- Added test dependency extras (#183)
v1.8.0
- Reduce gates per circuit to 2000 and circuits per batch to 50 (#181)
v1.7.0
- Update API specification and associated constraints (#176)
v1.6.0
- Support direct-access mode on AQT devices (#164)
- Support up to 2000 shots per circuit on cloud resources (#165)
- Fix result timeout propagation in direct-access mode (#171)
- Don't propagate empty access tokens in direct-access mode (#172)
v1.5.0
- Docs: add examples on setting run options in primitives (#156)
- Provider: remove ProviderV1 inheritance (#160)
v1.4.0
- Only support Qiskit >= 1.0 (#141)
- Transpiler: always decompose wrapped-angle RXX gates (#145, #146)
- Docs: recommend using optimization_level 3 in the Qiskit transpiler (#146)
v1.3.0
- Point Qiskit docs links to docs.quantum.ibm.com (#135)
- Remove references to the deprecated function qiskit.execute (#136)
- Pin Qiskit dependency strictly below 1.0 (#137)
- Remove the Grover 3-SAT example (#137)
v1.2.0
- Add support for Python 3.12 (#79)
- Remove support for Python 3.8 (#79)
- Improve math typesetting in user guide (#124)
- Fix transpilation issue on Windows (issue #121) (#123)
v1.1.0
- Update to pydantic v2 (#66)
- Update API specification to track the production server (#66)
v1.0.0
- Set minimal required qiskit version to 0.45.0 (#108)
- Use qiskit-algorithms package instead of deprecated qiskit.algorithms in examples (#110)
- Use arnica.aqt.eu instead of arnica-stage.aqt.eu as default portal (#111)