Skip to content

Qiskit Aer 0.12.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 09 Mar 20:14
· 204 commits to main since this release
0.12.0
2377d2e

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)