Skip to content

Qiskit Aer 0.9.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 16 Sep 10:24
· 404 commits to main since this release
0.9.0
daae9cf

Changelog

Deprecated

  • Deprecate run(qobj) (#1328)
  • Deprecate snapshot instructions (#1270)
  • Deprecate non-local quantum errors (#1314)

Added

  • Add parameter_binds to aerbackend.run (#1317)
  • Add cu and sxdg basis gates (#1326)
  • Cluster backend (#1281)

Removed

  • Remove code deprecated in 0.7.0 (#1311)

Fixed

  • Fix issue 1258 (#1345)
  • Fix normalization following approximation in MPS (#1335)
  • user omp threadprivate in qv simd kernel (#1342)
  • add synchronization before read/write states on GPU (#1325)
  • Fix shots option (#1313)
  • Fix bug in extended stabilizer simulator (#1320)
  • Avoid deprecated bit index lookup in insert_noise (#1301)
  • fix an issue of temporal memory allocation in avx (#1291)
  • MPI parallelization fix (#1278)
  • fix phase normalisation issue in scalar_t::to_complex method (#1276)
  • Fixed bug in MPS::apply_matrix (#1261)
  • Disable save expectation value for ext stabilizer (#1238)
  • Change qubits order in multiplexer gate (#1230)
  • Fix stabilizer simulator expval function (#1231)
  • Fix configuration.basis_gates performance issue (#1232)
  • Fixes of multi-chunk simulators (#1200)
  • Normalize statevector save and snapshot for extended stabilizer method (#1221)
  • Allow measure sampling with initialize (#1219)
  • Add python iterables to to_json conversion method (#1217)
  • Fix JSON serialized of empty data (#1218)
  • Bug fix for MPS::apply_kraus (#1206)
  • Disable GPU methods if no device available (#1213)