-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
matteogarbellini
committed
Nov 22, 2021
1 parent
edcfeb8
commit cbda257
Showing
1 changed file
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
""" | ||
M. Garbellini | ||
Dept. of Physics | ||
Universita degli Studi di Milano | ||
matteo.garbellini@studenti.unimi.it | ||
Quantum Walks with time-dependent Hamiltonians: | ||
application to the search problem on graphs | ||
This code is a rewritten version of the code used for my bachelor thesis | ||
at the University of Milan. The old version can be found at my github page | ||
github.com/mgarbellini. | ||
Major features and enhancement compare to | ||
the previous version. | ||
- QW Spatial search on graph with time-independent Hamiltonian (see Fahri & Gutmann) | ||
- QW Spatial search with time-dependent Hamiltonian | ||
- Different graph topology implemented: circle, complete, random, star, etc.. | ||
- Robustness of the approach | ||
- Localization and Multiple iteration search | ||
""" |