English

A sublinear query quantum algorithm for s-t minimum cut on dense simple graphs

Quantum Physics 2024-02-06 v2 Computational Complexity Data Structures and Algorithms

Abstract

An s-ts{\operatorname{-}}t minimum cut in a graph corresponds to a minimum weight subset of edges whose removal disconnects vertices ss and tt. Finding such a cut is a classic problem that is dual to that of finding a maximum flow from ss to tt. In this work we describe a quantum algorithm for the minimum s-ts{\operatorname{-}}t cut problem on undirected graphs. For an undirected graph with nn vertices, mm edges, and integral edge weights bounded by WW, the algorithm computes with high probability the weight of a minimum s-ts{\operatorname{-}}t cut after O~(mn5/6W1/3)\widetilde O(\sqrt{m} n^{5/6} W^{1/3}) queries to the adjacency list of GG. For simple graphs this bound is always O~(n11/6)\widetilde O(n^{11/6}), even in the dense case when m=Ω(n2)m = \Omega(n^2). In contrast, a randomized algorithm must make Ω(m)\Omega(m) queries to the adjacency list of a simple graph GG even to decide whether ss and tt are connected.

Keywords

Cite

@article{arxiv.2110.15587,
  title  = {A sublinear query quantum algorithm for s-t minimum cut on dense simple graphs},
  author = {Simon Apers and Arinta Auza and Troy Lee},
  journal= {arXiv preprint arXiv:2110.15587},
  year   = {2024}
}

Comments

The proof of the upper bound on the time complexity in the first arXiv version contained a fatal flaw. In this version we remove the claim about time complexity and prove the result only for query complexity

R2 v1 2026-06-24T07:17:17.050Z