-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 0.3.0 release * Prelude note and revise a few others * Move all release notes to `0.3` directory * Update desired stable branch in docs workflow * Update releasenotes/notes/0.3/prepare-0.3-d9049766293a3be7.yaml Co-authored-by: Caleb Johnson <[email protected]> * Add a sentence to prelude release note about significant new cutting features #358 (comment) --------- Co-authored-by: Caleb Johnson <[email protected]>
- Loading branch information
1 parent
dbd778c
commit a2b36f5
Showing
23 changed files
with
29 additions
and
18 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/0.3/deprecate-decompose-gates-318e0393be733b52.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,4 @@ | ||
--- | ||
deprecations: | ||
- | | ||
:func:`.decompose_gates` is deprecated and will be removed no sooner than v0.4.0. Users should migrate to the identical :func:`.cut_gates` function. |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
--- | ||
prelude: | | ||
The 0.3.0 release introduces significant new features while maintaining | ||
backwards compatibility with the 0.2.0 release. The most striking | ||
change in this release is the shortened module names: | ||
``circuit_knitting_toolbox`` has been renamed to | ||
``circuit_knitting``, ``entanglement_forging`` has been renamed to | ||
``forging``, and ``circuit_cutting`` has been renamed to | ||
``cutting``. The new circuit cutting module contains significant | ||
enhancements, including support for wire cutting and for the cutting | ||
of arbitrary two-qubit gates. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/0.3/update-qpdgate-labels-612e7d355ae1c1a3.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,8 @@ | ||
--- | ||
upgrade: | ||
- | | ||
:class:`.BaseQPDGate` instances in subcircuits | ||
returned from :func:`.partition_circuit_qubits` | ||
and :func:`.partition_problem` will now have | ||
labels prefixed with "cut", rather than "qpd". | ||
4 changes: 0 additions & 4 deletions
4
releasenotes/notes/deprecate-decompose-gates-318e0393be733b52.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releasenotes/notes/update-qpdgate-labels-612e7d355ae1c1a3.yaml
This file was deleted.
Oops, something went wrong.