-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing release qiskit-ibm-transpiler 0.6.0 (#69)
* Preparing release qiskit-ibm-transpiler 0.6.0 * Create releases notes for 0.6.0 with towncrier * Add feature to CHANGELOG.md * Add changes to CHANGELOG.md * Add link to Release Notes in CHANGELOG.md
- Loading branch information
1 parent
8c8168e
commit af39f6a
Showing
6 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
0.6.0 (2024-09-16) | ||
================== | ||
|
||
New features | ||
------------ | ||
|
||
- Add `optimization_preferences` optional input to :class:`.TranspilerService` constructor. | ||
|
||
With this new feature, users could specify by which properties they want to optimize on the transpiler process. Allowed options are: "n_cnots", "n_gates", "cnot_layers", "layers", "noise", and these options can be provided in two ways: | ||
- Only an option, as a string value: Transpilation will be done priorizating this element and then the rest of the options | ||
- Several options, as a list: Transpilation will be done only with the specified elements (`67 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/67>`__) | ||
- Enabling `coupling_map` as options to the AI Synthesis passes (`70 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/70>`__) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters