Releases: qiskit-community/qiskit-aqt-provider
Releases · qiskit-community/qiskit-aqt-provider
v1.5.0
27 May 13:05
Compare
Sorry, something went wrong.
No results found
Docs: add examples on setting run options in primitives (#156 )
Provider: remove ProviderV1 inheritance (#160 )
v1.4.0
15 Apr 07:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Update to pydantic v2 (#66 )
Update API specification to track the production server (#66 )
v1.0.0
30 Nov 14:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge community and AQT versions (#61 )
Qiskit AQT Provider 0.4.3
11 Oct 13:44
Compare
Sorry, something went wrong.
No results found
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().