Skip to content

Classiq 0.100.0

Latest

Choose a tag to compare

@nivclassiq nivclassiq released this 01 Dec 13:03
· 8 commits to main since this release

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.