Skip to content

Commit

Permalink
Rewrite based on #3 and #4
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogarbellini committed Nov 22, 2021
1 parent edcfeb8 commit cbda257
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Code /QW_Search.py
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
"""

0 comments on commit cbda257

Please sign in to comment.