Skip to content

Releases: Qiskit/qiskit-aer

0.16.1

06 Feb 17:02
f1edeed
Compare
Choose a tag to compare

What's Changed

  • Add wildcard by @gadial in #2288
  • Add Python3.13 support and remove Python 3.8 support by @gadial in #2287
  • Fix QubitVector::check_dimension to use only the data_size_ field by @gadial in #2289
  • Adjust QuantumError.to_dict() to handle lack of Instruction.condition by @mtreinish in #2301
  • Version update to 0.16.1 by @gadial in #2313

Full Changelog: 0.16.0.1...0.16.1

0.16.0.1

15 Jan 13:07
4a6fd11
Compare
Choose a tag to compare

This is a maintenance release, fixing problems that resulted in most of the wheels not being uploaded.

What's Changed

  • Adds unique name for upload-artifact jobs by @gadial in #2285

Full Changelog: 0.16...0.16.0.1

Release 0.16

09 Jan 12:38
e26970a
Compare
Choose a tag to compare

Aer 0.16 is released to support Qiskit 1.3.

What's Changed

Full Changelog: 0.15.1...0.16

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