Skip to content

Releases: qiskit-community/qiskit-aqt-provider

v1.4.0

15 Apr 07:48
3fb8ce5
Compare
Choose a tag to compare
  • 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

20 Feb 17:49
75b78a2
Compare
Choose a tag to compare
  • 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

29 Jan 10:44
881e1f0
Compare
Choose a tag to compare
  • 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

18 Jan 08:36
e8108b1
Compare
Choose a tag to compare
  • Update to pydantic v2 (#66)
  • Update API specification to track the production server (#66)

v1.0.0

30 Nov 14:32
c477dca
Compare
Choose a tag to compare
  • 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)

v0.19.0

03 Nov 11:31
092f03c
Compare
Choose a tag to compare
  • Interprete string filters in AQTProvider.get_backend() as exact matches, not patterns (#90)
  • Fix incorrect handling of qubit/clbit permutations by offline simulators (#93)
  • Depend on qiskit instead of qiskit-terra (#95)
  • Remove use of deprecated Bit.index and Bit.register (#99)
  • Use ruff format instead of black (#101)

v0.18.0

06 Oct 09:19
35459ee
Compare
Choose a tag to compare
  • Check that the circuits submitted to the offline simulators can be converted to the AQT API (#68)
  • Update the user guide and improve the API reference consistency (#72, #75)
  • Add quickstart examples for the Qiskit.org homepage (#73)
  • Add persistence mechanism for AQTJob instances (#77)
  • Rename OfflineSimulatorResource.noisy to OfflineSimulatorResource.with_noise_model (#77)

v0.17.0

26 Sep 13:52
119497e
Compare
Choose a tag to compare
  • Merge community and AQT versions (#61)

Qiskit AQT Provider 0.4.3

11 Oct 13:44
0.4.3
cd0c959
Compare
Choose a tag to compare

Changelog

Fixes

  • Fix result processing on AQTJob creation when a single circuit list is passed to backend.run(). (Fixed #46)
  • Properly retain circuit metadata in output Result object returned by AQTJob.result().

Qiskit AQT Provider 0.4.2

13 Nov 15:21
de554d0
Compare
Choose a tag to compare

Changelog

Fixes

  • Bumps version that was missing in 0.4.1.