-
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.
* Add single-qubit wire cutting how-to, and `expand_observables` function * Don't unpack the result of `partition_problem` * Use automatic `partition_labels` in new `CutWire` how-to * peer review https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/pull/368/files#r1297182836 * Apply suggestions from code review Co-authored-by: Caleb Johnson <[email protected]> * Clarify superset of `Qubit`s * Fix lint * arXiv -> link * Run notebook cells * Update prose in how-to * Update text in wire cutting tutorial to mention how-to * Forgot the save before committing * Add link to Lukas Brenner, Christophe Piveteau, David Sutter paper * Rename `cut_wire_to_move` to `wire_cutting_transforms` * Fix double underscore #370 (comment) --------- Co-authored-by: Caleb Johnson <[email protected]>
- Loading branch information
1 parent
4b3cc99
commit dbd778c
Showing
5 changed files
with
76 additions
and
32 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
30 changes: 14 additions & 16 deletions
30
docs/circuit_cutting/how-tos/how_to_specify_cut_wires.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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