Skip to content

Qiskit Experiments 0.5.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 28 Mar 19:32
· 194 commits to main since this release
0.5.0
d4d7419

Please read the Release Notes for the full changelog.

Changelog

Deprecated

  • Add backend kwarg to readout error experiments (#1019)
  • Update tomography kwargs (#998)

Added

  • Add bootstrapped fidelity error bars to tomography experiments (#1074)
  • Add support for conditional tomography (#1021)
  • Add readout error mitigated tomography experiments (#1024)
  • Improve noisy tomography bases (#997)
  • Adds target kwarg to tomography init (#1025)
  • Add backend kwarg to readout error experiments (#1019)

Changed

  • Refactor T2HahnBackend to use qiskit-aer (#1040)
  • Update tomography kwargs (#998)

Fixed

  • Delay scikit-learn import until first use (#1061)
  • Fix barrier instructions in tomography experiments (#1059)
  • Update BaseCalibrationExperiment for composite experiment (#1033)
  • Handle possible null Target properties in BackendData (#1036)
  • Fix circuit generation of 3Q+ InterleavedRB (#1015)
  • Fix issue 992 (#1016)
  • Fix bug in tomography conditionals on multiple cregs (#967)