0 63 0
Released on 2024-12-23.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
- Generative functions have undergone a round of significant improvements. Check out our DQI notebook to see how generative functions are used to implement advanced quantum algorithms.
- A new filed
optimization_levelhas been added thePreferencesof the synthesis. This field determines the trade-off between synthesis speed and the quality of the results, In terms of the optimization parameter and the constraints. For more information, see here. - State vector filtering is available. This is an important step for simulating large circuits with a state vector simulator. For more information, see this page
Bug Fixes
- Fix usage of overlapping quantum array slices (e.g.,
qbv[1:3]andqbv[2]) in bodies of lambda expressions and control statements.