-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid exploring extraneous minima in the cut-finder search space (#585)…
… (#588) * Avoid exploring extraneous minima in the search space * fix failing test * fix coverage * black * update doc string * update doc string Co-authored-by: Jim Garrison <garrison@ibm.com> * add new tests and modify states check * update test description * style * change to namedtuple, add release note * update return Co-authored-by: Jim Garrison <garrison@ibm.com> * change type hints --------- Co-authored-by: Jim Garrison <garrison@ibm.com> (cherry picked from commit 2bcbe7f) Co-authored-by: Ibrahim Shehzad <75153717+ibrahim-shehzad@users.noreply.github.com>
- Loading branch information
1 parent
a721b90
commit 7e1a3ab
Showing
7 changed files
with
129 additions
and
35 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
14 changes: 7 additions & 7 deletions
14
docs/circuit_cutting/tutorials/04_automatic_cut_finding.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/cut-finder-enhancement-1e1d37174d7a8860.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 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The search engine inside the automated cut-finder has been primed to avoid extraneous searches and is therefore expected to run faster. |
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