Skip to content

0.33.0

Upgrade Instructions

Interface Changes

  1. QMOD Language (in both Python SDK and IDE Model editor):
    • Allow capture of quantum variables from an outer scope.
    • Transparent operators: repeat, if, switch, permute, control, power and invert operators now accept a callable without quantum variables, which allows greater flexibility in their use.
  2. Python SDK:
    • Initialize ExecutionJob with a job's ID using ExecutionJob.from_id.