Migrating to v0.3

Breaking changes

  • Body has been renamed to input, and is always a JSON payload. The format field in input replaces lang as a means of controlling what kind of input is being run.
  • Results are no longer served alongside the job body when fetching jobs; now use the results_url field to fetch.

New features

  • Error mitigation is now controllable via API. Debiasing can improve performance via randomized qubit mappings and intelligent post-processing of noise.

Migrating to v0.2

API v0.2 will be deprecated soon. Please move to v0.3 immediately.

Breaking changes

New features

  • Ability to specify target hardware generation on Job creation. e.g. qpu.harmony for targeting our 11-qubit system.

Non-breaking changes

  • Histogram example expanded to include scientific notation for a JSON numeric value.