0 86 0
Released on 2025-07-15.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
- Concatenations can now also be used as control expressions.
- Lower model creation and synthesis run times for large models.
Bug Fixes
- Classical
if
statements are now supported in QP visualization, where they previously caused a failure. - Fix synthesis bug which caused wrong results when using the bitwise invert (
~
) operator. - Fix bug relating to classical struct arguments (such as Hamiltonians).
- Use the Solovay-Kitaev algorithm in more cases when transpiling. Previously, we used the algorithm when transpiling with
respect to a particular fixed set of basis gates. Now, we use this algorithm whenever the basis gate set contains the Clifford gates
X
,Z
,H
,T
, andCX
but does not contain arbitrary-angle rotation gates such asRX
orCRZ
.
Classiq IDE
-
Add mechanism to allow more models to be visualized in new visualization.
-
Visualization: Data Tab Removal
The Data tab has been removed from the left panel in the visualization interface. This change is removing redundant functionality.
-
Deprecation: QP Visualization Basic View Mode
Deprecated "Basic" mode quantum program visualization in favor of the new visualization scheme with enhanced designs, views, and analysis capabilities.
-
Visualization: Focused Search
The search panel focuses only on user written functions and QMOD statements.