Skip to content

Qiskit Aer 0.2.2

Compare
Choose a tag to compare
@atilag atilag released this 10 Jul 16:40
c67018d

Changelog

Added

  • Added multi-controlled phase gate to QubitVector and changed
    multi-controlled Z and multi-controlled u1 gates to use this method (# 258)
  • Added optimized anti-diagonal single-qubit gates to QubitVector (# 258)

Changed

  • Improve performance of matrix fusion circuit optimization and move fusion
    code out of QubitVector class and into Fusion optimization class (#255)

Removed

  • Remove matrix_sequence Op type from Op class (#255)

Fixed

  • Change maximum parameter for depolarizing_error to allow for error channel
    with no identity component. (#243)
  • Fixed 2-qubit depolarizing-only error parameter calculation in
    basic_device_noise_model (#243)
  • Set maximum workers to ThreadPoolExecutor in AerJob to limit thread creation (#259)