Skip to content

0 100 0

Released on 2025-11-30.

Upgrade Instructions

Interface Changes

  • Function exponentiation_with_depth_constraint is deprecated and will no longer be supported starting on 2025-12-10 at the earliest. Instead, use exponentiate.

Enhancements

  • Add functions for encoding conversions between binary, unary, and one-hot representations: binary_to_one_hot, binary_to_unary, one_hot_to_unary, one_hot_to_binary, unary_to_one_hot, unary_to_binary, inplace_binary_to_one_hot, and inplace_one_hot_to_unary.
  • Change precision of GPU simulators to single-precision to make better use of hardware.

Bug Fixes

  • Fixed a bug in Hardware-Aware Quantum Program.
  • Fixed concatenations arguments to input and output quantum parameters.

IDE

  • Fixed a bug in Jobs page after Executing on several hardwares.
  • Added a better labeling in the QP visualization. Now on "Show label" user will see label as on the closed box. On hover user will see full label.
  • Fixed issue with duplicate error snackbar in the Jobs page.