0 78 0
Released on 2025-05-05.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
-
A new
IQAE
application has been added to the SDK. It allows you to defineiqae
problems in terms of Qmod function, and directly estimate the amplitude of the state you prepared.It is recommended to use this application in
iqae
problems, rather thancmain
with the primitiveiqae
.
Quantum Program Visualization
Visualization has changed for the following statements:
invert
- auto-expanded
within_apply
- Each component— within
, apply
, and the inverse of within
—is presented as a separate, clearly labeled sub-block.
Bug Fixes
- Fixed an issue where the “Basic” view was always empty; it now correctly renders the circuit as intended.
- Fixed bugs causing several example models to not be supported in the "New" circuit visualization, including "Shor's Algorithm Modular Exponentiation".