1 5 0
Released on 2026-03-08.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Bug Fixes
- Fix an incorrect compilation when an arithmetic operation appears
inside a
repeatstatement and the left-hand side uses the repeat index as a subscript. - Change default vendor from Azure to Classiq
Enhancements
-
Added
use_double_precisiontoClassiqBackendPreferencesto control numerical precision on Nvidia and Braket Nvidia simulators. Default isFalse(single precision). Setuse_double_precision=Truefor double precision. See Classiq backends for details. -
Removed
max_depthandmax_gate_countfromConstraints. These fields were deprecated since 0.52 and are no longer supported.