-
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.
Remove transpilations inside subexperiment generation (#556)
* No coverage for inplace * black * Convert transpiler tests * comments * Add remaining tests * Ensure bumping lint version fixes CI * Bump python lint version back down * peaceiris * restore peaceiris version * No parallel sphinx * Revert tox change * Don't use reno 4 * revert pyproject * Don't copy list. Remove inplace * release note * Update docstring * Add zero state test * Update circuit_knitting/cutting/cutting_experiments.py Co-authored-by: Jim Garrison <[email protected]> * Update circuit_knitting/cutting/cutting_experiments.py Co-authored-by: Jim Garrison <[email protected]> * Use QC.copy * Update releasenotes/notes/subexperiment-gen-speedup-41a4e8679353d1d9.yaml Co-authored-by: Jim Garrison <[email protected]> * remove deep copies * type hints --------- Co-authored-by: Jim Garrison <[email protected]>
- Loading branch information
1 parent
69adfc5
commit f3fd581
Showing
3 changed files
with
195 additions
and
25 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
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/subexperiment-gen-speedup-41a4e8679353d1d9.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 @@ | ||
--- | ||
fixes: | ||
- | | ||
The :func:`.generate_cutting_experiments` function has been optimized for faster execution. |
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