Skip to content

Releases: Qiskit/qiskit-aer

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)

Qiskit Aer 0.12.1

13 Jun 02:56
462bade
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix the grouping index bug in Estimator (#1839)
  • Fix handling of None in noise model construction from BackendV2 (#1818)
  • Support initialize with int (#1841)
  • Do not use circuit metadata to internally manage simulation results (#1772)
  • Validate parameters of each gate in a circuit (#1834)
  • Warn if approximation=False and shots=None in Estimator (#1823)
  • Upgrade to qiskit_sphinx_theme 1.12 (#1822)
  • Fix Renew example codes in README #1806: qiskit.providers.ibmq is deprecated; ibmq_athens is not available (#1831)
  • Fix typos in aer_simulator, qasm_simulator docs (#1833)
  • Use transpile and run instead of execute in docstring (#1830)
  • Fixing some typos (#1827)
  • Set the number of qubits with the coupling map (#1825)
  • check parameter_binds arguments for parameterized circuits (#1817)
  • Support parameterized global phase (#1814)
  • fix fail of qobj run without run_options (#1792)
  • avoid kernel crash from blas call errors (#1791)
  • Add Getting Started page (#1780)
  • Add implicit cast of argument types (#1770)
  • Update standard_errors.py (#1799)
  • fix cuQuantum static linking (#1812)
  • Support SwitchCaseOp that will be released in qiskit-terra 0.24.0 (#1778)
  • Activate jQuery in docs (#1802)
  • Fix library path to cuQuantum and cuTENSOR (#1801)
  • Fix setting MPI processes and ranks (#1808)
  • Remove Sampler.close, assert DeprecationWarning of opflow, and update dependency (#1804)
  • Resolve regression from introduction of AER::Config (#1747)
  • Add API docs for QuantumCircuit methods (#1753)
  • Fix wrong set of parameters in circuits with barriers (#1775)
  • Defer gathering backends until they are needed (#1760)
  • Add Tutorials to Documentation Page (#1768)
  • Correct a type of variance from complex to real (#1767)
  • use omp_set_max_active_levels instead of omp_set_nested (#1752)
  • Fix how to reference to config.cuStateVec_enable (#1749)
  • Remove a release note in an invalid location (#1750)
  • add code-formatting with black for python and with clang-format for c++ (#1630)

Qiskit Aer 0.12.0

09 Mar 20:14
0.12.0
2377d2e
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate PulseSimulator backend (#1728)
  • Deprecate Python 3.7 support in Qiskit Aer (#1671)

Added

  • Simulate QuantumCircuit without QObj (#1717)
  • Add NoiseModel.from_backend_properties (#1474)
  • Add support for Python 3.11 (#1642)

Changed

  • Remove setup_requires and forced pip installs in setup.py (#1693)

Removed

  • Remove qobj argument, deprecated in 0.8.0 (#1635)

Fixed

  • Fix Sampler with multiple classical registers (#1680)
  • Fix BackendV2 support in AerSimulator.from_backend() (#1678)
  • Specify package_data explicitly (#1677)
  • Set different seed for each sampling in AerStatevector (#1663)
  • Fix incorrect computation of excited state population (#1672)
  • Fix device noise model from BackendV2 not to have excessive quantum errors on measures/resets (#1649)
  • Fix data-flow analysis in control-flow jump/mark (#1666)
  • Remove verbose warnings on parameter truncations when creating noise model from backend (#1639)
  • Fix handling of instructions with clbits in LocalNoisePass (#1625)

Qiskit Aer 0.11.2

06 Dec 14:18
0.11.2
6b0e999
Compare
Choose a tag to compare

Changelog

Added

  • Add support for Python 3.11 (#1642)

Fixed

  • Fix BackendV2 support in AerSimulator.from_backend() (#1678)
  • Specify package_data explicitly (#1677)
  • Set different seed for each sampling in AerStatevector (#1663)
  • Fix incorrect computation of excited state population (#1672)
  • Fix device noise model from BackendV2 not to have excessive quantum errors on measures/resets (#1649)
  • Fix data-flow analysis in control-flow jump/mark (#1666)
  • Remove verbose warnings on parameter truncations when creating noise model from backend (#1639)