-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
26 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ pull_request_rules: | |
actions: | ||
backport: | ||
branches: | ||
- stable/0.6 | ||
- stable/0.7 |
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.
2 changes: 1 addition & 1 deletion
2
...tes/deprecate-cutqc-7541c514bd96fb05.yaml → ...0.7/deprecate-cutqc-7541c514bd96fb05.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
deprecations: | ||
- | | ||
The ``circuit_cutting.cutqc`` package is deprecated and will be removed no sooner than Circuit Knitting Toolbox 0.8.0. | ||
The ``circuit_knitting.cutting.cutqc`` package is deprecated and will be removed no sooner than Circuit Knitting Toolbox 0.8.0. | ||
The wire cutting functionality in the :mod:`circuit_knitting.cutting` package is what will be maintained going forward. | ||
Additionally, there is a new automated gate and wire cut-finding functionality in the :mod:`circuit_knitting.cutting.automated_cut_finding` module. | ||
A `tutorial <https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/blob/main/docs/circuit_cutting/tutorials/04_automatic_cut_finding.ipynb>`__ has been added to demonstrate automated cut-finding. |
22 changes: 22 additions & 0 deletions
22
releasenotes/notes/0.7/prepare-0.7.0-48b344ae77523c34.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,22 @@ | ||
--- | ||
prelude: | ||
|
||
The 0.7 release introduces an automated cut finding code for the new | ||
circuit cutting workflow. With this milestone, the older cutting | ||
workflow (CutQC) is now deprecated. Additionally, this is the first | ||
CKT release to support version 2 of the Qiskit Runtime primitives. | ||
User are encouraged to `migrate to v2 primitives | ||
<https://docs.quantum.ibm.com/api/migration-guides/v2-primitives>`__ | ||
as soon as possible. | ||
|
||
other: | ||
- | | ||
The cutting tutorials have been rephrased with the goal of | ||
reconstructing the expectation value of a single | ||
:class:`~qiskit.quantum_info.SparsePauliOp` with many terms, | ||
rather than multiple independent | ||
:class:`~qiskit.quantum_info.Pauli` observables. | ||
- | | ||
The `circuit cutting explanation | ||
<./circuit_cutting/explanation/index.rst>`__ document has been | ||
expanded significantly. |
File renamed without changes.