-
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.
More quantum circuit library refactoring (#13353)
* GraphState -> GraphStateGate * adding GraphStateGate::__eq__ method * oops... fourier checking should not be a gate * FourierChecking -> fourier_checking * UnitaryOverlap -> unitary_overlap * visualization improvements (following quantum_volume code) * visualization improvements (following quantum_volume code) * HiddenLinearFunction -> hidden_linear_function * unused imports * PhaseEstimation -> phase_estimation * cleaning up phase estimation code * reno * Restoring to the original definition of the FourierChecking circuit * pass over fourier_checking function * remaining suggestions from code review; missing tests; missing API refs * pylint * reno fix * another small round of addressing review comments
- Loading branch information
1 parent
4c3f8c9
commit 92692a2
Showing
13 changed files
with
725 additions
and
111 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
Oops, something went wrong.