Qiskit addon utilities release notes
0.2.0
New Features
- Add the transpiler passes required to pre-process the circuits, as well as the
PostSelector
andPostSelectionSummary
objects required to post-process the results.
Upgrade Notes
-
This addition requires bumping the version of Qiskit SDK to at least 2.0.
-
This package is now compatible with Qiskit SDK 2.0.
Bug Fixes
- Support circuits that include classical bits when slicing a circuit by gate types. See #115 <https://github.com/Qiskit/qiskit-addon-utils/issues/115> for details.
Other Notes
- This release adds support for Python 3.13. No code changes were necessary, so older releases are expected to work on Python 3.13 too.
0.1.0
Upgrade Notes
- The keyword argument
include_slice_barriers
ofcombine_slices()
has been renamed toinclude_barriers
.
Was this page helpful?
Report a bug, typo, or request content on GitHub.