Skip to content

Releases: Qiskit/qiskit-aer

0.17

13 Mar 11:13
21eae03
Compare
Choose a tag to compare

Compatibility release with Qiskit 2.0.

What's Changed

  • Update noise model for compatibility with Qiskit 1.4.x and 2.x by @ElePT in #2329
  • Update BaseEstimator import to support qiskit 2.0 by @ElePT in #2327
  • Version update 0.17.0 by @gadial in #2332

Full Changelog: 0.16.4...0.17

0.16.4

04 Mar 16:09
0f2ff71
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.3...0.16.4

0.16.3

04 Mar 07:59
b55b7a9
Compare
Choose a tag to compare

What's Changed

  • Removal of deprecated Qiskit 2.0 related code by @gadial in #2318

Full Changelog: 0.16.2...0.16.3

What's Changed

  • Removal of deprecated Qiskit 2.0 related code by @gadial in #2318
  • Temporarily remove rust from build by @gadial in #2324

Full Changelog: 0.16.2...0.16.3

0.16.2

03 Mar 09:47
37718fa
Compare
Choose a tag to compare

What's Changed

  • Removed some code that is never executed and an unused parameter by @aromanro in #2314
  • Backend-related deprecations by @gadial in #2322

Full Changelog: 0.16.1...0.16.2

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: