Skip to content

0 63 0

Released on 2024-12-23.

Upgrade Instructions

Enhancements

  1. 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.
  2. A new filed optimization_level has been added the Preferences of 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.
  3. 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

  1. Fix usage of overlapping quantum array slices (e.g., qbv[1:3] and qbv[2]) in bodies of lambda expressions and control statements.