English

SQUWALS: A Szegedy QUantum WALks Simulator

Quantum Physics 2024-05-07 v1 Software Engineering

Abstract

Szegedy's quantum walk is an algorithm for quantizing a general Markov chain. It has plenty of applications such as many variants of optimizations. In order to check its properties in an error-free environment, it is important to have a classical simulator. However, the current simulation algorithms require a great deal of memory due to the particular formulation of this quantum walk. In this paper we propose a memory-saving algorithm that scales as O(N2)\mathcal{O}(N^2) with the size NN of the graph. We provide additional procedures for simulating Szegedy's quantum walk over mixed states and also the Semiclassical Szegedy walk. With these techniques we have built a classical simulator in Python called SQUWALS. We show that our simulator scales as O(N2)\mathcal{O}(N^2) in both time and memory resources. This package provides some high-level applications for algorithms based on Szegedy's quantum walk, as for example the quantum PageRank.

Cite

@article{arxiv.2307.14314,
  title  = {SQUWALS: A Szegedy QUantum WALks Simulator},
  author = {Sergio A. Ortega and Miguel A. Martin-Delgado},
  journal= {arXiv preprint arXiv:2307.14314},
  year   = {2024}
}

Comments

RevTex 4.2, 16 pages, 9 color figures

R2 v1 2026-06-28T11:40:55.402Z