Skip to content

Releases: Qiskit/qiskit-aer

Release 0.15.1

13 Sep 07:02
b4530ea
Compare
Choose a tag to compare

Aer 0.15.1 is a bugfix release to Aer 0.15.

Bug fixes

  • add truncation to save_expval operation to minimize memory requirements
  • Fix memory estimator for MPS

For backward compatibilities, we reverted the following features

  • Add open_pulse entry to AerBackendConfiguration
  • Revert NoiseModel.from_dict
    However these features are deprecated and we will remove again in the future release

Release 0.15

23 Aug 01:37
11a89c4
Compare
Choose a tag to compare

Aer 0.15 is released to support Qiskit 1.2.
As Qiskit 1.2 deprecates V1 backends and primitives, Aer also deprecates these functionalities. Also Aer 0.15 removed standalone simulator and qobj support.

What's Changed

New Contributors

Full Changelog: 0.14...0.15

Release 0.14.2

31 May 01:19
b77f005
Compare
Choose a tag to compare

This is bugfix release to 0.14.1 and fix for Qiskit 1.1

This release includes PRs:

Release 0.14.1

30 Apr 02:23
b315c4f
Compare
Choose a tag to compare

This is bug fix release to 0.14.0.1

Release 0.14

01 Apr 09:08
e9c5737
Compare
Choose a tag to compare

Qiskit Aer Release 0.14

  • Support Qiskit 1.0x
  • Implementations of Aer primitives based on PrimitiveV2
  • Optimized MPS simulator by BLAS/LAPACK

What's Changed

New Contributors

Full Changelog: 0.13.3...0.14

Qiskit Aer 0.13.3

06 Feb 18:35
0.13.3
e3f68bd
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix GPU wheel builds on release (#2034)
  • Fixes of tests for the latest Qiskit (#2026)
  • Fix test cases for Qiskit 0.45.2 (#2035)
  • Fixes of tests for the latest Qiskit (#2026)

Aer 0.13.2

17 Jan 04:38
5c33837
Compare
Choose a tag to compare

This is bugfix and software update release to Aer 0.13.1

This release includes support for Python 3.12

Qiskit Aer 0.13.1

24 Nov 07:09
ea4f277
Compare
Choose a tag to compare

Aer 0.13.1 release is bug fix release for Aer 0.13.0.

What's Changed

Full Changelog: 0.13.0...0.13.1

Since we can not upload GPU distributions to PyPI, we put them on this page. Please download one for your environment and type pip install qiskit_aer_gpu*

Qiskit Aer 0.13.0

26 Oct 09:50
2478a5b
Compare
Choose a tag to compare

Change Log

Added

Fixed

Deprecated

  • Deprecate approximation option in Estimator by @ikkoham in #1963

Removed

  • Remove redundant wheel dep from pyproject.toml by @thesamesam in #1741
  • Remove a release note in an invalid location by @derwind in #1750
  • Remove REQUIRED to find PythonLibs in FindPybind11 by @hhorii in #1786
  • Remove Sampler.close, assert DeprecationWarning of opflow, and update dependency by @ikkoham in #1804
  • Remove AerCircuit from result of backend.run() by @hhorii in #1845
  • Remove Python 3.7 from Github actions by @tungbq in #1819
  • Remove PulseSimulator by @hhorii in #1884
  • remove deploy documentation to /documentation/aer by @1ucian0 in #1891

Changed

New Contributors

Read more

Qiskit Aer 0.12.2

12 Jul 09:41
a8bfca9
Compare
Choose a tag to compare

Changelog

Fixed

  • Remove AerCircuit from result of backend.run() (#1845)
  • Fix the grouping index bug in Estimator (#1839)
  • Fix param positions for circuits with conditionals (#1851)
  • Support save_statevector for QuantumCircuit from QASM3 string (#1846)
  • New GPU binaries with cuQuantum support (#1854)