0.8.0 - 2025-09-22

Added

  • Added add_twirling, add_basis_transform, and prefix_ref arguments to GroupMeasIntoBoxes to allow specifying what annotations should be placed on the boxes containing measurements. Added measure_annotations argument to the boxing passmanager to allow specifying what annotations should be placed on the boxes containing measurements. (#96)

  • Added InlineBoxes pass to inline every box in the input circuit, replacing it with its content. (#123)

Changed

  • Changed the minimal supported Python version to 3.9. (#119)

  • Changed parameter_values output type of Samplex.sample from np.float64 to np.float32. (#120)

Fixed

  • Fixed a bug where GroupGatesIntoBoxes would group gates in a suboptimal way (#110)