Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Qiskit IBM Provider 0.7.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 29 Aug 15:08
· 70 commits to main since this release
e7ca008

Changelog

Added

  • Support session (#699)
  • Add reason code to error message (#692)
  • Expose cost estimation values (#683)
  • Update dynamical decoupling pass to support staggered pulses (#563)
  • Add support for selecting the Qiskit runtime image (#679)
  • add switch_case to json decoder.py (#637)
  • move qasm3 options to common options (#657)

Changed

  • Use new exclude_params query when retrieving jobs (#653)

Fixed

  • Fix staggered dynamical decoupling for disjoint coupling maps (#701)
  • Reset backend options to default in get_backend (#705)
  • update dashboard widget (#708)
  • Don't wrap global phase if parameterized (#689)
  • Accept None as Value for Limit Parameter for jobs() (#591)
  • Fix ConvertIdToDelay with conditional IGates (#688)
  • encode numpy int64 (#659)
  • Remove unsupported instructions after loop and not inside loop (#652)
  • Fixed bug in deepcopy of IBMBackend (#658)
  • Fix backend filters bug (#651)
  • Fix JSONDecoder 'encoding' bug (#649)
  • Fix circuit metadata serialization bug (#648)
  • Fix bug in time_per_step (#643)
  • Fix bug in submitting qasm3 and add tests. (#645)
  • change circuit check order (#639)