Qiskit-aer

Latest version: v0.14.0.1

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

Scan your dependencies

Page 1 of 8

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

0.13.3

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)

0.13.2

This is bugfix and software update release to Aer 0.13.1

This release includes support for Python 3.12

0.13.1

**Full Changelog**: https://github.com/Qiskit/qiskit-aer/compare/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*`

0.13.0

Change Log

Added
* add code-formatting with black for python and with clang-format for c++ by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1630
* Add git blame ignore file by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/1745
* Add Tutorials to Documentation Page by hitomitak in https://github.com/Qiskit/qiskit-aer/pull/1768
* Add API docs for QuantumCircuit methods by hitomitak in https://github.com/Qiskit/qiskit-aer/pull/1753
* Activate jQuery in docs by Eric-Arellano in https://github.com/Qiskit/qiskit-aer/pull/1802
* Support `SwitchCaseOp` that will be released in qiskit-terra 0.24.0 by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1778
* Add Getting Started page by hitomitak in https://github.com/Qiskit/qiskit-aer/pull/1780
* Support parameterized global phase by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1814
* Batch QuantumCircuit with multiple parameter_binds by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1840
* Support `QuantumCircuit.initialize(int, qubits[])` by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1841
* Support save_statevector for QuantumCircuit from QASM3 string by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1846
* New GPU binaries with cuQuantum support by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1854
* Support u3 gate application in Aer runtime API by ibm-wakizaka in https://github.com/Qiskit/qiskit-aer/pull/1876
* Adding circuit executor classes and shot-branching by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1766
* Implemented ecr for stabilizer simulator. by MarcMaussner in https://github.com/Qiskit/qiskit-aer/pull/1892
* Enable ROCm target based on existing CUDA/Thrust implementation. by sfantao in https://github.com/Qiskit/qiskit-aer/pull/1914
* Add rotation gates to stabilizer by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1938
* Improve performance of sampler experiment by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1935
* Implementing runtime parameter binding by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1901
* Implementation and test of QuantumError.from_dict. by MarcMaussner in https://github.com/Qiskit/qiskit-aer/pull/1942
* enable `c_if` for reset and raise exception if instruction does not support `c_if` by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1868
* Add test case to serialize result of simulation by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1869
* Support `Expr` that Terra 0.24 newly introduced by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1915
* Add test for unreleased Qiskit by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1950
* support transpilation of switch_case by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1962
* Support BackendV2 by hitomitak in https://github.com/Qiskit/qiskit-aer/pull/1875

Fixed
* Fix how to reference to config.cuStateVec_enable by derwind in https://github.com/Qiskit/qiskit-aer/pull/1749
* Ensure QuantumCircuit.metadata is always a dict by ihincks in https://github.com/Qiskit/qiskit-aer/pull/1761
* Fix 1764 (variance type in Estimator) by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1767
* Fix wrong set of parameters in circuits with barriers by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1775
* Resolve regression from introduction of AER::Config by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1747
* Fix setting MPI processes and ranks by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1808
* Fix library path to cuQuantum and cuTENSOR by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1801
* Fix cuQuantum static linking by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1812
* Updated docstrings of depolarizing_error function in standard_errors.py by deji725 in https://github.com/Qiskit/qiskit-aer/pull/1799
* Add implicit cast of argument types by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1770
* Fix handling of None in noise model construction from BackendV2 by itoko in https://github.com/Qiskit/qiskit-aer/pull/1818
* Avoid kernel crash from blas call errors by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1791
* fix fail of qobj run without run_options by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1792
* Check parameter_binds arguments for parameterized circuits by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1817
* Set the number of qubits with the coupling map by hitomitak in https://github.com/Qiskit/qiskit-aer/pull/1825
* Use transpile and run instead of execute in docstring by dakk in https://github.com/Qiskit/qiskit-aer/pull/1830
* Fix Renew example codes in README 1806: qiskit.providers.ibmq is deprecated; ibmq_athens is not available by davidlearn in https://github.com/Qiskit/qiskit-aer/pull/1831
* Warn if approximation=False and shots=None in Estimator by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1823
* Fix the grouping index bug in Estimator by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1839
* validate parameters of each gate in a circuit by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1834
* Fix MPI build break by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1842
* Fix a bug in `aer_apply_measure` in libaer and enable libaer build in Mac by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1860
* Fix param positions for circuits with conditionals by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1851
* Fix dynamic link in GPU binary distribution by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1877
* Fix OpenMP nested parallel by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1880
* Fix required_memory_mb by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1881
* Fix an issue in `aer_state_initialize()` of C API by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1885
* Fix link to Qiskit's bib-file by Cryoris in https://github.com/Qiskit/qiskit-aer/pull/1887
* correct bit ordering in measure of state_controller by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1898
* Fix noise model construction for a backend with no T2 value for a qubit by itoko in https://github.com/Qiskit/qiskit-aer/pull/1912
* Make vector allocation aligned to 64-bytes by sfantao in https://github.com/Qiskit/qiskit-aer/pull/1909
* Fix for https://github.com/Qiskit/qiskit-aer/issues/1925 (Aer runtime… by aromanro in https://github.com/Qiskit/qiskit-aer/pull/1926
* Fix measure in stabilizer method by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1895
* Fix for https://github.com/Qiskit/qiskit-aer/issues/1918 by aromanro in https://github.com/Qiskit/qiskit-aer/pull/1922
* Fix required_memory_mb for MPS and extended stabilizer by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1933
* Fix incorrect excited state population when building noise model from BackendV2 by itoko in https://github.com/Qiskit/qiskit-aer/pull/1939
* Fix the order bug in Estimator by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1936
* Fix nested parallel performance by doichanj in https://github.com/Qiskit/qiskit-aer/pull/1949
* Fix templates documentation by arnaucasau in https://github.com/Qiskit/qiskit-aer/pull/1961

Deprecated
* Deprecate approximation option in Estimator by ikkoham in https://github.com/Qiskit/qiskit-aer/pull/1963

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

Changed
* use `omp_set_max_active_levels` instead of `omp_set_nested` by hhorii in https://github.com/Qiskit/qiskit-aer/pull/1752
* Upgrade to qiskit_sphinx_theme 1.12 by Eric-Arellano in https://github.com/Qiskit/qiskit-aer/pull/1822
* move travis file to gha in the README by 1ucian0 in https://github.com/Qiskit/qiskit-aer/pull/1943
* Update usage of ``QuantumCircuit.id`` by Cryoris in https://github.com/Qiskit/qiskit-aer/pull/1945
* Move methods into class pages for docs by arnaucasau in https://github.com/Qiskit/qiskit-aer/pull/1958
* Update Sphinx theme by arnaucasau in https://github.com/Qiskit/qiskit-aer/pull/1946

New Contributors
* thesamesam made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1741
* ihincks made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1761
* SquidDev made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1760
* Eric-Arellano made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1802
* deji725 made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1799
* Innanov made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1827
* dakk made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1830
* TerraVenil made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1833
* davidlearn made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1831
* tungbq made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1819
* ibm-wakizaka made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1876
* Cryoris made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1887
* MarcMaussner made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1892
* sfantao made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1903
* aromanro made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1907
* arnaucasau made their first contribution in https://github.com/Qiskit/qiskit-aer/pull/1958

**Full Changelog**: https://github.com/Qiskit/qiskit-aer/compare/0.12.0...0.13.0

0.12.2

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)

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.