ctamon / quantum-walk-on-graphs

Visual Simulation of Quantum Walk on Graphs
7 stars 2 forks source link

quantum-walk-on-graphs

Visual Simulation of Quantum Walk on Graphs.

Comments:

To run: on Linux, type the following on the command line:

python qwalk.py

The output will be a simulation of a continuous-time quantum walk on a path on three vertices.

To try the program on another graph, change the line containing

A = pathGraph(3)