中文
相关论文

相关论文: Quantum algorithms for subset finding

200 篇论文

The problems of computing eccentricity, radius, and diameter are fundamental to graph theory. These parameters are intrinsically defined based on the distance metric of the graph. In this work, we propose quantum algorithms for the diameter…

量子物理 · 物理学 2025-02-28 Adam Wesołowski , Jinge Bao

We revisit the algorithmic problem of finding a triangle in a graph: We give a randomized combinatorial algorithm for triangle detection in a given $n$-vertex graph with $m$ edges running in $O(n^{7/3})$ time, or alternatively in…

数据结构与算法 · 计算机科学 2024-03-08 Adrian Dumitrescu

The running time of a quantum walk search algorithm depends on both the structure of the search space (graph) and the configuration of marked locations. While the first dependence have been studied in a number of papers, the second…

量子物理 · 物理学 2015-07-15 Nikolajs Nahimovs , Alexander Rivosh

The set equality problem is to tell whether two sets $A$ and $B$ are equal or disjoint under the promise that one of these is the case. This problem is related to the Graph Isomorphism problem. It was an open problem to find any $\omega(1)$…

量子物理 · 物理学 2007-05-23 Gatis Midrijanis

The lackadaisical quantum walk is a lazy version of a discrete-time, coined quantum walk, where each vertex has a weighted self-loop that permits the walker to stay put. They have been used to speed up spatial search on a variety of graphs,…

量子物理 · 物理学 2022-01-20 Jacob Rapoza , Thomas G. Wong

Given query access to an undirected graph $G$, we consider the problem of computing a $(1\pm\epsilon)$-approximation of the number of $k$-cliques in $G$. The standard query model for general graphs allows for degree queries, neighbor…

数据结构与算法 · 计算机科学 2018-11-13 Talya Eden , Dana Ron , C. Seshadhri

Local Search problem, which finds a local minimum of a black-box function on a given graph, is of both practical and theoretical importance to combinatorial optimization, complexity theory and many other areas in theoretical computer…

量子物理 · 物理学 2007-05-23 Shengyu Zhang

We propose quantum algorithms, purely quantum in nature, for calculating the determinant and inverse of an $(N-1)\times (N-1)$ matrix (depth is $O(N^2\log N)$) which is a simple modification of the algorithm for calculating the determinant…

量子物理 · 物理学 2025-06-02 Alexander I. Zenchuk , Georgii A. Bochkin , Wentao Qi , Asutosh Kumar , Junde Wu

We study search by quantum walk on a finite two dimensional grid. The algorithm of Ambainis, Kempe, Rivosh (quant-ph/0402107) takes O(\sqrt{N log N}) steps and finds a marked location with probability O(1/log N) for grid of size \sqrt{N} *…

量子物理 · 物理学 2011-12-15 Andris Ambainis , Arturs Backurs , Nikolajs Nahimovs , Raitis Ozols , Alexander Rivosh

We investigate the generalisation of quantum search of unstructured and totally ordered sets to search of partially ordered sets (posets). Two models for poset search are considered. In both models, we show that quantum algorithms can…

量子物理 · 物理学 2009-06-18 Ashley Montanaro

In this paper we isolate the combinatorial property responsible (at least in part) for the computational speedups recently observed in some quantum walk algorithms. We find that continuous-time quantum walks can exploit the covering space…

量子物理 · 物理学 2007-05-23 Tobias J. Osborne , Simone Severini

We present a quantum algorithm which identifies with certainty a hidden subgroup of an arbitrary finite group G in only a polynomial (in log |G|) number of calls to the oracle. This is exponentially better than the best classical algorithm.…

量子物理 · 物理学 2016-12-30 Mark Ettinger , Peter Hoyer , Emanuel Knill

Quantum algorithms for several problems in graph theory are considered. Classical algorithms for finding the lowest weight path between two points in a graph and for finding a minimal weight spanning tree involve searching over some space.…

量子物理 · 物理学 2007-05-23 Mark Heiligman

In this paper we construct quantum algorithms for matrix products over several algebraic structures called semirings, including the (max,min)-matrix product, the distance matrix product and the Boolean matrix product. In particular, we…

量子物理 · 物理学 2021-10-05 François Le Gall , Harumichi Nishimura

The Scattering Quantum Random Walk scheme has found success as a basis for search algorithms on highly symmetric graph structures. In this paper we examine its effectiveness at locating a specially marked vertex on square grid graphs,…

量子物理 · 物理学 2019-01-23 Daniel Koch

Detecting if a graph contains a $k$-Clique is one of the most fundamental problems in computer science. The asymptotically fastest algorithm runs in time $O(n^{\omega k/3})$, where $\omega$ is the exponent of Boolean matrix multiplication.…

数据结构与算法 · 计算机科学 2024-08-06 Amir Abboud , Nick Fischer , Yarin Shechter

In this paper, it is demonstrated that the DNA-based algorithm [Ho et al. 2005] for solving an instance of the clique problem to any a graph G = (V, E) with n vertices and p edges and its complementary graph G1 = (V, E1) with n vertices and…

数据结构与算法 · 计算机科学 2009-05-14 Weng-Long Chang , Ting-Ting Ren , Mang Feng , Jun Luo , Kawuu Weicheng Lin , Minyi Guo , Lai Chin Lu

Given two sets A and B and two oracles O(A) and O(B) that can identify the elements of these sets respectively, the goal is to find an element common to both sets using minimum number of oracle queries. Each application of either O(A) or…

量子物理 · 物理学 2012-10-18 Avatar Tulsi

We give a quantum algorithm for finding a marked element on the grid when there are multiple marked elements. Our algorithm uses quadratically fewer steps than a random walk on the grid, ignoring logarithmic factors. This is the first known…

量子物理 · 物理学 2017-07-04 Peter Hoyer , Mojtaba Komeili

Given $x, y$ on an unweighted undirected graph $G$, the goal of the pathfinding problem is to find an $x$-$y$ path. In this work, we first construct a graph $G$ based on welded trees and define a pathfinding problem in the adjacency list…

量子物理 · 物理学 2024-12-24 Jianqiang Li