Qiskit-aer

Latest version: v0.15.1

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.15.1

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

0.15

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
* Use sphinx.ext.linkcode for more precise source code links by melechlapson in https://github.com/Qiskit/qiskit-aer/pull/2101
* Update deprecated actions in workflows by melechlapson in https://github.com/Qiskit/qiskit-aer/pull/2102
* Fix noise sampling on shot-branching by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2098
* Fixes for dependency issues caused by 0.14 release by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2094
* Fix CI failures by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2106
* Replace example in README to using primitives by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2105
* Fix issue 2084 again by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2119
* Fix tests for the latest Qiskit by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2138
* Remove qiskit aer translation stage by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/2142
* Disable test shot_branching on MacOS by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2143
* Always hook omp functions in Mac by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2128
* Add simulator_metadata in metadata of SamplerV2 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2109
* Fix cuStateVec_enable option by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2146
* Add support for rotation gates by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2147
* Fix deterministic measure of stabilizer by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2132
* Fix init of EstimatorV2 and SamplerV2 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2120
* Fix deploy.yml by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2110
* Add support for ECR gate to MPS by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2137
* Handle gates with ctrl_stete=0 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2148
* Fix random seed of unit tests by t-imamichi in https://github.com/Qiskit/qiskit-aer/pull/2151
* Move delay to custom instructions by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2153
* Update pylint version by chriseclectic in https://github.com/Qiskit/qiskit-aer/pull/2158
* Fix AerBackend.set_max_qubits by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2159
* Add `BaseQuantumError` class by chriseclectic in https://github.com/Qiskit/qiskit-aer/pull/2155
* Add optimized `PauliError` quantum error operator class by chriseclectic in https://github.com/Qiskit/qiskit-aer/pull/2156
* Pauli lindblad error by chriseclectic in https://github.com/Qiskit/qiskit-aer/pull/2157
* Fix example by chrisamirani in https://github.com/Qiskit/qiskit-aer/pull/2162
* Updated documents and tutorials which supports Qiskit 1.0 and Primitives V2 by divshacker in https://github.com/Qiskit/qiskit-aer/pull/2160
* Update SamplerV2 and EstimatorV2 to be compatible with those of Qiskit 1.1 by t-imamichi in https://github.com/Qiskit/qiskit-aer/pull/2150
* fix bit mapping inconsistency in inline of AerCompiler by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2175
* Support `Store` and storage `Var` by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2028
* Fixes for recent CI failures by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2186
* Fix legacy accesses of `CircuitInstruction` by jakelishman in https://github.com/Qiskit/qiskit-aer/pull/2179
* Remove Provider superclass, as it is deprecated in Qiskit 1.1 by 1ucian0 in https://github.com/Qiskit/qiskit-aer/pull/2184
* Fix from backend of V2 primitives to use existing AerSimulator by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2173
* Fix performance hints generated by clang-tidy by enum-class in https://github.com/Qiskit/qiskit-aer/pull/2131
* fix undefined behaviors by enum-class in https://github.com/Qiskit/qiskit-aer/pull/2130
* Fix legacy accesses of `CircuitInstruction` in tests by garrison in https://github.com/Qiskit/qiskit-aer/pull/2191
* Add apply_initialize to AerState by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2196
* Limit cvxpy version by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2189
* Reduce `pip check` in CI test on Mac by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2200
* Rewrite `CircuitInstruction` as iterable to avoid deprecation warning of Qiskit 1.2 by t-imamichi in https://github.com/Qiskit/qiskit-aer/pull/2198
* Derive from `BaseSamplerV1` rather than `BaseSampler` by garrison in https://github.com/Qiskit/qiskit-aer/pull/2199
* Fixes for Qiskit 1.2 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2201
* minor fix of aer_simulator.py by ElHirad in https://github.com/Qiskit/qiskit-aer/pull/2203
* Suppress Clang++ warnings on macOS by t-imamichi in https://github.com/Qiskit/qiskit-aer/pull/2205
* Update metadata of Primitives V2 by t-imamichi in https://github.com/Qiskit/qiskit-aer/pull/2206
* Remove standalone and qobj by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2187
* run `pip check` again in macos CI by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2208
* Fix parameter array initialization for runtime parameter binding by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2209
* Restore MacOS Arm64 for Python 3.8 and 3.9 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2169

New Contributors
* melechlapson made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2101
* t-imamichi made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2151
* chrisamirani made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2162
* divshacker made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2160
* enum-class made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2131
* ElHirad made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2203

**Full Changelog**: https://github.com/Qiskit/qiskit-aer/compare/0.14...0.15

0.14.2

This is bugfix release to 0.14.1 and fix for Qiskit 1.1

