Skip to content

Qiskit IBM Runtime 0.12.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 29 Aug 22:24
· 535 commits to main since this release
efb025e

Changelog

Deprecated

  • Deprecate noise amplification option (#1035)
  • "bss.seconds" deprecation in job.metrics() (#913)

Added

  • Q-CTRL support (#1017)
  • Don't store circuit params automatically (#1010)
  • Remove deprecation warning for unsupported parameters of transpilation settings (#866)
  • Expose job cost estimation values (#976)
  • Raise exception when number of circuits exceeds maximum circuits allowed on backendkend max_circuits (#939)
  • Support updating job tags (#950)
  • Add SimulatorOptions.set_backend method (#876)

Changed

  • Use qiskit-ibm-provider api code (#871)

Removed

  • Remove max circuits validation (#1031)
  • Remove circuit & observable indicies (#971)
  • Use qiskit-ibm-provider api code (#871)

Fixed

  • Correct backend given by RuntimeJob.backend() (#997)
  • Fix bug with custom header in request (#1000)
  • Deserialize circuit metadata (#993)
  • Filter backends by instance when given in QiskitRuntimeService constructor (#979)
  • serialize circuit metadata correctly (#946)
  • Cancelled job should throw exception when trying to get result() (#930)