-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit moves the release notes into a 0.15 subdirectory to keep them separate from development notes post-release. It also adds an incomplete release note to add the prelude section providing the high level overview of the release. When this merges it should be the commit used to to tag the 0.15.0 release.
- Loading branch information
Showing
68 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
releasenotes/notes/0.15/0.15.0-release-c7d85921f85f0b4d.yaml
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 @@ | ||
--- | ||
prelude: > | ||
The 0.15.0 release includes several new features and bug fixes. Some | ||
highlights for this release are: | ||
For the transpiler this release include the introduction of arbitrarty | ||
basis translation to the transpiler. This includes support for directly | ||
targetting a broader range of device basis sets, including backends | ||
implementing the CZ and iSwap gates. | ||
The :class:`~qiskit.circuits.QuantumCircuit` class now tracks global | ||
phase. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/0.15/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml
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,11 @@ | ||
--- | ||
features: | ||
- | | ||
A new ``translation_method`` keyword argument has been added to | ||
:func:`~qiskit.compiler.transpile` to allow selection of the method to be | ||
used for translating circuits to the available device gates. For example, | ||
``transpile(circ, backend, translation_method='translator')``. Valid | ||
choices are ``'unroller'`` to use the | ||
:class:`~qiskit.transpiler.passes.Unroller` pass and ``'translator'`` to | ||
use the :class:`~qiskit.transpiler.passes.BasisTranslator` pass. The | ||
default value is ``'translator'``. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions
14
releasenotes/notes/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml
This file was deleted.
Oops, something went wrong.