-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace initialization method by Isometry in StatePreparation (#12178)
* replace initializetion method by Isometry in StatePreparation * add names to QuantumRegister and QuantumCircuit * update docs to the new reference * remove old initialization code based on Shende et al * fix reference in docs * add release notes * fix lint errors * fix references in docs * add a benchmark for state preparation * update circuit name following review
- Loading branch information
1 parent
b5c5179
commit 8b94fc3
Showing
8 changed files
with
114 additions
and
207 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
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
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/replace-initialization-algorithm-by-isometry-41f9ffa58f72ece5.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,7 @@ | ||
--- | ||
features_circuits: | ||
- | | ||
Replacing the internal synthesis algorithm of :class:`~.library.StatePreparation` | ||
and :class:`~.library.Initialize` of Shende et al. by the algorithm given in | ||
:class:`~.library.Isometry` of Iten et al. | ||
The new algorithm reduces the number of CX gates and the circuit depth by a factor of 2. |
Oops, something went wrong.