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
ifstatements 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, andCXbut does not contain arbitrary-angle rotation gates such asRXorCRZ.
Classiq IDE
- Add mechanism to allow more models to be visualized in new visualization.
-
Visualization: Data Tab Removal
-
Deprecation: QP Visualization Basic View Mode
-
Visualization: Focused Search