This release includes PRs:
- 2119
- 2142
- 2128
- 2138
- 2143
- 2109
- 2110
- 2120
- 2132
- 2137
- 2146
- 2148
- 2147
- 2151
- 2153

0.14.1

0.14.0.1

- 2094
- 2095
- 2098
- 2101
- 2105
- 2106

0.14

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

What's Changed
* Add skip Python 3.12 for GPU build by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1965
* Fix basis gates of Aer backends by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1976
* Applying global phase multiplication to initialize operation by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1980
* Revert too many deprecations in Estimator by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1990
* Change priority of method selection of noise simulation by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1989
* Remove use of opflow in `Estimator` by ElePT in https://github.com/Qiskit/qiskit-aer/pull/1996
* Update misspelling apply_gate method doc by notcruz in https://github.com/Qiskit/qiskit-aer/pull/1998
* Add optimization_level=0 to transpiler for compiling dynamic circuits by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2000
* Fix ry gate for stabilizer by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2001
* Directly use psutil to get total system memory by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/2002
* Fix build failure of tests by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2004
* Reverse ordering to read out error in sampling measure by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2003
* Fix extended stabilizer thread safety in apply_ops_parallel by eliotheinrich in https://github.com/Qiskit/qiskit-aer/pull/1993
* Add note for approximation option in Estimator by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1992
* Fix AerBackend issues caused by upgrading BackendV2 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1995
* `deprecate_func(..., since=...)` should be a string, not a float by 1ucian0 in https://github.com/Qiskit/qiskit-aer/pull/2006
* Bump version 0.14.0 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1967
* Raise Qiskit dependency to 0.45.0 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2008
* Add CMake option `USE_BUNDLED_BLAS_WIN` by wshanks in https://github.com/Qiskit/qiskit-aer/pull/1940
* Avoid accessing GPUs when using CPU only by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2012
* Remove qiskit.test from test/common.py by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1971
* Use Apple-specific API to determine system memory on macOS by wshanks in https://github.com/Qiskit/qiskit-aer/pull/2016
* Fix GPU batched execution by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2014
* Reduce warning meesages by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2013
* Remove usage of ``qiskit.extensions`` by Cryoris in https://github.com/Qiskit/qiskit-aer/pull/2023
* Deploy docs to GitHub Pages by arnaucasau in https://github.com/Qiskit/qiskit-aer/pull/2018
* Enable bit operations for boolean types by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2024
* Add support for BLAS SVD functions in MPS simulation by Patataman in https://github.com/Qiskit/qiskit-aer/pull/1897
* Parallelize sampling measurement in MPS by Patataman in https://github.com/Qiskit/qiskit-aer/pull/1911
* Add support for running with Python 3.12 by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/2022
* Fixes of tests for the latest Qiskit by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2026
* Fix GPU wheel builds on release by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/2034
* Fix test cases for Qiskit 0.45.2 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2035
* Remove remaining diagonal, isometry and uc by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2040
* Remove muparserx from cmake configuration by wshanks in https://github.com/Qiskit/qiskit-aer/pull/2045
* Remove importing qiskit.execute by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2041
* Add private primitive attributes removed by qiskit by ihincks in https://github.com/Qiskit/qiskit-aer/pull/2048
* Prepare for Qiskit 1.0 by jakelishman in https://github.com/Qiskit/qiskit-aer/pull/2047
* Only run sdist build after wheel builds are uploaded by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/2054
* Remove qiskit.org links by Eric-Arellano in https://github.com/Qiskit/qiskit-aer/pull/2057
* Fix required memory estimation for MPS by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2059
* Fix qiskit-aer/library/save-instructions/save_data.py by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2064
* Updated First Tutorial for `AerSimulator` by MonitSharma in https://github.com/Qiskit/qiskit-aer/pull/2079
* Fix fusion CostBasedFusion::aggregate_operations by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2075
* Parallelize sampling measure by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2049
* Fix name of AerSimulator generated by AerProvider by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2038
* Support `bit_not` for `Bool` type by hhorii in https://github.com/Qiskit/qiskit-aer/pull/2076
* Adding ccz gate to statevector, unitary and tensor_network methods by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2087
* Add EstimatorV2 by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/2088
* Add build test for GPU by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2081
* Remove unnecessary numpy build dependency by wshanks in https://github.com/Qiskit/qiskit-aer/pull/2089
* Implementing SamplerV2 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2090
* Release Aer 0.14 by doichanj in https://github.com/Qiskit/qiskit-aer/pull/2050

New Contributors
* ElePT made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1996
* notcruz made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1998
* eliotheinrich made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1993
* Patataman made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1897
* MonitSharma made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/2079

**Full Changelog**: https://github.com/Qiskit/qiskit-aer/compare/0.13.3...0.14

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.