Quantum Algorithm for the Fixed-Radius Neighbor Search
Luca Cappelli, Claudio Sanavio, Alessandro Andrea Zecchi, Giuseppe Murante, Sauro Succi

TL;DR
This paper introduces a quantum algorithm for fixed-radius neighbor search that significantly reduces query complexity and avoids cache misses, offering a potentially faster solution for large datasets.
Contribution
The paper presents a novel quantum algorithm for FRANS with linear query complexity and optimized circuit implementations, advancing quantum search methods for spatial data.
Findings
Query complexity of $\\mathcal{O}(N/\sqrt{M})$ matches the Grover lower bound.
Efficient circuit designs with depth $\mathcal{O}(q_1)$ for Chebyshev distance.
Trade-offs between circuit depth and width enable scalable implementations.
Abstract
Neighbor search is a computationally demanding problem, usually both time- and memory-consuming. The main problem of this kind of algorithms is the long execution time due to cache misses. In this work, we propose a quantum algorithm for the Fixed RAdius Neighbor Search problem (FRANS) based on the fixed-point version of Grover's algorithm. We propose an efficient circuit for solving the FRANS with linear query complexity with the number of particles . The quantum circuit returns the list of all the neighbors' pairs within the fixed radius, together with their distance, avoiding the slow down given by cache miss. We analyzed the gate and the query complexity of the circuit. Our FRANS algorithm presents a query complexity of , where is the number of solutions, reaching the optimal lower bound of the Grover's algorithm. We propose different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsQuantum Computing Algorithms and Architecture
