Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Releases: qiskit-community/qiskit-ignis

Qiskit Ignis 0.7.1

18 May 13:12
0.7.1
59426f1
Compare
Choose a tag to compare

Changelog

Fixed

  • Don't include docs in discovered packages (#611)

Qiskit Ignis 0.7.0

06 Dec 20:08
0.7.0
4c45654
Compare
Choose a tag to compare

Changelog

Qiskit Ignis 0.6.0

01 Apr 21:10
0.6.0
5e8332d
Compare
Choose a tag to compare

Changelog

Added

  • Interleaved RB option to keep the original interleaved element (#548)
  • Add support for Python 3.9 (#505)

Changed

  • Make scikit-learn an optional dependency (#524)
  • Migrate topological codes fitters to use retworkx (#552)
  • Refactor RB code to allow cnot-dihedral RB on more than 2 qubits (#521)

Fixed

  • Pin cvxpy in CI (#554)
  • Add missing networkx dependency (#543)
  • Update 'auto' method to not use SCS solver for CVXPY (#536)
  • Fix ignis without optional requirements installed (#533)

Qiskit Ignis 0.5.2

08 Feb 21:11
0.5.2
76c4cd9
Compare
Choose a tag to compare

Changelog

Added

  • Add support for Python 3.9 (#505)

Fixed

  • Fix compatibility with numpy 1.20.0 (#554)
  • Add missing networkx dependency (#543)

Qiskit Ignis 0.5.1

12 Nov 17:53
0.5.1
9599847
Compare
Choose a tag to compare

Changelog

Fixed

  • Update 'auto' method to not use SCS solver for CVXPY (#536)
  • Fix ignis without optional requirements installed (#533)

Qiskit Ignis 0.5.0

15 Oct 22:04
0.5.0
4bafe96
Compare
Choose a tag to compare

Changelog

Added

  • Add expectation value measurement error mitigation (#500)

Removed

  • Drop support for Python 3.5 (#486)

Fixed

  • fixed but different seed for each qubit in RB seed (#492)
  • Correct QVFitter confidence level threshold to 0.977 (#482)

Qiskit Ignis 0.4.0

06 Aug 18:47
0.4.0
7692062
Compare
Choose a tag to compare

Changelog

Deprecated

  • Migrate Quantum Volume circuits to use circuit library (#460)

Added

  • Migrate Quantum Volume circuits to use circuit library (#460)
  • Refactor RB code to use the new Clifford operator class and update the CNOTDihedral class (#407)

Changed

  • Refactor RB code to use the new Clifford operator class and update the CNOTDihedral class (#407)

Fixed

  • Fix measurement pulse alignment bug (#466)
  • Tomography multiple jobs fix (#421)
  • fixed partial trace constraint in cvx fitting routine (#438)
  • Add scikit-learn dependency and add CI job without optional dependencies (#436)
  • Fix fitter selection logic in process tomography (#431)
  • Fix issues with CVXPY default solvers (#422)
  • Raising error when incompatible inputs are passed to mitigation (#420)
  • Edge case T=0 syndrome measurements fixed (#418)
  • Fixed marginal_counts (#409)
  • Gate Set Tomography handling of initial state and measurement operator (#408)
  • logging: fix broken reference (#385)

Qiskit Ignis 0.3.3

25 Jun 11:10
0.3.3
274c74f
Compare
Choose a tag to compare

Changelog

Fixed

  • fixed partial trace constraint in cvx fitting routine (#438) (#440)
  • Add scikit-learn dependency and add CI job without optional dependencies (#436) (#439)
  • Fix fitter selection logic in process tomography (#431) (#435)

Qiskit Ignis 0.3.2

18 Jun 20:14
0.3.2
08ffae0
Compare
Choose a tag to compare

Changelog

Fixed

  • Revert accidental breaking backports (#427)

Qiskit Ignis 0.3.1

18 Jun 17:11
0.3.1
015c64e
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix issues with CVXPY default solvers (#422)
  • Raising error when incompatible inputs are passed to mitigation (#420)
  • Edge case T=0 syndrome measurements fixed (#418)
  • Fixed marginal_counts (#409)
  • Gate Set Tomography handling of initial state and measurement operator (#408)
  • logging: fix broken reference (#385)