This is a comprehensive catalog of quantum algorithms. If you notice any errors or omissions, please email me at spj.jordan@gmail.com. (Alternatively, you may submit a pull request to the repository on github.) Although I cannot guarantee a prompt response, your help is appreciated and will be acknowledged.
Algebraic and Number Theoretic Algorithms
Algorithm: FactoringSpeedup: Superpolynomial
Implementation: Classiq, Cirq, PennyLane, Qrisp
Description: Given an n-bit integer, find the prime factorization. The quantum algorithm of Peter Shor solves this in
Algorithm: Discrete-log
Speedup: Superpolynomial
Implementation: Classiq, Qrisp
Description: We are given three n-bit numbers a, b, and N, with the promise that
Algorithm: Pell's Equation
Speedup: Superpolynomial
Description: Given a positive nonsquare integer d, Pell's equation is
Algorithm: Principal Ideal
Speedup: Superpolynomial
Description: We are given an n-bit integer d and an invertible ideal I of the ring
Algorithm: Unit Group
Speedup: Superpolynomial
Description: The number field
Algorithm: Class Group
Speedup: Superpolynomial
Description: The number field
Algorithm: Gauss Sums
Speedup: Superpolynomial
Description: Let
Algorithm:Primality Proving
Speedup:Polynomial
Description: Given an n-bit number, return a proof of its primality. The fastest classical algorithms are AKS, the best versions of which [393, 394] have essentially-quartic complexity, and ECPP, where the heuristic complexity of the fastest version [395] is also essentially quartic. The fastest known quantum algorithm for this problem is the method of Donis-Vela and Garcia-Escartin [396], with complexity
Algorithm:Solving Exponential Congruences
Speedup:Polynomial
Description: We are given
Algorithm: Matrix Elements and Multiplicity Coefficients of Group Representations
Speedup: Superpolynomial
Description: All representations of finite groups and compact linear groups can be expressed as unitary matrices given an appropriate choice of basis. Conjugating the regular representation of a group by the quantum Fourier transform circuit over that group yields a direct sum of the group's irreducible representations. Thus, the efficient quantum Fourier transform over the symmetric group [196], together with the Hadamard test, yields a fast quantum algorithm for additively approximating individual matrix elements of the arbitrary irreducible representations of
Algorithm: Verifying Matrix Products
Speedup: Polynomial
Description: Given three
Algorithm: Subset-sum
Speedup: Polynomial
Description: Given a list of integers
Algorithm: Decoding
Speedup: Varies
Description: Classical error correcting codes allow the detection and correction of bit-flips by storing data reduntantly. Maximum-likelihood decoding for arbitrary linear codes is NP-complete in the worst case, but for structured codes or bounded error efficient decoding algorithms are known. Quantum algorithms have been formulated to speed up the decoding of convolutional codes [238] and simplex codes [239].
Algorithm: Quantum Cryptanalysis
Speedup: Various
Description: It is well-known that Shor's algorithms for factoring and discrete logarithms [82,125] completely break the RSA and Diffie-Hellman cryptosystems, as well as their elliptic-curve-based variants [109, 14]. (A number of "post-quantum" public-key cryptosystems have been proposed to replace these primitives, which are not known to be broken by quantum attacks.) Beyond Shor's algorithm, there is a growing body of work on quantum algorithms specifically designed to attack cryptosystems. These generally fall into three categories. The first is quantum algorithms providing polynomial or sub-exponential time attacks on cryptosystems under standard assumptions. In particular, the algorithm of Childs, Jao, and Soukharev for finding isogenies of elliptic curves breaks certain elliptic curve based cryptosystems in subexponential time that were not already broken by Shor's algorithm [283]. The second category is quantum algorithms achieving polynomial improvement over known classical cryptanalytic attacks by speeding up parts of these classical algorithms using Grover search, quantum collision finding, etc. Such attacks on private-key [284, 285, 288, 315, 316] and public-key [262, 287] primitives, do not preclude the use of the associated cryptosystems but may influence choice of key size. The third category is attacks that make use of quantum superposition queries to block ciphers. These attacks in many cases completely break the cryptographic primitives [286, 289, 290, 291, 292]. However, in most practical situations such superposition queries are unlikely to be feasible.
Oracular Algorithms
Algorithm: SearchingSpeedup: Polynomial
Implementation: Classiq, Cirq, PennyLane, Cirq, Qrisp (Grover), Qrisp (Quantum Counting), Qrisp (Amplitude Amplification)
Description: We are given an oracle with N allowed inputs. For one input w ("the winner") the corresponding output is 1, and for all other inputs the corresponding output is 0. The task is to find w. On a classical computer this requires
Algorithm: Abelian Hidden Subgroup
Speedup: Superpolynomial
Implementation: Classiq, Cirq
Description: Let G be a finitely generated Abelian group, and let H be some subgroup of G such that G/H is finite. Let f be a function on G such that for any
Algorithm: Non-Abelian Hidden Subgroup
Speedup: Superpolynomial
Description: Let G be a finitely generated group, and let H be some subgroup of G that has finitely many left cosets. Let f be a function on G such that for any
Algorithm: Bernstein-Vazirani
Speedup: Polynomial Directly, Superpolynomial Recursively
Implementation: Classiq, Cirq, PennyLane
Description: We are given an oracle whose input is n bits and whose output is one bit. Given input
Algorithm: Deutsch-Jozsa
Speedup: Exponential over P, none over BPP
Implementation: Classiq, PennyLane
Description: We are given an oracle whose input is n bits and whose output is one bit. We are promised that out of the
Algorithm: Formula Evaluation
Speedup: Polynomial
Description: A Boolean expression is called a formula if each variable is used only once. A formula corresponds to a circuit with no fanout, which consequently has the topology of a tree. By Reichardt's span-program formalism, it is now known [158] that the quantum query complexity of any formula of O(1) fanin on N variables is
Algorithm: Hidden Shift
Speedup: Superpolynomial
Implementation: Classiq, Cirq
Description: We are given oracle access to some function f on
Algorithm: Polynomial interpolation
Speedup: Varies
Description: Let
Algorithm: Pattern matching
Speedup: Superpolynomial
Description: Given strings T of length n and P of length m < n, both from some finite alphabet, the pattern matching problem is to find an occurrence of P as a substring of T or to report that P is not a substring of T. More generally, T and P could be d-dimensional arrays rather than one-dimensional arrays (strings). Then, the pattern matching problem is to return the location of P as a
Algorithm: Ordered Search
Speedup: Constant factor
Description: We are given oracle access to a list of N numbers in order from least to greatest. Given a number x, the task is to find out where in the list it would fit. Classically, the best possible algorithm is binary search which takes
Algorithm: Graph Properties in the Adjacency Matrix Model
Speedup: Polynomial
Description: Let G be a graph of n vertices. We are given access to an oracle, which given a pair of integers in {1,2,...,n} tells us whether the corresponding vertices are connected by an edge. Building on previous work [35,52,36], Dürr et al. [34] show that the quantum query complexity of finding a minimum spanning tree of weighted graphs, and deciding connectivity for directed and undirected graphs have
Algorithm: Graph Properties in the Adjacency List Model
Speedup: Polynomial
Description: Let G be a graph of N vertices, M edges, and degree d. We are given access to an oracle which, when queried with the label of a vertex and
Algorithm: Welded Tree
Speedup: Superpolynomial
Implementation: Classiq
Description: Some computational problems can be phrased in terms of the query complexity of finding one's way through a maze. That is, there is some graph G to which one is given oracle access. When queried with the label of a given node, the oracle returns a list of the labels of all adjacent nodes. The task is, starting from some source node (i.e. its label), to find the label of a certain marked destination node. As shown by Childs et al. [26], quantum computers can exponentially outperform classical computers at this task for at least some graphs. Specifically, consider the graph obtained by joining together two depth-n binary trees by a random "weld" such that all nodes but the two roots have degree three. Starting from one root, a quantum computer can find the other root using poly(n) queries, whereas this is provably impossible using classical queries.
Algorithm: Collision Finding and Element Distinctness
Speedup: Polynomial
Description: Suppose we are given oracle access to a two to one function f on a domain of size N. The collision problem is to find a pair
Algorithm: Graph Collision
Speedup: Polynomial
Description: We are given an undirected graph of n vertices and oracle access to a labelling of the vertices by 1 and 0. The graph collision problem is, by querying this oracle, to decide whether there exist a pair of vertices, connected by an edge, both of which are labelled 1. One can embed Grover's unstructured search problem as an instance of graph collision by choosing the star graph, labelling the center 1, and labelling the remaining vertices by the database entries. Hence, this problem has quantum query complexity
Algorithm: Matrix Commutativity
Speedup: Polynomial
Description: We are given oracle access to k matrices, each of which are
Algorithm: Group Commutativity
Speedup: Polynomial
Description: We are given a list of k generators for a group G and access to a blackbox implementing group multiplication. By querying this blackbox we wish to determine whether the group is commutative. The best known classical algorithm is due to Pak and requires O(k) queries. Magniez and Nayak have shown that the quantum query complexity of this task is
Algorithm: Hidden Nonlinear Structures
Speedup: Superpolynomial
Description: Any Abelian group G can be visualized as a lattice. A subgroup H of G is a sublattice, and the cosets of H are all the shifts of that sublattice. The Abelian hidden subgroup problem is normally solved by obtaining superposition over a random coset of the Hidden subgroup, and then taking the Fourier transform so as to sample from the dual lattice. Rather than generalizing to non-Abelian groups (see non-Abelian hidden subgroup), one can instead generalize to the problem of identifying hidden subsets other than lattices. As shown by Childs et al. [23] this problem is efficiently solvable on quantum computers for certain subsets defined by polynomials, such as spheres. Decker et al. showed how to efficiently solve some related problems in [31, 212].
Algorithm: Center of Radial Function
Speedup: Polynomial
Description: We are given an oracle that evaluates a function f from
Algorithm: Group Order and Membership
Speedup: Superpolynomial
Description: Suppose a finite group G is given oracularly in the following way. To every element in G, one assigns a corresponding label. Given an ordered pair of labels of group elements, the oracle returns the label of their product. There are several classically hard problems regarding such groups. One is to find the group's order, given the labels of a set of generators. Another task is, given a bitstring, to decide whether it corresponds to a group element. The constructive version of this membership problem requires, in the yes case, a decomposition of the given element as a product of group generators. Classically, these problems cannot be solved using polylog(|G|) queries even if G is Abelian. For Abelian groups, quantum computers can solve these problems using polylog(|G|) queries by reduction to the Abelian hidden subgroup problem, as shown by Mosca [74]. Furthermore, as shown by Watrous [91], quantum computers can solve these problems using polylog(|G|) queries for any solvable group. For groups given as matrices over a finite field rather than oracularly, the order finding and constructive membership problems can be solved in polynomial time by using the quantum algorithms for discrete log and factoring [124]. See also group isomorphism.
Algorithm: Group Isomorphism
Speedup: Superpolynomial
Description: Let G be a finite group. To every element of G is assigned an arbitrary label (bit string). Given an ordered pair of labels of group elements, the group oracle returns the label of their product. Given access to the group oracles for two groups G and G', and a list of generators for each group, we must decide whether G and G' are isomorphic. For Abelian groups, we can solve this problem using poly(log |G|, log |G'|) queries to the oracle by applying the quantum algorithm of [127], which decomposes any Abelian group into a canonical direct product of cyclic groups. The quantum algorithm of [128] solves the group isomorphism problem using poly(log |G|, log |G'|) queries for a certain class of non-Abelian groups. Specifically, a group G is in this class if G has a normal Abelian subgroup A and an element y of order coprime to |A| such that G = A, y. Zatloukal has recently given an exponential quantum speedup for some instances of a problem closely related to group isomorphism, namely testing equivalence of group extensions [202].
Algorithm: Statistical Difference
Speedup: Polynomial
Description: Suppose we are given two black boxes A and B whose domain is the integers 1 through T and whose range is the integers 1 through N. By choosing uniformly at random among allowed inputs we obtain a probability distribution over the possible outputs. We wish to approximate to constant precision the L1 distance between the probability distributions determined by A and B. Classically the number of necessary queries scales essentially linearly with N. As shown in [117], a quantum computer can achieve this using
Algorithm: Finite Rings and Ideals
Speedup: Superpolynomial
Description: Suppose we are given black boxes implementing the addition and multiplication operations on a finite ring R, not necessarily commutative, along with a set of generators for R. With respect to addition, R forms a finite Abelian group (R,+). As shown in [119], on a quantum computer one can find in poly(log |R|) time a set of additive generators
Algorithm: Counterfeit Coins
Speedup: Polynomial
Description: Suppose we are given N coins, k of which are counterfeit. The real coins are all of equal weight, and the counterfeit coins are all of some other equal weight. We have a pan balance and can compare the weight of any pair of subsets of the coins. Classically, we need
Algorithm: Matrix Rank
Speedup: Polynomial
Description: Suppose we are given oracle access to the (integer) entries of an
Algorithm: Matrix Multiplication over Semirings
Speedup: Polynomial
Description: A semiring is a set endowed with addition and multiplication operations that obey all the axioms of a ring except the existence additive inverses. Matrix multiplication over various semirings has many applications to graph problems. Matrix multiplication over semirings can be sped up by straightforward Grover improvements upon schoolbook multiplication, yielding a quantum algorithm that multiplies a pair of
Algorithm: Subset finding
Speedup: Polynomial
Description: We are oracle access to a function
Algorithm: Search with Wildcards
Speedup: Polynomial
Description: The search with wildcards problem is to identify a hidden n-bit string x by making queries to an oracle f. Given
Algorithm: Network flows
Speedup: Polynomial
Description: A network is a directed graph whose edges are labeled with numbers indicating their carrying capacities, and two of whose vertices are designated as the source and the sink. A flow on a network is an assignment of flows to the edges such that no flow exceeds that edge's capacity, and for each vertex other than the source and sink, the total inflow is equal to the total outflow. The network flow problem is, given a network, to find the flow that maximizes the total flow going from source to sink. For a network with n vertices, m edges, and integer capacities of maximum magnitude U, [168] gives a quantum algorithm to find the maximal flow in time
Algorithm: Electrical Resistance
Speedup: Exponential
Description: We are given oracle access to a weighted graph of n vertices and maximum degree d whose edge weights are to be interpreted as electrical resistances. Our task is to compute the resistance between a chosen pair of vertices. Wang gave two quantum algorithms in [210] for this task that run in time
Algorithm: Junta Testing and Group Testing
Speedup: Polynomial
Description: A function
Approximation and Simulation Algorithms
Algorithm: Quantum SimulationSpeedup: Superpolynomial
Implementation: Classiq (Hamiltonian), Classiq (Thermal), PennyLane, Qrisp
Description: The exponential complexity of classically simulating quantum systems led Feynman to first propose that quantum computers might outperform classical computers on certain tasks [40]. It is now believed that for any physically realistic Hamiltonian H on n degrees of freedom, the corresponding time evolution operator
Algorithm: Knot Invariants
Speedup: Superpolynomial
Description: As shown by Freedman [42, 41], et al., finding a certain additive approximation to the Jones polynomial of the plat closure of a braid at
Algorithm: Three-manifold Invariants
Speedup: Superpolynomial
Description: The Turaev-Viro invariant is a function that takes three-dimensional manifolds as input and produces a real number as output. Homeomorphic manifolds yield the same number. Given a three-manifold specified by a Heegaard splitting, a quantum computer can efficiently find a certain additive approximation to its Turaev-Viro invariant, and this approximation is BQP-complete [129]. Earlier, in [114], a polynomial-time quantum algorithm was given to additively approximate the Witten-Reshitikhin-Turaev (WRT) invariant of a manifold given by a surgery presentation. Squaring the WRT invariant yields the Turaev-Viro invariant. However, it is unknown whether the approximation achieved in [114] is BQP-complete. A suggestion of a possible link between quantum computation and three-manifold invariants was also given in [115].
Algorithm: Partition Functions
Speedup: Superpolynomial
Description: For a classical system with a finite set of states S the partition function is
Algorithm: Zeta Functions
Speedup: Superpolynomial
Description: Let f(x,y) be a degree-d polynomial over a finite field
Algorithm: Weight Enumerators
Speedup: Superpolynomial
Description: Let C be a code on n bits, i.e. a subset of
Algorithm: Simulated Annealing
Speedup: Polynomial
Description: In simulated annealing, one has a series of Markov chains defined by stochastic matrices
Algorithm: String Rewriting
Speedup: Superpolynomial
Description: String rewriting is a fairly general model of computation. String rewriting systems (sometimes called grammars) are specified by a list of rules by which certain substrings are allowed to be replaced by certain other substrings. For example, context free grammars, are equivalent to the pushdown automata. In [59], Janzing and Wocjan showed that a certain string rewriting problem is PromiseBQP-complete. Thus quantum computers can solve it in polynomial time, but classical computers probably cannot. Given three strings s,t,t', and a set of string rewriting rules satisfying certain promises, the problem is to find a certain approximation to the difference between the number of ways of obtaining t from s and the number of ways of obtaining t' from s. Similarly, certain problems of approximating the difference in number of paths between pairs of vertices in a graph, and difference in transition probabilities between pairs of states in a random walk are also BQP-complete [58].
Algorithm: Matrix Powers
Speedup: Superpolynomial
Description: Quantum computers have an exponential advantage in approximating matrix elements of powers of exponentially large sparse matrices. Suppose we are have an
Algorithm: Probabilistic Sampling
Speedup: Superpolynomial
Description: Although most computational problems are formulated either as decision problems or search problems, one can also consider the complexity of sampling from a given distribution of bit strings. In [474,473], it was shown that quantum computers can efficiently sample from certain distributions that cannot be exactly sampled from by any efficient classical randomized algorithm unless the Polynomial Hierarchy collapses to the third level. Sampling problems of this type have subsequently been used in experiments demonstrating the ability of present-day quantum computers to perform tasks that are beyond the reach of classical supercomputers. This is sometimes referred to as "quantum supremacy". Some quantum algorithms achieving polynomial speedup for sampling problems with known practical applications have also been devised [475].
Optimization, Numerics, and Machine Learning
Algorithm:Polynomial Quantum Speedups for Constraint Satisfaction ProblemsSpeedup: Polynomial
Implementation: Classiq, PennyLane, Qrisp (Quantum Backtracking)
Description: Constraint satisfaction problems, many of which are NP-hard, are ubiquitous in computer science, a canonical example being 3-SAT. If one wishes to satisfy as many constraints as possible rather than all of them, these become combinatorial optimization problems. (See also adiabatic algorithms.) The brute force solution to constraint satisfaction problems can be quadratically sped up using Grover's algorithm. However, most constraint satisfaction problems are solvable by classical algorithms that (although still exponential-time) run more than quadratically faster than brute force checking of all possible solutions. Nevertheless, a polynomial quantum speedup over the fastest known classical algorithm for 3-SAT is given in [133], and polynomial quantum speedups for some other constraint satisfaction problems are given in [134,298,493,492]. In [423] a quadratic quantum speedup for approximate solutions to homogeneous QUBO/Ising problems is obtained by building upon the quantum algorithm for semidefinite programming. A commonly used classical algorithm for constraint satisfaction is backtracking, and for some problems this algorithm is the fastest known. A general quantum speedup for backtracking algorithms is given in [264] and further improved in [422].
Algorithm: Adiabatic Algorithms
Speedup: Unknown
Implementation: Classiq (Linear Solver)
Description: In adiabatic quantum computation one starts with an initial Hamiltonian whose ground state is easy to prepare, and slowly varies the Hamiltonian to one whose ground state encodes the solution to some computational problem. By the adiabatic theorem, the system will track the instantaneous ground state provided the variation of the Hamiltonian is sufficiently slow. The runtime of an adiabatic algorithm scales at worst as
Algorithm: Quantum Approximate Optimization
Speedup: Superpolynomial
Implementation: Classiq, Cirq, PennyLane, Qrisp
Description: For many combinatorial optimization problems, finding the exact optimal solution is NP-complete. There are also hardness-of-approximation results proving that finding an approximation with sufficiently small error bound is NP-complete. For certain problems there is a gap between the best error bound achieved by a polynomial-time classical approximation algorithm and the error bound proven to be NP-hard. In this regime there is potential for exponential speedup by quantum computation. In [242] a new quantum algorithmic technique called the Quantum Approximate Optimization Algorithm (QAOA) was proposed for finding approximate solutions to combinatorial optimization problems. In [243] it was subsequently shown that QAOA solves a combinatorial optimization problem called Max E3LIN2 with a better approximation ratio than any polynomial-time classical algorithm known at the time. However, an efficient classical algorithm achieving an even better approximation ratio (in fact, the approximation ratio saturating the limit set by hardness-of-approximation) was subsequently discovered [260]. Presently, the power of QAOA relative to classical computing is an active area of research [300,301,302, 314,451,452,476].
Algorithm: Gradient Estimation and Learning Polynomials
Speedup: Polynomial
Description: Suppose we are given a oracle for computing some smooth function
Algorithm: Semidefinite Programming
Speedup: Polynomial (with some exceptions)
Description: Given a list of m + 1 Hermitian
Algorithm: Convex Optimization
Speedup: Polynomial
Description: Remarkably general results in [418,419,420] give quantum speedups for convex optimization and volume estimation of convex bodies, as well as query complexity lower bounds. Roughly speaking these results show that for convex optimization and volume estimation in d dimensions one gets a quadratic speedup in d just as was found earlier for the special case of minimizing quadratic forms. As shown in [130,146], quadratic forms and multilinear polynomials in d variables over a finite field may be extracted with a factor of d fewer quantum queries than are required classically. In [461] a quantum algorithm is given that achieves a polynomial speedup for linear programming. There are also quantum speedups for combinatorial optimization problems that, relative to the natural topology of the search space, lack local optima other than the global optimum. In particular, single query quantum algorithms for finding the minima of basins based on Hamming distance were given in [147,148,223]. Some no-go results on quantum speedup for general convex optimization in the presence of an oracle for gradients are given in [477]. A quadratic speedup for convex optimization problems arising in the context of linear regression is given in [497]. See also: Gradient Estimation and Semidefinite Programming.
Algorithm: Optimization by Decoded Quantum Interferometry
Speedup: Superpolynomial
Implementation: Classiq
Description: In [453] a method called Decoded Quantum Interferometry (DQI) is introduced which reduces optimization problems to decoding problems using quantum Fourier transforms. This produces approximate optima, where the number of constraints satisfied is determined by the number of errors that can be decoded. If each constraint depends on a limited number of variables then the resulting decoding problem is for a classical LDPC code. These can be decoded from large numbers of errors using efficient classical algorithms such as belief propagation. Additional structure in the constraints also translates over to the decoding problem and can in some cases be exploited. In particular, certain problems of finding a degree n polynomial over a finite field
Algorithm: Linear Systems
Speedup: Superpolynomial
Implementation: Classiq (HHL), Classiq (QSVT), Cirq (HHL), Qrisp/Pennylane (HHL)
Description: We are given oracle access to an
Algorithm: Machine Learning
Speedup: Varies
Implementation: Classiq (QSVM), Classiq (Autoencoder), PennyLane
Description: Maching learning encompasses a wide variety of computational problems and can be attacked by a wide variety of algorithmic techniques. This entry summarizes quantum algorithmic techniques for improved machine learning. Many of the quantum algorithms here are cross-listed under other headings. In [214,250,251,309,338,339,359,403], quantum algorithms for solving linear systems [104] are applied to speed up cluster-finding, principal component analysis, binary classification, training of neural networks, and various forms of regression, provided the data satisfies certain conditions. (See also [433] for subsequent improvements to quantum principal component analysis.) However, a number of quantum machine learning algorithms based on linear systems have subsequently been "dequantized". Specifically, Tang showed in [400, 401] that the problems of recommendation systems and principal component analysis solved by the quantum algorithms of [251,309] can in fact also be solved in polynomial time randomized classical algorithms. The works [222,487,488,489,490] give quantum algorithms for topological data analysis by persistent homology. A cluster-finding method not based on the linear systems algorithm of [104] is given in [336]. The papers [192,195,344,345,346,348] explore the use of adiabatic optimization techniques for the training of classifiers. In [456] quantum Ising machines are used for the training of classical neural networks. In [221], a method is proposed for training Boltzmann machines by manipulating coherent quantum states with amplitudes proportional to the Boltzmann weights. Polynomial speedups can be obtained by applying Grover search and related techniques such as amplitude amplification to amenable subroutines of state of the art classical machine learning algorithms. See, for example [358,340,341,342,343]. Other quantum machine learning algorithms not falling into one of the above categories include [337,349]. Some limitations of quantum machine learning algorithms are nicely summarized in [246]. Many other quantum query algorithms that extract hidden structure of the black-box function could be cast as machine learning algorithms. See for example [146,23,11,31,212]. Query algorithms for learning the majority and "battleship" functions are given in [224]. Large quantum advantages for learning from noisy oracles are given in [236,237]. In [428] quantum kernel estimation is used to implement a support-vector classifier solving a learning problem that is provably as hard as discrete logarithm. Several recent review articles [299,332,333] and a book [331] are available which summarize the state of the field. There is a related body of work, not strictly within the standard setting of quantum algorithms, regarding quantum learning in the case that the data itself is quantum coherent. See e.g. [350,334,335,351,352,353,354,355,356,357].
Algorithm: Tensor Principal Component Analysis
Speedup: Polynomial (quartic)
Description: In [424] a quantum algorithm is given for an idealized problem motivated by machine learning applications on high-dimensional data sets. Consider
Algorithm: Solving Linear Differential Equations
Speedup: Superpolynomial
Implementation: Classiq
Description: Consider linear first order differential equation
Algorithm: Solving Nonlinear Differential Equations
Speedup: Superpolynomial
Description: A quantum algorithm for solving nonlinear differential equations, in the sense of obtaining a solution encoded in the amplitudes, is described in [411], which has exponential scaling in t. In [426] a method is introduced for solving nonlinear differential equations using Carleman linearization, whose runtime scales as
Algorithm: Quantum Dynamic Programming
Speedup: Polynomial
Description: In [409] the authors introduce a problem called path-in-the-hypercube. In this problem, one given a subgraph of the hypercube and asked whether there is a path along this subgraph that starts from the all zeros vertex, ends at the all ones vertex, and makes only Hamming weight increasing moves. (The vertices of the hypercube graph correspond to bit strings of length n and the hypercube graph joins vertices of Hamming distance one.) Many NP-complete problems for which the best classical algorithm is dynamic programming can be modeled as instances of path-in-the-hypercube. By combining Grover search with dynamic programming methods, a quantum algorithm can solve path-in-the-hypercube in time
Algorithm: Computing the Principal Eigenvector
Speedup: Polynomial
Description: Given query access to the matrix elements of a
Algorithm: Approximating Nash Equilibria
Speedup: Polynomial
Description: Given oracle access to an
Algorithm: Lattice Problems by Filtering
Speedup: Exponential
Description: We are given a set of basis vectors in
Acknowledgments
I thank the following people for contributing their expertise (in chronological order).- Daniel Lidar
- Wim van Dam
- Geordie Rose
- Yi-Kai Liu
- Robin Kothari
- Martin Schwarz
- Dorit Aharonov
- Alessandro Cosentino
- Andrew Childs
- Stacey Jeffery
- Lov Grover
- Eduin H. Serna
- Charles Greathouse
- Juani Bermejo-Vega
- Luis Kowada
- Keith Britt
- Aram Harrow
- Zafer Gedik
- David Cornwell
- Cedric Lin
- Shelby Kimmel
- Jeremy Singer
- Dan Boneh
- Rich Schroeppel
- Yuan Su
- Tim Stevens
- Martin Ekerå
- Igor Shparlinski
- Timothy Chase
- Alejandro Pozas-Kerstjens
- Nikhil Vyas
- Kevin Lui
- Vladimir Korepin
- Andriyan Suksmono
- Jack Hidary
- Donny Greenberg
- Nicola Vitucci
- Kunal Marwaha
- José Ignacio Espinoza Camacho
- Vincenzo Savona
- Barry Sanders
- Jeremy Wright
- Sarah Kaiser
- Benjamin Tokgöz
- Armando Bellante
- Seongbin Park
- Xujie Song
- Alexis Fimeyer
- Xiang Li
- Diego Garcia Martin
- Martin Larocca
References
- 1
-
Daniel S. Abrams and Seth Lloyd
Simulation of many-body Fermi systems on a universal quantum computer.
Physical Review Letters, 79(13):2586-2589, 1997.
[arXiv:quant-ph/9703054] - 2
-
Dorit Aharonov and Itai Arad
The BQP-hardness of approximating the Jones polynomial.
New Journal of Physics 13:035019, 2011.
[arXiv:quant-ph/0605181] - 3
-
Dorit Aharonov, Itai Arad, Elad Eban, and Zeph Landau
Polynomial quantum algorithms for additive approximations of the Potts model and other points of the Tutte plane.
arXiv:quant-ph/0702008, 2007. - 4
-
Dorit Aharonov, Vaughan Jones, and Zeph Landau
A polynomial quantum algorithm for approximating the Jones polynomial.
In Proceedings of the 38th ACM Symposium on Theory of Computing, 2006.
[arXiv:quant-ph/0511096] - 5
-
Dorit Aharonov and Amnon Ta-Shma
Adiabatic quantum state generation and statistical zero knowledge.
In Proceedings of the 35th ACM Symposium on Theory of Computing, 2003.
[arXiv:quant-ph/0301023] - 6
-
A. Ambainis, H. Buhrman, P. Høyer, M. Karpinizki, and P. Kurur
Quantum matrix verification.
Unpublished Manuscript, 2002. - 7
-
Andris Ambainis
Quantum walk algorithm for element distinctness.
SIAM Journal on Computing, 37:210-239, 2007.
[arXiv:quant-ph/0311001] - 8
-
Andris Ambainis, Andrew M. Childs, Ben W.Reichardt, Robert Špalek, and
Shengyu Zheng
Every AND-OR formula of size N can be evaluated in time on a quantum computer.
In Proceedings of the 48th IEEE Symposium on the Foundations of Computer Science, pages 363-372, 2007.
[ arXiv:quant-ph/0703015 and arXiv:0704.3628] - 9
-
Dave Bacon, Andrew M. Childs, and Wim van Dam
From optimal measurement to efficient quantum algorithms for the hidden subgroup problem over semidirect product groups.
In Proceedings of the 46th IEEE Symposium on Foundations of Computer Science, pages 469-478, 2005.
[arXiv:quant-ph/0504083] - 10
-
Michael Ben-Or and Avinatan Hassidim
Quantum search in an ordered list via adaptive learning.
arXiv:quant-ph/0703231, 2007. - 11
-
Ethan Bernstein and Umesh Vazirani
Quantum complexity theory.
In Proceedings of the 25th ACM Symposium on the Theory of Computing, pages 11-20, 1993. - 12
-
D.W. Berry, G. Ahokas, R. Cleve, and B. C. Sanders
Efficient quantum algorithms for simulating sparse Hamiltonians.
Communications in Mathematical Physics, 270(2):359-371, 2007.
[arXiv:quant-ph/0508139] - 13
-
A. Berzina, A. Dubrovsky, R. Frivalds, L. Lace, and O. Scegulnaja
Quantum query complexity for some graph problems.
In Proceedings of the 30th Conference on Current Trends in Theory and Practive of Computer Science, pages 140-150, 2004. - 14
-
D. Boneh and R. J. Lipton
Quantum cryptanalysis of hidden linear functions.
In Don Coppersmith, editor, CRYPTO '95, Lecture Notes in Computer Science, pages 424-437. Springer-Verlag, 1995. - 15
-
M. Boyer, G. Brassard, P. Høyer, and A. Tapp
Tight bounds on quantum searching.
Fortschritte der Physik, 46:493-505, 1998. - 16
-
G. Brassard, P. Høyer, and A. Tapp
Quantum counting.
arXiv:quant-ph/9805082, 1998. - 17
-
Gilles Brassard, Peter Høyer, Michele Mosca, and Alain Tapp
Quantum amplitude amplification and estimation.
In Samuel J. Lomonaco Jr. and Howard E. Brandt, editors, Quantum Computation and Quantum Information: A Millennium Volume, volume 305 of AMS Contemporary Mathematics Series. American Mathematical Society, 2002.
[arXiv:quant-ph/0005055] - 18
-
Gilles Brassard, Peter Høyer, and Alain Tapp
Quantum algorithm for the collision problem.
ACM SIGACT News, 28:14-19, 1997.
[arXiv:quant-ph/9705002] - 19
-
Harry Buhrman and Robert Špalek
Quantum verification of matrix products.
In Proceedings of the 17th ACM-SIAM Symposium on Discrete Algorithms, pages 880-889, 2006.
[arXiv:quant-ph/0409035] - 20
-
David Bulger
Quantum basin hopping with gradient-based local optimisation.
arXiv:quant-ph/0507193, 2005. - 21
-
Harry Burhrman, Christoph Dürr, Mark Heiligman, Peter Høyer,
Frédéric Magniez, Miklos Santha, and Ronald de Wolf
Quantum algorithms for element distinctness.
In Proceedings of the 16th IEEE Annual Conference on Computational Complexity, pages 131-137, 2001.
[arXiv:quant-ph/0007016] - 22
-
Dong Pyo Chi, Jeong San Kim, and Soojoon Lee
Notes on the hidden subgroup problem on some semi-direct product groups.
Phys. Lett. A 359(2):114-116, 2006.
[arXiv:quant-ph/0604172] - 23
-
A. M. Childs, L. J. Schulman, and U. V. Vazirani
Quantum algorithms for hidden nonlinear structures.
In Proceedings of the 48th IEEE Symposium on Foundations of Computer Science, pages 395-404, 2007.
[arXiv:0705.2784] - 24
-
Andrew Childs and Troy Lee
Optimal quantum adversary lower bounds for ordered search.
Proceedings of ICALP 2008
[arXiv:0708.3396] - 25
-
Andrew M. Childs
Quantum information processing in continuous time.
PhD thesis, MIT, 2004. - 26
-
Andrew M. Childs, Richard Cleve, Enrico Deotto, Edward Farhi, Sam Gutmann, and
Daniel A. Spielman
Exponential algorithmic speedup by quantum walk.
In Proceedings of the 35th ACM Symposium on Theory of Computing, pages 59-68, 2003.
[arXiv:quant-ph/0209131] - 27
-
Andrew M. Childs, Richard Cleve, Stephen P. Jordan, and David Yonge-Mallo
Discrete-query quantum algorithm for NAND trees.
Theory of Computing, 5:119-123, 2009.
[arXiv:quant-ph/0702160] - 28
-
Andrew M. Childs and Wim van Dam
Quantum algorithm for a generalized hidden shift problem.
In Proceedings of the 18th ACM-SIAM Symposium on Discrete Algorithms, pages 1225-1232, 2007.
[arXiv:quant-ph/0507190] - 29
-
Richard Cleve, Dmitry Gavinsky, and David L. Yonge-Mallo
Quantum algorithms for evaluating MIN-MAX trees.
In Theory of Quantum Computation, Communication, and Cryptography, pages 11-15,
Springer, 2008. (LNCS Vol. 5106)
[arXiv:0710.5794] - 30
-
J. Niel de Beaudrap, Richard Cleve, and John Watrous
Sharp quantum versus classical query complexity separations.
Algorithmica, 34(4):449-461, 2002.
[arXiv:quant-ph/0011065v2] - 31
-
Thomas Decker, Jan Draisma, and Pawel Wocjan
Quantum algorithm for identifying hidden polynomials.
Quantum Information and Computation, 9(3):215-230, 2009.
[arXiv:0706.1219] - 32
-
David Deutsch
Quantum theory, the Church-Turing principle, and the universal quantum computer.
Proceedings of the Royal Society of London Series A, 400:97-117, 1985. - 33
-
David Deutsch and Richard Jozsa
Rapid solution of problems by quantum computation.
Proceedings of the Royal Society of London Series A, 493:553-558, 1992. - 34
-
Christoph Dürr, Mark Heiligman, Peter Høyer, and Mehdi Mhalla
Quantum query complexity of some graph problems.
SIAM Journal on Computing, 35(6):1310-1328, 2006.
[arXiv:quant-ph/0401091] - 35
-
Christoph Dürr and Peter Høyer
A quantum algorithm for finding the minimum.
arXiv:quant-ph/9607014, 1996. - 36
-
Christoph Dürr, Mehdi Mhalla, and Yaohui Lei
Quantum query complexity of graph connectivity.
arXiv:quant-ph/0303169, 2003. - 37
-
Mark Ettinger, Peter Høyer, and Emanuel Knill
The quantum query complexity of the hidden subgroup problem is polynomial.
Information Processing Letters, 91(1):43-48, 2004.
[arXiv:quant-ph/0401083] - 38
-
Edward Farhi, Jeffrey Goldstone, and Sam Gutmann
A quantum algorithm for the Hamiltonian NAND tree.
Theory of Computing 4:169-190, 2008.
[arXiv:quant-ph/0702144] - 39
-
Edward Farhi, Jeffrey Goldstone, Sam Gutmann, and Michael Sipser
Invariant quantum algorithms for insertion into an ordered list.
arXiv:quant-ph/9901059, 1999. - 40
-
Richard P. Feynman
Simulating physics with computers.
International Journal of Theoretical Physics, 21(6/7):467-488, 1982. - 41
-
Michael Freedman, Alexei Kitaev, and Zhenghan Wang
Simulation of topological field theories by quantum computers.
Communications in Mathematical Physics, 227:587-603, 2002. - 42
-
Michael Freedman, Michael Larsen, and Zhenghan Wang
A modular functor which is universal for quantum computation.
Comm. Math. Phys. 227(3):605-622, 2002.
[arXiv:quant-ph/0001108] - 43
-
K. Friedl, G. Ivanyos, F. Magniez, M. Santha, and P. Sen
Hidden translation and translating coset in quantum computing.
SIAM Journal on Computing Vol. 43, pp. 1-24, 2014.
Appeared earlier in Proceedings of the 35th ACM Symposium on Theory of Computing, pages 1-9, 2003.
[arXiv:quant-ph/0211091] - 44
-
D. Gavinsky
Quantum solution to the hidden subgroup problem for poly-near-Hamiltonian-groups.
Quantum Information and Computation, 4:229-235, 2004. - 45
-
Joseph Geraci
A new connection between quantum circuits, graphs and the Ising partition function
Quantum Information Processing, 7(5):227-242, 2008.
[arXiv:0801.4833] - 46
-
Joseph Geraci and Frank Van Bussel
A theorem on the quantum evaluation of weight enumerators for a certain class of cyclic Codes with a note on cyclotomic cosets.
arXiv:cs/0703129, 2007. - 47
-
Joseph Geraci and Daniel A. Lidar
On the exact evaluation of certain instances of the Potts partition function by quantum computers.
Comm. Math. Phys. Vol. 279, pg. 735, 2008.
[arXiv:quant-ph/0703023] - 48
-
Lov K. Grover
Quantum mechanics helps in searching for a needle in a haystack.
Physical Review Letters, 79(2):325-328, 1997.
[arXiv:quant-ph/9605043] - 49
-
Sean Hallgren
Polynomial-time quantum algorithms for Pell's equation and the principal ideal problem.
In Proceedings of the 34th ACM Symposium on Theory of Computing, 2002. - 50
-
Sean Hallgren
Fast quantum algorithms for computing the unit group and class group of a number field.
In Proceedings of the 37th ACM Symposium on Theory of Computing, 2005. - 51
-
Sean Hallgren, Alexander Russell, and Amnon Ta-Shma
Normal subgroup reconstruction and quantum computation using group representations.
SIAM Journal on Computing, 32(4):916-934, 2003. - 52
-
Mark Heiligman
Quantum algorithms for lowest weight paths and spanning trees in complete graphs.
arXiv:quant-ph/0303131, 2003. - 53
-
Yoshifumi Inui and François Le Gall
Efficient quantum algorithms for the hidden subgroup problem over a class of semi-direct product groups.
Quantum Information and Computation, 7(5/6):559-570, 2007.
[arXiv:quant-ph/0412033] - 54
-
Yuki Kelly Itakura
Quantum algorithm for commutativity testing of a matrix set.
Master's thesis, University of Waterloo, 2005.
[arXiv:quant-ph/0509206] - 55
-
Gábor Ivanyos, Frédéric Magniez, and Miklos Santha
Efficient quantum algorithms for some instances of the non-abelian hidden subgroup problem.
In Proceedings of the 13th ACM Symposium on Parallel Algorithms and Architectures, pages 263-270, 2001.
[arXiv:quant-ph/0102014] - 56
-
Gábor Ivanyos, Luc Sanselme, and Miklos Santha
An efficient quantum algorithm for the hidden subgroup problem in extraspecial groups.
In Proceedings of the 24th Symposium on Theoretical Aspects of Computer Science, 2007.
[arXiv:quant-ph/0701235] - 57
-
Gábor Ivanyos, Luc Sanselme, and Miklos Santha
An efficient quantum algorithm for the hidden subgroup problem in nil-2 groups.
In LATIN 2008: Theoretical Informatics, pg. 759-771, Springer (LNCS 4957).
[arXiv:0707.1260] - 58
-
Dominik Janzing and Pawel Wocjan
BQP-complete problems concerning mixing properties of classical random walks on sparse graphs.
arXiv:quant-ph/0610235, 2006. - 59
-
Dominik Janzing and Pawel Wocjan
A promiseBQP-complete string rewriting problem.
Quantum Information and Computation, 10(3/4):234-257, 2010.
[arXiv:0705.1180] - 60
-
Dominik Janzing and Pawel Wocjan
A simple promiseBQP-complete matrix problem.
Theory of Computing, 3:61-79, 2007.
[arXiv:quant-ph/0606229] - 61
-
Stephen P. Jordan
Fast quantum algorithm for numerical gradient estimation.
Physical Review Letters, 95:050501, 2005.
[arXiv:quant-ph/0405146] - 62
-
Stephen P. Jordan
Quantum Computation Beyond the Circuit Model.
PhD thesis, Massachusetts Institute of Technology, 2008.
[arXiv:0809.2307] - 63
-
Ivan Kassal, Stephen P. Jordan, Peter J. Love, Masoud Mohseni, and Alán
Aspuru-Guzik
Quantum algorithms for the simulation of chemical dynamics.
Proc. Natl. Acad. Sci. Vol. 105, pg. 18681, 2008.
[arXiv:0801.2986] - 64
-
Kiran S. Kedlaya
Quantum computation of zeta functions of curves.
Computational Complexity, 15:1-19, 2006.
[arXiv:math/0411623] - 65
-
E. Knill and R. Laflamme
Quantum computation and quadratically signed weight enumerators.
Information Processing Letters, 79(4):173-179, 2001.
[arXiv:quant-ph/9909094] - 66
-
Greg Kuperberg
A subexponential-time quantum algorithm for the dihedral hidden subgroup problem.
SIAM Journal on Computing, 35(1):170-188, 2005.
[arXiv:quant-ph/0302112] - 67
-
Daniel A. Lidar
On the quantum computational complexity of the Ising spin glass partition function and of knot invariants.
New Journal of Physics Vol. 6, pg. 167, 2004.
[arXiv:quant-ph/0309064] - 68
-
Daniel A. Lidar and Haobin Wang
Calculating the thermal rate constant with exponential speedup on a quantum computer.
Physical Review E, 59(2):2429-2438, 1999.
[arXiv:quant-ph/9807009] - 69
-
Chris Lomont
The hidden subgroup problem - review and open problems.
arXiv:quant-ph/0411037, 2004. - 70
-
Frédéric Magniez, Miklos Santha, and Mario Szegedy
Quantum algorithms for the triangle problem.
SIAM Journal on Computing, 37(2):413-424, 2007.
[arXiv:quant-ph/0310134] - 71
-
Carlos Magno, M. Cosme, and Renato Portugal
Quantum algorithm for the hidden subgroup problem on a class of semidirect product groups.
arXiv:quant-ph/0703223, 2007. - 72
-
Cristopher Moore, Daniel Rockmore, Alexander Russell, and Leonard Schulman
The power of basis selection in Fourier sampling: the hidden subgroup problem in affine groups.
In Proceedings of the 15th ACM-SIAM Symposium on Discrete Algorithms, pages 1113-1122, 2004.
[arXiv:quant-ph/0211124] - 73
-
M. Mosca
Quantum searching, counting, and amplitude amplification by eigenvector analysis.
In R. Freivalds, editor, Proceedings of International Workshop on Randomized Algorithms, pages 90-100, 1998. - 74
-
Michele Mosca
Quantum Computer Algorithms.
PhD thesis, University of Oxford, 1999. - 75
-
Ashwin Nayak and Felix Wu
The quantum query complexity of approximating the median and related statistics.
In Proceedings of 31st ACM Symposium on the Theory of Computing, 1999.
[arXiv:quant-ph/9804066] - 76
-
Michael A. Nielsen and Isaac L. Chuang.
Quantum Computation and Quantum Information.
Cambridge University Press, Cambridge, UK, 2000. - 77
-
Erich Novak
Quantum complexity of integration.
Journal of Complexity, 17:2-16, 2001.
[arXiv:quant-ph/0008124] - 78
-
Oded Regev
Quantum computation and lattice problems.
In Proceedings of the 43rd Symposium on Foundations of Computer Science, 2002.
[arXiv:cs/0304005] - 79
-
Oded Regev
A subexponential time algorithm for the dihedral hidden subgroup problem with polynomial space.
arXiv:quant-ph/0406151, 2004. - 80
-
Ben Reichardt and Robert Špalek
Span-program-based quantum algorithm for evaluating formulas.
Proceedings of STOC 2008
[arXiv:0710.2630] - 81
-
Martin Roetteler and Thomas Beth
Polynomial-time solution to the hidden subgroup problem for a class of non-abelian groups.
arXiv:quant-ph/9812070, 1998. - 82
-
Peter W. Shor
Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer.
SIAM Journal on Computing, 26(5):1484-1509, 1997.
[arXiv:quant-ph/9508027] - 83
-
Peter W. Shor and Stephen P. Jordan
Estimating Jones polynomials is a complete problem for one clean qubit.
Quantum Information and Computation, 8(8/9):681-714, 2008.
[arXiv:0707.2831] - 84
-
R. D. Somma, S. Boixo, and H. Barnum
Quantum simulated annealing.
arXiv:0712.1008, 2007. - 85
-
M. Szegedy
Quantum speed-up of Markov chain based algorithms.
In Proceedings of the 45th IEEE Symposium on Foundations of Computer Science, pg. 32, 2004. - 86
-
Wim van Dam
Quantum algorithms for weighing matrices and quadratic residues.
Algorithmica, 34(4):413-428, 2002.
[arXiv:quant-ph/0008059] - 87
-
Wim van Dam
Quantum computing and zeros of zeta functions.
arXiv:quant-ph/0405081, 2004. - 88
-
Wim van Dam and Sean Hallgren
Efficient quantum algorithms for shifted quadratic character problems.
arXiv:quant-ph/0011067, 2000. - 89
-
Wim van Dam, Sean Hallgren, and Lawrence Ip
Quantum algorithms for some hidden shift problems.
SIAM Journal on Computing, 36(3):763-778, 2006.
[arXiv:quant-h/0211140] - 90
-
Wim van Dam and Gadiel Seroussi
Efficient quantum algorithms for estimating Gauss sums.
arXiv:quant-ph/0207131, 2002. - 91
-
John Watrous
Quantum algorithms for solvable groups.
In Proceedings of the 33rd ACM Symposium on Theory of Computing, pages 60-67, 2001.
[arXiv:quant-ph/0011023] - 92
-
Stephen Wiesner
Simulations of many-body quantum systems by a quantum computer.
arXiv:quant-ph/9603028, 1996. - 93
-
Pawel Wocjan and Jon Yard
The Jones polynomial: quantum algorithms and applications in quantum complexity theory.
Quantum Information and Computation 8(1/2):147-180, 2008.
[arXiv:quant-ph/0603069] - 94
-
Andrew Yao
On computing the minima of quadratic forms.
In Proceedings of the 7th ACM Symposium on Theory of Computing, pages 23-26, 1975. - 95
-
Christof Zalka
Efficient simulation of quantum systems by quantum computers.
Proceedings of the Royal Society of London Series A, 454:313, 1996.
[arXiv:quant-ph/9603026] - 96
-
Edward Farhi, Jeffrey Goldstone, Sam Gutmann, and Michael Sipser
Quantum computation by adiabatic evolution.
arXiv:quant-ph/0001106, 2000. - 97
-
Dorit Aharonov, Wim van Dam, Julia Kempe, Zeph Landau, Seth Lloyd, and Oded Regev
Adiabatic Quantum Computation is Equivalent to Standard Quantum Computation.
SIAM Journal on Computing, 37(1):166-194, 2007.
[arXiv:quant-ph/0405098] - 98
-
Jérémie Roland and Nicolas J. Cerf
Quantum search by local adiabatic evolution.
Physical Review A, 65(4):042308, 2002.
[arXiv:quant-ph/0107015] - 99
-
L.-A. Wu, M.S. Byrd, and D. A. Lidar
Polynomial-Time Simulation of Pairing Models on a Quantum Computer.
Physical Review Letters, 89(6):057904, 2002.
[arXiv:quant-ph/0108110] - 100
-
Eli Biham, Ofer Biham, David Biron, Markus Grassl, and Daniel Lidar
Grover's quantum search algorithm for an arbitrary initial amplitude distribution.
Physical Review A, 60(4):2742, 1999.
[arXiv:quant-ph/9807027 and arXiv:quant-ph/0010077] - 101
-
Andrew Childs, Shelby Kimmel, and Robin Kothari
The quantum query complexity of read-many formulas
In Proceedings of ESA 2012, pg. 337-348, Springer. (LNCS 7501)
[arXiv:1112.0548] - 102
-
Alán Aspuru-Guzik, Anthony D. Dutoi, Peter J. Love, and Martin Head-Gordon
Simulated quantum computation of molecular energies.
Science, 309(5741):1704-1707, 2005.
[arXiv:quant-ph/0604193] - 103
-
A. M. Childs, A. J. Landahl, and P. A. Parrilo
Quantum algorithms for the ordered search problem via semidefinite programming.
Physical Review A, 75 032335, 2007.
[arXiv:quant-ph/0608161] - 104
-
Aram W. Harrow, Avinatan Hassidim, and Seth Lloyd
Quantum algorithm for solving linear systems of equations.
Physical Review Letters 15(103):150502, 2009.
[arXiv:0811.3171] - 105
-
Martin Roetteler
Quantum algorithms for highly non-linear Boolean functions.
Proceedings of SODA 2010
[arXiv:0811.3208] - 106
-
Stephen P. Jordan
Fast quantum algorithms for approximating the irreducible representations of groups.
arXiv:0811.0562, 2008. - 107
-
Tim Byrnes and Yoshihisa Yamamoto
Simulating lattice gauge theories on a quantum computer.
Physical Review A, 73, 022328, 2006.
[arXiv:quant-ph/0510027] - 108
-
D. Simon
On the Power of Quantum Computation.
In Proceedings of the 35th Symposium on Foundations of Computer Science, pg. 116-123, 1994. - 109
-
John Proos and Christof Zalka
Shor's discrete logarithm quantum algorithm for elliptic curves.
Quantum Information and Computation, Vol. 3, No. 4, pg.317-344, 2003.
[arXiv:quant-ph/0301141] - 110
-
Yi-Kai Liu
Quantum algorithms using the curvelet transform.
Proceedings of STOC 2009, pg. 391-400.
[arXiv:0810.4968] - 111
-
Wim van Dam and Igor Shparlinski
Classical and quantum algorithms for exponential congruences.
Proceedings of TQC 2008, pg. 1-10.
[arXiv:0804.1109] - 112
-
Itai Arad and Zeph Landau
Quantum computation and the evaluation of tensor networks.
SIAM Journal on Computing, 39(7):3089-3121, 2010.
[arXiv:0805.0040] - 113
-
M. Van den Nest, W. Dür, R. Raussendorf, and H. J. Briegel
Quantum algorithms for spin models and simulable gate sets for quantum computation.
Physical Review A, 80:052334, 2009.
[arXiv:0805.1214] - 114
-
Silvano Garnerone, Annalisa Marzuoli, and Mario Rasetti
Efficient quantum processing of 3-manifold topological invariants.
Advances in Theoretical and Mathematical Physics, 13(6):1601-1652, 2009.
[arXiv:quant-ph/0703037] - 115
-
Louis H. Kauffman and Samuel J. Lomonaco Jr.
q-deformed spin networks, knot polynomials and anyonic topological quantum computation.
Journal of Knot Theory, Vol. 16, No. 3, pg. 267-332, 2007.
[arXiv:quant-ph/0606114] - 116
-
Arthur Schmidt and Ulrich Vollmer
Polynomial time quantum algorithm for the computation of the unit group of a number field.
In Proceedings of the 37th Symposium on the Theory of Computing, pg. 475-480, 2005. - 117
-
Sergey Bravyi, Aram Harrow, and Avinatan Hassidim
Quantum algorithms for testing properties of distributions.
IEEE Transactions on Information Theory 57(6):3971-3981, 2011.
[arXiv:0907.3920] - 118
-
Pawel M. Wocjan, Stephen P. Jordan, Hamed Ahmadi, and Joseph P. Brennan
Efficient quantum processing of ideals in finite rings.
arXiv:0908.0022, 2009. - 119
-
V. Arvind, Bireswar Das, and Partha Mukhopadhyay
The complexity of black-box ring problems.
In Proceedings of COCCOON 2006, pg 126-145. - 120
-
V. Arvind and Partha Mukhopadhyay
Quantum query complexity of multilinear identity testing.
In Proceedings of STACS 2009, pg. 87-98. - 121
-
David Poulin and Pawel Wocjan
Sampling from the thermal quantum Gibbs state and evaluating partition functions with a quantum computer.
Physical Review Letters 103:220502, 2009.
[arXiv:0905.2199] - 122
-
Pawel Wocjan, Chen-Fu Chiang, Anura Abeyesinghe, and Daniel Nagaj
Quantum speed-up for approximating partition functions.
Physical Review A 80:022340, 2009.
[arXiv:0811.0596] - 123
-
Ashley Montanaro
Quantum search with advice.
In Proceedings of the 5th conference on Theory of quantum computation, communication, and cryptography (TQC 2010)
[arXiv:0908.3066] - 124
-
Laszlo Babai, Robert Beals, and Akos Seress
Polynomial-time theory of matrix groups.
In Proceedings of STOC 2009, pg. 55-64. - 125
-
Peter Shor
Algorithms for Quantum Computation: Discrete Logarithms and Factoring.
In Proceedings of FOCS 1994, pg. 124-134. - 126
-
Aaron Denney, Cristopher Moore, and Alex Russell
Finding conjugate stabilizer subgroups in PSL(2;q) and related groups.
Quantum Information and Computation 10(3):282-291, 2010.
[arXiv:0809.2445] - 127
-
Kevin K. H. Cheung and Michele Mosca
Decomposing finite Abelian groups.
Quantum Information and Computation 1(2):26-32, 2001.
[arXiv:cs/0101004] - 128
-
François Le Gall
An efficient quantum algorithm for some instances of the group isomorphism problem.
In Proceedings of STACS 2010.
[arXiv:1001.0608] - 129
-
Gorjan Alagic, Stephen Jordan, Robert Koenig, and Ben Reichardt
Approximating Turaev-Viro 3-manifold invariants is universal for quantum computation.
Physical Review A 82, 040302(R), 2010.
[arXiv:1003.0923] - 130
-
Martin Rötteler
Quantum algorithms to solve the hidden shift problem for quadratics and for functions of large Gowers norm.
In Proceedings of MFCS 2009, pg 663-674.
[arXiv:0911.4724] - 131
-
Arthur Schmidt
Quantum Algorithms for many-to-one Functions to Solve the Regulator and the Principal Ideal Problem.
arXiv:0912.4807, 2009. - 132
-
K. Temme, T.J. Osborne, K.G. Vollbrecht, D. Poulin, and F. Verstraete
Quantum Metropolis Sampling.
Nature, Vol. 471, pg. 87-90, 2011.
[arXiv:0911.3635] - 133
-
Andris Ambainis
Quantum Search Algorithms.
SIGACT News, 35 (2):22-35, 2004.
[arXiv:quant-ph/0504012] - 134
-
Nicolas J. Cerf, Lov K. Grover, and Colin P. Williams
Nested quantum search and NP-hard problems.
Applicable Algebra in Engineering, Communication and Computing, 10 (4-5):311-338, 2000. - 135
-
Mario Szegedy
Spectra of Quantized Walks and a rule.
arXiv:quant-ph/0401053, 2004. - 136
-
Kazuo Iwama, Harumichi Nishimura, Rudy Raymond, and Junichi Teruyama
Quantum Counterfeit Coin Problems.
In Proceedings of 21st International Symposium on Algorithms and Computation (ISAAC2010), LNCS 6506, pp.73-84, 2010.
[arXiv:1009.0416] - 137
-
Barbara Terhal and John Smolin
Single quantum querying of a database.
Physical Review A 58:1822, 1998.
[arXiv:quant-ph/9705041] - 138
-
Andris Ambainis
Variable time amplitude amplification and a faster quantum algorithm for solving systems of linear equations.
arXiv:1010.4458, 2010. - 139
-
Frédéric Magniez and Ashwin Nayak
Quantum complexity of testing group commutativity.
In Proceedings of 32nd International Colloquium on Automata, Languages and Programming. LNCS 3580, pg. 1312-1324, 2005.
[arXiv:quant-ph/0506265] - 140
-
Andrew Childs and Robin Kothari
Quantum query complexity of minor-closed graph properties.
In Proceedings of the 28th Symposium on Theoretical Aspects of Computer Science (STACS 2011), pg. 661-672
[arXiv:1011.1443] - 141
-
Frédéric Magniez, Ashwin Nayak, Jérémie Roland, and Miklos Santha
Search via quantum walk.
In Proceedings STOC 2007, pg. 575-584.
[arXiv:quant-ph/0608026] - 142
-
Dmitry Gavinsky, Martin Roetteler, and Jérémy Roland
Quantum algorithm for the Boolean hidden shift problem.
In Proceedings of the 17th annual international conference on Computing and combinatorics (COCOON '11), 2011.
[arXiv:1103.3017] - 143
-
Mark Ettinger and Peter Høyer
On quantum algorithms for noncommutative hidden subgroups.
Advances in Applied Mathematics, Vol. 25, No. 3, pg. 239-251, 2000.
[arXiv:quant-ph/9807029] - 144
-
Andris Ambainis, Andrew Childs, and Yi-Kai Liu
Quantum property testing for bounded-degree graphs.
In Proceedings of RANDOM '11: Lecture Notes in Computer Science 6845, pp. 365-376, 2011.
[arXiv:1012.3174] - 145
-
G. Ortiz, J.E. Gubernatis, E. Knill, and R. Laflamme
Quantum algorithms for Fermionic simulations.
Physical Review A 64: 022319, 2001.
[arXiv:cond-mat/0012334] - 146
-
Ashley Montanaro
The quantum query complexity of learning multilinear polynomials.
Information Processing Letters, 112(11):438-442, 2012.
[arXiv:1105.3310] - 147
-
Tad Hogg
Highly structured searches with quantum computers.
Physical Review Letters 80: 2473, 1998. - 148
-
Markus Hunziker and David A. Meyer
Quantum algorithms for highly structured search problems.
Quantum Information Processing, Vol. 1, No. 3, pg. 321-341, 2002. - 149
-
Ben Reichardt
Span programs and quantum query complexity: The general adversary bound is nearly tight for every Boolean function.
In Proceedings of the 50th IEEE Symposium on Foundations of Computer Science (FOCS '09), pg. 544-551, 2009.
[arXiv:0904.2759] - 150
-
Aleksandrs Belovs
Span-program-based quantum algorithm for the rank problem.
arXiv:1103.0842, 2011. - 151
-
Sebastian Dörn and Thomas Thierauf
The quantum query complexity of the determinant.
Information Processing Letters Vol. 109, No. 6, pg. 305-328, 2009. - 152
-
Aleksandrs Belovs
Span programs for functions with constant-sized 1-certificates.
In Proceedings of STOC 2012, pg. 77-84.
[arXiv:1105.4024] - 153
-
Troy Lee, Frédéric Magniez, and Mikos Santha
A learning graph based quantum query algorithm for finding constant-size subgraphs.
Chicago Journal of Theoretical Computer Science, Vol. 2012, Article 10, 2012.
[arXiv:1109.5135] - 154
-
Aleksandrs Belovs and Troy Lee
Quantum algorithm for k-distinctness with prior knowledge on the input.
arXiv:1108.3022, 2011. - 155
-
François Le Gall
Improved output-sensitive quantum algorithms for Boolean matrix multiplication.
In Proceedings of the 23rd Annual ACM-SIAM Symposium on Discrete Algorithms (SODA '12), 2012. - 156
-
Dominic Berry
Quantum algorithms for solving linear differential equations.
J. Phys. A: Math. Theor.47, 105301, 2014.
[arXiv:1010.2745]. - 157
-
Virginia Vassilevska Williams and Ryan Williams
Subcubic equivalences between path, matrix, and triangle problems.
In 51st IEEE Symposium on Foundations of Computer Science (FOCS '10) pg. 645 - 654, 2010. - 158
-
Ben W. Reichardt
Reflections for quantum query algorithms.
In Proceedings of the 22nd ACM-SIAM Symposium on Discrete Algorithms (SODA), pg. 560-569, 2011.
[arXiv:1005.1601] - 159
-
Ben W. Reichardt
Span-program-based quantum algorithm for evaluating unbalanced formulas.
arXiv:0907.1622, 2009. - 160
-
Ben W. Reichardt
Faster quantum algorithm for evaluating game trees.
In Proceedings of the 22nd ACM-SIAM Symposium on Discrete Algorithms (SODA), pg. 546-559, 2011.
[arXiv:0907.1623] - 161
-
Stacey Jeffery, Robin Kothari, and Frédéric Magniez
Improving quantum query complexity of Boolean matrix multiplication using graph collision.
In Proceedings of ICALP 2012, pg. 522-532.
[arXiv:1112.5855] - 162
-
Andrew M. Childs and Jason M. Eisenberg
Quantum algorithms for subset finding.
Quantum Information and Computation 5(7):593-604, 2005.
[arXiv:quant-ph/0311038] - 163
-
Aleksandrs Belovs and Robert Špalek
Adversary lower bound for the k-sum problem.
In Proceedings of ITCS 2013, pg. 323-328.
[arXiv:1206.6528] - 164
-
Bohua Zhan, Shelby Kimmel, and Avinatan Hassidim
Super-polynomial quantum speed-ups for Boolean evaluation trees with hidden structure.
ITCS 2012: Proceedings of the 3rd Innovations in Theoretical Computer Science, ACM, pg. 249-265.
[arXiv:1101.0796] - 165
-
Shelby Kimmel
Quantum adversary (upper) bound.
39th International Colloquium on Automata, Languages and Programming - ICALP 2012 Volume 7391, p. 557-568.
[arXiv:1101.0797] - 166
-
Stephen Jordan, Keith Lee, and John Preskill
Quantum algorithms for quantum field theories.
Science, Vol. 336, pg. 1130-1133, 2012.
[arXiv:1111.3633] - 167
-
Andris Ambainis and Ashley Montanaro
Quantum algorithms for search with wildcards and combinatorial group testing.
arXiv:1210.1148, 2012. - 168
-
Andris Ambainis and Robert Špalek
Quantum algorithms for matching and network flows.
Proceedings of STACS 2007, pg. 172-183.
[arXiv:quant-ph/0508205] - 169
-
Nathan Wiebe, Daniel Braun, and Seth Lloyd
Quantum data-fitting.
Physical Review Letters 109, 050505, 2012.
[arXiv:1204.5242] - 170
-
Andrew Childs and Nathan Wiebe
Hamiltonian simulation using linear combinations of unitary operations.
Quantum Information and Computation 12, 901-924, 2012.
[arXiv:1202.5822] - 171
-
Stacey Jeffery, Robin Kothari, and Frédéric Magniez
Nested quantum walks with quantum data structures.
In Proceedings of the 24th ACM-SIAM Symposium on Discrete Algorithms (SODA'13), pg. 1474-1485, 2013.
[arXiv:1210.1199] - 172
-
Aleksandrs Belovs
Learning-graph-based quantum algorithm for k-distinctness.
Proceedings of STOC 2012, pg. 77-84.
[arXiv:1205.1534] - 173
-
Andrew Childs, Stacey Jeffery, Robin Kothari, and Frédéric Magniez
A time-efficient quantum walk for 3-distinctness using nested updates.
arXiv:1302.7316, 2013. - 174
-
Hari Krovi and Alexander Russell
Quantum Fourier transforms and the complexity of link invariants for quantum doubles of finite groups.
Commun. Math. Phys. 334, 743-777, 2015
[arXiv:1210.1550] - 175
-
Troy Lee, Frédéric Magniez, and Miklos Santha
Improved quantum query algorithms for triangle finding and associativity testing.
arXiv:1210.1014, 2012. - 176
-
Silvano Garnerone, Paolo Zanardi, and Daniel A. Lidar
Adiabatic quantum algorithm for search engine ranking.
Physical Review Letters 108:230506, 2012. - 177
-
R. D. Somma, S. Boixo, H. Barnum, and E. Knill
Quantum simulations of classical annealing.
Physical Review Letters 101:130504, 2008.
[arXiv:0804.1571] - 178
-
Daniel J. Bernstein, Stacey Jeffery, Tanja Lange, and Alexander Meurer
Quantum algorithms for the subset-sum problem.
from cr.yp.to. - 179
-
Boris Altshuler, Hari Krovi, and Jérémie Roland
Anderson localization casts clouds over adiabatic quantum optimization.
Proceedings of the National Academy of Sciences 107(28):12446-12450, 2010.
[arXiv:0912.0746] - 180
-
Ben Reichardt
The quantum adiabatic optimization algorithm and local minima.
In Proceedings of STOC 2004, pg. 502-510. [Erratum]. - 181
-
Edward Farhi, Jeffrey Goldstone, and Sam Gutmann
Quantum adiabatic evolution algorithms versus simulated annealing.
arXiv:quant-ph/0201031, 2002. - 182
-
E. Farhi, J. Goldstone, D. Gosset, S. Gutmann, H. B. Meyer, and P. Shor
Quantum adiabatic algorithms, small gaps, and different paths.
Quantum Information and Computation, 11(3/4):181-214, 2011.
[arXiv:0909.4766] - 183
-
Sergey Bravyi, David P. DiVincenzo, Roberto I. Oliveira, and Barbara M. Terhal
The Complexity of Stoquastic Local Hamiltonian Problems.
Quantum Information and Computation, 8(5):361-385, 2008.
[arXiv:quant-ph/0606140] - 184
-
Rolando D. Somma and Sergio Boixo
Spectral gap amplification.
SIAM Journal on Computing, 42:593-610, 2013.
[arXiv:1110.2494] - 185
-
Sabine Jansen, Mary-Beth Ruskai, Ruedi Seiler
Bounds for the adiabatic approximation with applications to quantum computation.
Journal of Mathematical Physics, 48:102111, 2007.
[arXiv:quant-ph/0603175] - 186
-
E. Farhi, J. Goldstone, S. Gutmann, J. Lapan, A. Lundgren, and D. Preda
A Quantum Adiabatic Evolution Algorithm Applied to Random Instances of an NP-Complete Problem.
Science, 292(5516):472-475, 2001.
[arXiv:quant-ph/0104129] - 187
-
Edward Farhi, Jeffrey Goldstone, Sam Gutmann, and Daniel Nagaj
How to make the quantum adiabatic algorithm fail.
International Journal of Quantum Information, 6(3):503-516, 2008.
[arXiv:quant-ph/0512159] - 188
-
Edward Farhi, Jeffrey Goldstone, Sam Gutmann, and Daniel Nagaj
Unstructured randomness, small gaps, and localization.
Quantum Information and Computation, 11(9/10):840-854, 2011.
[arXiv:1010.0009] - 189
-
Edward Farhi, Jeffrey Goldstone, Sam Gutmann
Quantum adiabatic evolution algorithms with different paths.
arXiv:quant-ph/0208135, 2002. - 190
-
Wim van Dam, Michele Mosca, and Umesh Vazirani
How powerful is adiabatic quantum computation?
In Proceedings of FOCS 2001, pg. 279-287.
arXiv:quant-ph/0206003 [See also this.] - 191
-
E. Farhi, D. Gosset, I. Hen, A. W. Sandvik, P. Shor, A. P. Young, and F. Zamponi
The performance of the quantum adiabatic algorithm on random instances of two optimization problems on regular hypergraphs.
Physical Review A, 86:052334, 2012.
[arXiv:1208.3757] - 192
-
Kristen L. Pudenz and Daniel A. Lidar
Quantum adiabatic machine learning.
Quantum Information Processing, 12:2027, 2013.
[arXiv:1109.0325] - 193
-
Frank Gaitan and Lane Clark
Ramsey numbers and adiabatic quantum computing.
Physical Review Letters, 108:010501, 2012.
[arXiv:1103.1345] - 194
-
Frank Gaitan and Lane Clark
Graph isomorphism and adiabatic quantum computing.
Physical Review A, 89(2):022342, 2014.
[arXiv:1304.5773] - 195
-
Hartmut Neven, Vasil S. Denchev, Geordie Rose, and William G. Macready
Training a binary classifier with the quantum adiabatic algorithm.
arXiv:0811.0416, 2008. - 196
-
Robert Beals
Quantum computation of Fourier transforms over symmetric groups.
In Proceedings of STOC 1997, pg. 48-53. - 197
-
Dave Bacon, Isaac L. Chuang, and Aram W. Harrow
The quantum Schur transform: I. efficient qudit circuits.
In Proceedings of SODA 2007, pg. 1235-1244.
[arXiv:quant-ph/0601001] - 198
-
S. Morita, H. Nishimori
Mathematical foundation of quantum annealing.
Journal of Methematical Physics, 49(12):125210, 2008. - 199
-
A. B. Finnila, M. A. Gomez, C. Sebenik, C. Stenson, J. D. Doll
Quantum annealing: a new method for minimizing multidimensional functions.
Chemical Physics Letters, 219:343-348, 1994. - 200
-
D. Gavinsky and T. Ito
A quantum query algorithm for the graph collision problem.
arXiv:1204.1527, 2012. - 201
-
Andris Ambainis, Kaspars Balodis, Jānis Iraids, Raitis Ozols, and
Juris Smotrovs
Parameterized quantum query complexity of graph collision.
arXiv:1305.1021, 2013. - 202
-
Kevin C. Zatloukal
Classical and quantum algorithms for testing equivalence of group extensions.
arXiv:1305.1327, 2013. - 203
-
Andrew Childs and Gábor Ivanyos
Quantum computation of discrete logarithms in semigroups.
arXiv:1310.6238, 2013. - 204
-
Matan Banin and Boaz Tsaban
A reduction of semigroup DLP to classic DLP.
arXiv:1310.7903, 2013. - 205
-
D. W. Berry, R. Cleve, and R. D. Somma
Exponential improvement in precision for Hamiltonian-evolution simulation.
arXiv:1308.5424, 2013. - 206
-
François Le Gall and Harumichi Nishimura
Quantum algorithms for matrix products over semirings.
arXiv:1310.3898, 2013. - 207
-
Nolan Wallach
A quantum polylog algorithm for non-normal maximal cyclic hidden subgroups in the affine group of a finite field.
arXiv:1308.1415, 2013. - 208
-
Lov Grover
Fixed-point quantum search.
Phys. Rev. Lett. 95(15):150501, 2005.
[arXiv:quant-ph/0503205] - 209
-
Tathagat Tulsi, Lov Grover, and Apoorva Patel
A new algorithm for fixed point quantum search.
Quantum Information and Computation 6(6):483-494, 2005.
[arXiv:quant-ph/0505007] - 210
-
Guoming Wang
Quantum algorithms for approximating the effective resistances of electrical networks.
arXiv:1311.1851 - 211
-
Dominic W. Berry, Andrew M. Childs, Richard Cleve, Robin Kothari, and Rolando D. Somma
Exponential improvement in precision for simulating sparse Hamiltonians
arXiv:1312.1414 - 212
-
Thomas Decker, Peter Høyer, Gabor Ivanyos, and Miklos Santha
Polynomial time quantum algorithms for certain bivariate hidden polynomial problems
arXiv:1305.1543 - 213
-
Kirsten Eisenträger, Sean Hallgren, Alexei Kitaev, and Fang Song
A quantum algorithm for computing the unit group of an arbitrary degree number field
In Proceedings of STOC 2014 pg. 293-302. - 214
-
Seth Lloyd, Masoud Mohseni, and Patrick Robentrost
Quantum algorithms for supervised and unsupervised machine learning
arXiv:1307.0411 - 215
-
Ashley Montanaro
Quantum pattern matching fast on average
arXiv:1408.1816 - 216
-
Charles H. Bennett, Ethan Bernstein, Gilles Brassard, and Umesh Vazirani
Strengths and weaknesses of quantum computing
SIAM J. Comput. 26(5):1524-1540, 1997
[arXiv:quant-ph/9701001] - 217
-
H. Ramesh and V. Vinay
String matching in quantum time
Journal of Discrete Algorithms 1:103-110, 2003
[arXiv:quant-ph/0011049] - 218
-
Greg Kuperberg
Another subexponential-time quantum algorithm for the dihedral hidden subgroup problem
In Proceedings of TQC pg. 20-34, 2013
[arXiv:1112.3333] - 219
-
Peter Høyer, Jan Neerbek, and Yaoyun Shi
Quantum complexities of ordered searching, sorting, and element distinctness
In Proceedings of ICALP pg. 346-357, 2001
[arXiv:quant-ph/0102078] - 220
-
Amnon Ta-Shma
Inverting well conditioned matrices in quantum logspace
In Proceedings of STOC 2013 pg. 881-890. - 221
-
Nathan Wiebe, Ashish Kapoor, and Krysta Svore
Quantum deep learning
arXiv:1412.3489 - 222
-
Seth Lloyd, Silvano Garnerone, and Paolo Zanardi
Quantum algorithms for topological and geometric analysis of big data
arXiv:1408.3106 - 223
-
David A. Meyer and James Pommersheim
Single-query learning from abelian and non-abelian Hamming distance oracles
arXiv:0912.0583 - 224
-
Markus Hunziker, David A. Meyer, Jihun Park, James Pommersheim, and
Mitch Rothstein
The geometry of quantum learning
Quantum Information Processing 9:321-341, 2010.
[arXiv:quant-ph/0309059] - 225
-
Lawrence M. Ioannou and Michele Mosca
Limitations on some simple adiabatic quantum algorithms
International Journal of Quantum Information, 6(3):419-426, 2008.
[arXiv:quant-ph/0702241] - 226
-
Michael Jarret and Stephen P. Jordan
Adiabatic optimization without local minima
Quantum Information and Computation, 15(3/4):0181-0199, 2015.
[arXiv:1405.7552] - 227
-
Matthew B. Hastings, Dave Wecker, Bela Bauer, and Matthias Troyer
Improving quantum algorithms for quantum chemistry
Quantum Information and Computation, 15(1/2):0001-0021, 2015.
[arXiv:1403.1539] - 228
-
Stephen P. Jordan, Keith S. M. Lee, and John Preskill
Quantum simulation of scattering in scalar quantum field theories
Quantum Information and Computation, 14(11/12):1014-1080, 2014.
[arXiv:1112.4833] - 229
-
Stephen P. Jordan, Keith S. M. Lee, and John Preskill
Quantum algorithms for fermionic quantum field theories
arXiv:1404.7115 - 230
-
Gavin K. Brennen, Peter Rohde, Barry C. Sanders, and Sukhi Singh
Multi-scale quantum simulation of quantum field theory using wavelets
arXiv:1412.0750 - 231
-
Hefeng Wang, Sabre Kais, Alán Aspuru-Guzik, and Mark R. Hoffmann.
Quantum algorithm for obtaining the energy spectrum of molecular systems
Physical Chemistry Chemical Physics, 10(35):5388-5393, 2008.
[arXiv:0907.0854] - 232
-
Ivan Kassal and Alán Aspuru-Guzik
Quantum algorithm for molecular properties and geometry optimization
Journal of Chemical Physics, 131(22), 2009.
[arXiv:0908.1921] - 233
-
James D. Whitfield, Jacob Biamonte, and Alán Aspuru-Guzik
Simulation of electronic structure Hamiltonians using quantum computers
Molecular Physics, 109(5):735-750, 2011.
[arXiv:1001.3855] - 234
-
Borzu Toloui and Peter J. Love
Quantum algorithms for quantum chemistry based on the sparsity of the CI-matrix
arXiv:1312.2529 - 235
-
James D. Whitfield
Spin-free quantum computational simulations and symmetry adapted states
Journal of Chemical Physics, 139(2):021105, 2013.
[arXiv:1306.1147] - 236
-
Andrew W. Cross, Graeme Smith, and John A. Smolin
Quantum learning robust to noise
arXiv:1407.5088 - 237
-
Aram W. Harrow and David J. Rosenbaum
Uselessness for an oracle model with internal randomness
Quantum Information and Computation 14(7/8):608-624, 2014
[arXiv:1111.1462] - 238
-
Jon R. Grice and David A. Meyer
A quantum algorithm for Viterbi decoding of classical convolutional codes
arXiv:1405.7479 - 239
-
Alexander Barg and Shiyu Zhou
A quantum decoding algorithm of the simplex code
Proceedings of the 36th Annual Allerton Conference, 1998
Available at author's homepage. - 240
-
Guoming Wang
Span-program-based quantum algorithm for tree detection
arXiv:1309.7713, 2013. - 241
-
François Le Gall, Harumichi Nishimura, and Seiichiro Tani
Quantum algorithm for finding constant-sized sub-hypergraphs over 3-uniform hypergraphs
In Proceedings of COCOON, 2014. pg. 429-440
[arXiv:1310.4127] - 242
-
Edward Farhi, Jeffrey Goldstone, and Sam Gutmann
A quantum approximate optimization algorithm
arXiv:1411.4028, 2014. - 243
-
Edward Farhi, Jeffrey Goldstone, and Sam Gutmann
A quantum approximate optimization algorithm applied to a bounded occurrence constraint problem
arXiv:1412.6062, 2014. - 244
-
Dominic W. Berry, Andrew M. Childs, Richard Cleve, Robin Kothari, and
Rolando D. Somma
Simulating Hamiltonian dynamics with a truncated Taylor series
arXiv:1412.4687, 2014. - 245
-
Dominic W. Berry, Andrew M. Childs, and Robin Kothari
Hamiltonian simulation with nearly optimal dependence on all parameters
arXiv:1501.01715, 2015. - 246
-
Scott Aaronson
Read the fine print
Nature Physics 11:291-293, 2015.
[fulltext] - 247
-
Alexander Elgart and George A. Hagedorn
A note on the switching adiabatic theorem
Journal of Mathematical Physics 53(10):102202, 2012.
[arXiv:1204.2318] - 248
-
Daniel J. Bernstein, Johannes Buchmann, and Erik Dahmen, Eds.
Post-Quantum Cryptography
Springer, 2009. - 249
-
B. D. Clader, B. C. Jacobs, and C. R. Sprouse
Preconditioned quantum linear system algorithm
Phys. Rev. Lett. 110:250504, 2013.
[arXiv:1301.2340] - 250
-
S. Lloyd, M. Mohseni, and P. Rebentrost
Quantum principal component analysis
Nature Physics. 10(9):631, 2014.
[arXiv:1307.0401] - 251
-
Patrick Rebentrost, Masoud Mohseni, and Seth Lloyd
Quantum support vector machine for big data classification
Phys. Rev. Lett. 113, 130503, 2014.
[arXiv:1307.0471] - 252
-
J. M. Pollard
Theorems on factorization and primality testing
Proceedings of the Cambridge Philosophical Society. 76:521-228, 1974. - 253
-
L. Babai, R. Beals, and A. Seress
Polynomial-time theory of matrix groups
In Proceedings of STOC 2009, pg. 55-64. - 254
-
Neil J. Ross and Peter Selinger
Optimal ancilla-free Clifford+T approximations of z-rotations
arXiv:1403.2975, 2014. - 255
-
L. A. B. Kowada, C. Lavor, R. Portugal, and C. M. H. de Figueiredo
A new quantum algorithm for solving the minimum searching problem
International Journal of Quantum Information, Vol. 6, No. 3, pg. 427-436, 2008. - 256
-
Sean Hallgren and Aram Harrow
Superpolynomial speedups based on almost any quantum circuit
Proceedings of ICALP 2008, pg. 782-795.
[arXiv:0805.0007] - 257
-
Fernando G.S.L. Brandao and Michal Horodecki
Exponential quantum speed-ups are generic
Quantum Information and Computation, Vol. 13, Pg. 0901, 2013
[arXiv:1010.3654] - 258
-
Scott Aaronson and Andris Ambainis
Forrelation: A problem that optimally separates quantum from classical computing.
arXiv:1411.5729, 2014. - 259
-
Z. Gedik
Computational speedup with a single qutrit
arXiv:1403.5861, 2014. - 260
-
Boaz Barak, Ankur Moitra, Ryan O'Donnell, Prasad Raghavendra, Oded
Regev, David Steurer, Luca Trevisan, Aravindan Vijayaraghavan, David
Witmer, and John Wright
Beating the random assignment on constraint satisfaction problems of bounded degree
arXiv:1505.03424, 2015. - 261
-
David Cornwell
Amplified Quantum Transforms
arXiv:1406.0190, 2015. - 262
-
T. Laarhoven, M. Mosca, and J. van de Pol
Solving the shortest vector problem in lattices faster using quantum search
Proceedings of PQCrypto13, pp. 83-101, 2013.
[arXiv:1301.6176] - 263
-
Andrew M. Childs, Robin Kothari, and Rolando D. Somma
Quantum linear systems algorithm with exponentially improved dependence on precision
arXiv:1511.02306, 2015. - 264
-
Ashley Montanaro
Quantum walk speedup of backtracking algorithms
arXiv:1509.02374, 2015. - 265
-
Ashley Montanaro
Quantum speedup of Monte Carlo methods
arXiv:1504.06987, 2015. - 266
-
Andris Ambainis, Aleksandrs Belovs, Oded Regev, and Ronald de Wolf
Efficient quantum algorithms for (gapped) group testing and junta testing
arXiv:1507.03126, 2015. - 267
-
A. Atici and R. A. Servedio
Quantum algorithms for learning and testing juntas
Quantum Information Processing, 6(5):323-348, 2007.
[arXiv:0707.3479] - 268
-
Aleksandrs Belovs
Quantum algorithms for learning symmetric juntas via the adversary bound
Computational Complexity, 24(2):255-293, 2015.
(Also appears in proceedings of CCC'14).
[arXiv:1311.6777] - 269
-
Stacey Jeffery and Shelby Kimmel
NAND-trees, average choice complexity, and effective resistance
arXiv:1511.02235, 2015. - 270
-
Scott Aaronson, Shalev Ben-David, and Robin Kothari
Separations in query complexity using cheat sheets
arXiv:1511.01937, 2015. - 271
-
Frédéric Grosshans, Thomas Lawson, François
Morain, and Benjamin Smith
Factoring safe semiprimes with a single quantum query
arXiv:1511.04385, 2015. - 272
-
Agnis Āriņš
Span-program-based quantum algorithms for graph bipartiteness and connectivity
arXiv:1510.07825, 2015. - 273
- Juan Bermejo-Vega and Kevin C. Zatloukal
Abelian hypergroups and quantum computation
arXiv:1509.05806, 2015. - 274
- Andrew Childs and Jeffrey Goldstone
Spatial search by quantum walk
Physical Review A, 70:022314, 2004.
[arXiv:quant-ph/0306054] - 275
- Shantanav Chakraborty, Leonardo Novo, Andris Ambainis, and Yasser Omar
Spatial search by quantum walk is optimal for almost all graphs
arXiv:1508.01327, 2015. - 276
- François Le Gall
Improved quantum algorithm for triangle finding via combinatorial arguments
In Proceedings of the 55th IEEE Annual Symposium on Foundations of Computer Science (FOCS), pg. 216-225, 2014.
[arXiv:1407.0085] - 277
- Ashley Montanaro
The quantum complexity of approximating the frequency moments
arXiv:1505.00113, 2015. - 278
- Rolando D. Somma
Quantum simulations of one dimensional quantum systems
arXiv:1503.06319, 2015. - 279
- Bill Fefferman and Cedric Yen-Yu Lin
A complete characterization of unitary quantum space
arXiv:1604.01384, 2016. - 280
- Tsuyoshi Ito and Stacey Jeffery
Approximate span programs
arXiv:1507.00432, 2015. - 281
- Arnau Riera, Christian Gogolin, and Jens Eisert
Thermalization in nature and on a quantum computer
Physical Review Letters, 108:080402 (2012)
[arXiv:1102.2389] - 282
- Michael J. Kastoryano and Fernando G. S. L. Brandao
Quantum Gibbs Samplers: the commuting case
Communications in Mathematical Physics, 344(3):915-957 (2016)
[arXiv:1409.3435] - 283
- Andrew M. Childs, David Jao, and Vladimir Soukharev
Constructing elliptic curve isogenies in quantum subexponential time
Journal of Mathematical Cryptology, 8(1):1-29 (2014)
[arXiv:1012.4019] - 284
- Markus Grassl, Brandon Langenberg, Martin Roetteler, and Rainer Steinwandt
Applying Grover's algorithm to AES: quantum resource estimates
arXiv:1512.04965, 2015. - 285
- M. Ami, O. Di Matteo, V. Gheorghiu, M. Mosca, A. Parent, and J. Schanck
Estimating the cost of generic quantum pre-image attacks on SHA-2 and SHA-3
arXiv:1603.09383, 2016. - 286
- Marc Kaplan, Gaetan Leurent, Anthony Leverrier, and Maria Naya-Plasencia
Quantum differential and linear cryptanalysis
arXiv:1510.05836, 2015. - 287
- Scott Fluhrer
Quantum Cryptanalysis of NTRU
Cryptology ePrint Archive: Report 2015/676, 2015. - 288
- Marc Kaplan
Quantum attacks against iterated block ciphers
arXiv:1410.1434, 2014. - 289
- H. Kuwakado and M. Morii
Quantum distinguisher between the 3-round Feistel cipher and the random permutation
In Proceedings of IEEE International Symposium on Information Theory (ISIT), pg. 2682-2685, 2010. - 290
- H. Kuwakado and M. Morii
Security on the quantum-type Even-Mansour cipher
In Proceedings of International Symposium on Information Theory and its Applications (ISITA), pg. 312-316, 2012. - 291
- Martin Roetteler and Rainer Steinwandt
A note on quantum related-key attacks
arXiv:1306.2301, 2013. - 292
- Thomas Santoli and Christian Schaffner
Using Simon's algorithm to attack symmetric-key cryptographic primitives
arXiv:1603.07856, 2016. - 293
- Rolando D. Somma
A Trotter-Suzuki approximation for Lie groups with applications to Hamiltonian simulation
arXiv:1512.03416, 2015. - 294
- Guang Hao Low and Isaac Chuang
Optimal Hamiltonian simulation by quantum signal processing
arXiv:1606.02685, 2016. - 295
- Dominic W. Berry and Leonardo Novo
Corrected quantum walk for optimal Hamiltonian simulation
arXiv:1606.03443, 2016. - 296
- Ashley Montanaro and Sam Pallister
Quantum algorithms and the finite element method
arXiv:1512.05903, 2015. - 297
- Lin-Chun Wan, Chao-Hua Yu, Shi-Jie Pan, Fei Gao, and Qiao-Yan Wen
Quantum algorithm for the Toeplitz systems
arXiv:1608.02184, 2016. - 298
- Salvatore Mandra, Gian Giacomo Guerreschi, and Alan Aspuru-Guzik
Faster than classical quantum algorithm for dense formulas of exact satisfiability and occupation problems
arXiv:1512.00859, 2015. - 299
- J. Adcock, E. Allen, M. Day, S. Frick, J. Hinchliff, M. Johnson, S. Morley-Short, S. Pallister, A. Price, and S. Stanisic
Advances in quantum machine learning
arXiv:1512.02900, 2015. - 300
- Cedric Yen-Yu Lin and Yechao Zhu
Performance of QAOA on typical instances of constraint satisfaction problems with bounded degree
arXiv:1601.01744, 2016. - 301
- Dave Wecker, Matthew B. Hastings, and Matthias Troyer
Training a quantum optimizer
arXiv:1605.05370, 2016. - 302
- Edward Farhi and Aram W. Harrow
Quantum supremacy through the quantum approximate optimization algorithm
arXiv:1602.07674, 2016. - 303
- Thomas G. Wong
Quantum walk search on Johnson graphs
arXiv:1601.04212, 2016. - 304
- Jonatan Janmark, David A. Meyer, and Thomas G. Wong
Global symmetry is unnecessary for fast quantum search
Physical Review Letters 112:210502, 2014.
[arXiv:1403.2228] - 305
- David A. Meyer and Thomas G. Wong
Connectivity is a poor indicator of fast quantum search
Physical Review Letters 114:110503, 2014.
[arXiv:1409.5876] - 306
- Thomas G. Wong
Spatial search by continuous-time quantum walk with multiple marked vertices
Quantum Information Processing 15(4):1411-1443, 2016.
[arXiv:1501.07071] - 307
- Anirban Naryan Chowdhury and Rolando D. Somma
Quantum algorithms for Gibbs sampling and hitting-time estimation
arXiv:1603.02940, 2016. - 308
- Edward Farhi, Shelby Kimmel, and Kristan Temme
A quantum version of Schoning's algorithm applied to quantum 2-SAT
arXiv:1603.06985, 2016. - 309
- Iordanis Kerenidis and Anupam Prakash
Quantum recommendation systems
Innovations in Theoretical Computer Science (ITCS 2017), LIPIcs, vol. 67, pg. 1868-8969.
[arXiv:1603.08675] - 310
- Markus Reiher, Nathan Wiebe, Krysta M. Svore, Dave Wecker, and Matthias Troyer
Elucidating reaction mechanisms on quantum computers
arXiv:1605.03590, 2016. - 311
- Aram W. Harrow and Ashley Montanaro
Sequential measurements, disturbance, and property testing
arXiv:1607.03236, 2016. - 312
- Martin Roetteler
Quantum algorithms for abelian difference sets and applications to dihedral hidden subgroups
arXiv:1608.02005, 2016. - 313
- Fernando G.S.L. Brandao and Krysta Svore
Quantum speed-ups for semidefinite programming
arXiv:1609.05537, 2016. - 314
- Z-C Yang, A. Rahmani, A. Shabani, H. Neven, and C. Chamon
Optimizing variational quantum algorithms using Pontryagins's minimum principle
arXiv:1607.06473, 2016. - 315
- Gilles Brassard, Peter Høyer, and Alain Tapp
Quantum cryptanalysis of hash and claw-free functions
In Proceedings of the 3rd Latin American symposium on Theoretical Informatics (LATIN'98), pg. 163-169, 1998. - 316
- Daniel J. Bernstein
Cost analysis of hash collisions: Will quantum computers make SHARCS obsolete?
In Proceedings of the 4th Workshop on Special-purpose Hardware for Attacking Cryptographic Systems (SHARCS'09), pg. 105-116, 2009.
[available here] - 317
- Chris Cade, Ashley Montanaro, and Aleksandrs Belovs
Time and space efficient quantum algorithms for detecting cycles and testing bipartiteness
arXiv:1610.00581, 2016. - 318
- A. Belovs and B. Reichardt
Span programs and quantum algorithms for st-connectivity and claw detection
In European Symposium on Algorithms (ESA'12), pg. 193-204, 2012.
[arXiv:1203.2603] - 319
- Titouan Carette, Mathieu Laurière, and Frédéric Magniez
Extended learning graphs for triangle finding
arXiv:1609.07786, 2016. - 320
- F. Le Gall and N. Shogo
Quantum algorithm for triangle finding in sparse graphs
In Proceedings of the 26th International Symposium on Algorithms and Computation (ISAAC'15), pg. 590-600, 2015. - 321
- Or Sattath and Itai Arad
A constructive quantum Lovász local lemma for commuting projectors
Quantum Information and Computation, 15(11/12)987-996pg, 2015.
[arXiv:1310.7766] - 322
- Martin Schwarz, Toby S. Cubitt, and Frank Verstraete
An information-theoretic proof of the constructive commutative quantum Lovász local lemma
arXiv:1311.6474 - 323
- C. Shoen, E. Solano, F. Verstraete, J. I. Cirac, and M. M. Wolf
Sequential generation of entangled multi-qubit states
Physical Review Letters, 95:110503, 2005.
[arXiv:quant-ph/0501096] - 324
- C. Shoen, K. Hammerer, M. M. Wolf, J. I. Cirac, and E. Solano
Sequential generation of matrix-product states in cavity QED
Physical Review A, 75:032311, 2007.
[arXiv:quant-ph/0612101] - 325
- Yimin Ge, András Molnár, and J. Ignacio Cirac
Rapid adiabatic preparation of injective PEPS and Gibbs states
Physical Review Letters, 116:080503, 2016.
[arXiv:1508.00570] - 326
- Martin Schwarz, Kristan Temme, and Frank Verstraete
Preparing projected entangled pair states on a quantum computer
Physical Review Letters, 108:110502, 2012.
[arXiv:1104.1410] - 327
- Martin Schwarz, Toby S. Cubitt, Kristan Temme, Frank Verstraete, and David Perez-Garcia
Preparing topological PEPS on a quantum computer
Physical Review A, 88:032321, 2013.
[arXiv:1211.4050] - 328
- M. Schwarz, O. Buerschaper, and J. Eisert
Approximating local observables on projected entangled pair states
arXiv:1606.06301, 2016. - 329
- Jean-François Biasse and Fang Song
Efficient quantum algorithms for computing class groups and solving the principal ideal problem in arbitrary degree number fields
Proceedings of the 27th Annual ACM-SIAM Symposium on Discrete Algorithms (SODA '16), pg. 893-902, 2016. - 330
- Peter Høyer and Mojtaba Komeili
Efficient quantum walk on the grid with multiple marked elements
Proceedings of the 34th Symposium on Theoretical Aspects of Computer Science (STACS 2017), 42, 2016.
[arXiv:1612.08958] - 331
- Peter Wittek
Quantum Machine Learning: what quantum computing means to data mining
Academic Press, 2014. - 332
- Maria Schuld, Ilya Sinayskiy, and Francesco Petruccione
An introduction to quantum machine learning
Contemporary Physics, 56(2):172, 2014.
[arXiv:1409.3097] - 333
- J. Biamonte, P. Wittek, N. Pancotti, P. Rebentrost, N. Wiebe, and S. Lloyd
Quantum machine learning
arXiv:1611.09347 - 334
- Esma Aïmeur, Gilles Brassard, and Sébastien Gambs
Machine learning in a quantum world
In Advances in Artificial Intelligence: 19th Conference of the Canadian Society for Computational Studies of Intelligence pg. 431-442, Springer, 2006. - 335
- Vedran Dunjko, Jacob Taylor, and Hans Briegel
Quantum-enhanced machine learning
Phys. Rev. Lett 117:130501, 2016. - 336
- Nathan Wiebe, Ashish Kapoor, and Krysta Svore
Quantum algorithms for nearest-neighbor methods for supervised and unsupervised learning
Quantum Information and Computation 15(3/4): 0318-0358, 2015.
[arXiv:1401.2142] - 337
- Seokwon Yoo, Jeongho Bang, Changhyoup Lee, and Junhyoug Lee
A quantum speedup in machine learning: finding a N-bit Boolean function for a classification
New Journal of Physics 6(10):103014, 2014.
[arXiv:1303.6055] - 338
- Maria Schuld, Ilya Sinayskiy, and Francesco Petruccione
Prediction by linear regression on a quantum computer
Physical Review A 94:022342, 2016.
[arXiv:1601.07823] - 339
- Zhikuan Zhao, Jack K. Fitzsimons, and Joseph F. Fitzsimons
Quantum assisted Gaussian process regression
arXiv:1512.03929 - 340
- Esma Aïmeur, Gilles Brassard, and Sébastien Gambs
Quantum speed-up for unsupervised learning
Machine Learning, 90(2):261-287, 2013. - 341
- Nathan Wiebe, Ashish Kapoor, and Krysta Svore
Quantum perceptron models
Advances in Neural Information Processing Systems 29 (NIPS 2016), pg. 3999–4007, 2016.
[arXiv:1602.04799] - 342
- G. Paparo, V. Dunjko, A. Makmal, M. Martin-Delgado, and H. Briegel
Quantum speedup for active learning agents
Physical Review X4(3):031002, 2014.
[arXiv:1401.4997] - 343
- Daoyi Dong, Chunlin Chen, Hanxiong Li, and Tzyh-Jong Tarn
Quantum reinforcement learning
IEEE Transactions on Systems, Man, and Cybernetics- Part B (Cybernetics)38(5):1207, 2008. - 344
- Daniel Crawford, Anna Levit, Navid Ghadermarzy, Jaspreet S. Oberoi, and Pooya Ronagh
Reinforcement learning using quantum Boltzmann machines
arXiv:1612.05695, 2016. - 345
- Steven H. Adachi and Maxwell P. Henderson
Application of Quantum Annealing to Training of Deep Neural Networks
arXiv:1510.06356, 2015. - 346
- M. Benedetti, J. Realpe-Gómez, R. Biswas, and A. Perdomo-Ortiz
Quantum-assisted learning of graphical models with arbitrary pairwise connectivity
arXiv:1609.02542, 2016. - 348
- M. H. Amin, E. Andriyash, J. Rolfe, B. Kulchytskyy, and R. Melko
Quantum Boltzmann machine
arXiv:1601.02036, 2016. - 349
- Peter Wittek and Christian Gogolin
Quantum enhanced inference in Markov logic networks
Scientific Reports7:45672, 2017.
[arXiv:1611.08104] - 350
- N. H. Bshouty and J. C. Jackson
Learning DNF over the uniform distribution using a quantum example oracle
SIAM Journal on Computing28(3):1136-1153, 1999. - 351
- Srinivasan Arunachalam and Ronald de Wolf
A survey of quantum learning theory
arXiv:1701.06806, 2017. - 352
- Rocco A. Servedio and Steven J. Gortler
Equivalences and separations between quantum and classical learnability
SIAM Journal on Computing, 33(5):1067-1092, 2017. - 353
- Srinivasan Arunachalam and Ronald de Wolf
Optimal quantum sample complexity of learning algorithms
arXiv:1607.00932, 2016. - 354
- Alex Monràs, Gael Sentís, and Peter Wittek
Inductive quantum learning: why you are doing it almost right
arXiv:1605.07541, 2016. - 355
- A. Bisio, G. Chiribella, G. M. D'Ariano, S. Facchini, and P. Perinotti
Optimal quantum learning of a unitary transformation
Physical Review A 81:032324, 2010.
[arXiv:0903.0543] - 356
- M. Sasaki, A. Carlini, and R. Jozsa
Quantum template matching
Physical Review A 64:022317, 2001.
[arXiv:quant-ph/0102020] - 357
- Masahide Sasaki and Alberto Carlini
Quantum learning and universal quantum matching machine
Physical Review A 66:022303, 2002.
[arXiv:quant-ph/0202173] - 358
- Esma Aïmeur, Gilles Brassard, and Sébastien Gambs
Quantum clustering algorithms
In Proceedings of the 24th International Conference on Machine Learning (ICML), pg. 1-8, 2007. - 359
- Iordanis Kerenidis and Anupam Prakash
Quantum gradient descent for linear systems and least squares
arXiv:1704.04992, 2017. - 360
- Dan Boneh and Mark Zhandry
Quantum-secure message authentication codes
In Proceedings of Eurocrypt, pg. 592-608, 2013. - 361
- A. M. Childs, W. van Dam, S-H Hung, and I. E. Shparlinski
Optimal quantum algorithm for polynomial interpolation
In Proceedings of the 43rd International Colloquium on Automata, Languages, and Programming (ICALP), pg. 16:1-16:13, 2016.
[arXiv:1509.09271] - 362
- Volker Strassen
Einige Resultate über Berechnungskomplexität
In Jahresbericht der Deutschen Mathematiker-Vereinigung, 78(1):1-8, 1976/1977. - 363
- Stacey Jeffery
Frameworks for Quantum Algorithms
PhD thesis, U. Waterloo, 2014. - 364
- Seiichiro Tani
An improved claw finding algorithm using quantum walk
In Mathematical Foundations of Computer Science (MFCS), pg. 536-547, 2007.
[arXiv:0708.2584] - 365
- K. Iwama and A. Kawachi
A new quantum claw-finding algorithm for three functions
New Generation Computing, 21(4):319-327, 2003. - 366
- D. J. Bernstein, N. Heninger, P. Lou, and L. Valenta
Post-quantum RSA
IACR e-print 2017/351, 2017. - 367
- Francois Fillion-Gourdeau, Steve MacLean, and Raymond Laflamme
Quantum algorithm for the dsolution of the Dirac equation
arXiv:1611.05484, 2016. - 368
- Ali Hamed Moosavian and Stephen Jordan
Faster quantum algorithm to simulate Fermionic quantum field theory
arXiv:1711.04006, 2017. - 369
- Pedro C.S. Costa, Stephen Jordan, and Aaron Ostrander
Quantum algorithm for simulating the wave equation
arXiv:1711.05394, 2017. - 370
- Jeffrey Yepez
Highly covariant quantum lattice gas model of the Dirac equation
arXiv:1106.0739, 2011. - 371
- Jeffrey Yepez
Quantum lattice gas model of Dirac particles in 1+1 dimensions
arXiv:1307.3595, 2013. - 372
- Bruce M. Boghosian and Washington Taylor
Simulating quantum mechanics on a quantum computer
Physica D 120:30-42, 1998.
[arXiv:quant-ph/9701019] - 373
- Yimin Ge, Jordi Tura, and J. Ignacio Cirac
Faster ground state preparation and high-precision ground energy estimation on a quantum computer
arXiv:1712.03193, 2017. - 374
- Renato Portugal
Element distinctness revisited
arXiv:1711.11336, 2017. - 375
- Kanav Setia and James D. Whitfield
Bravyi-Kitaev superfast simulation of fermions on a quantum computer
arXiv:1712.00446, 2017. - 376
- Richard Cleve and Chunhao Wang
Efficient quantum algorithms for simulating Lindblad evolution
arXiv:1612.09512, 2016. - 377
- M. Kliesch, T. Barthel, C. Gogolin, M. Kastoryano, and J. Eisert
Dissipative quantum Church-Turing theorem
Physical Review Letters 107(12):120501, 2011.
[arXiv:1105.3986] - 378
- A. M. Childs and T. Li
Efficient simulation of sparse Markovian quantum dynamics
arXiv:1611.05543, 2016. - 379
- R. Di Candia, J. S. Pedernales, A. del Campo, E. Solano, and J. Casanova
Quantum simulation of dissipative processes without reservoir engineering
Scientific Reports 5:9981, 2015. - 380
- R. Babbush, D. Berry, M. Kieferová, G. H. Low, Y. Sanders, A. Sherer, and N. Wiebe
Improved techniques for preparing eigenstates of Fermionic Hamiltonians
arXiv:1711.10460, 2017. - 381
- D. Poulin, A. Kitaev, D. S. Steiger, M. B. Hasting, and M. Troyer
Fast quantum algorithm for spectral properties
arXiv:1711.11025, 2017. - 382
- Guang Hao Low and Isaac Chuang
Hamiltonian simulation by qubitization
arXiv:1610.06546, 2016. - 383
- F.G.S.L. Brandão, A. Kalev, T. Li, C. Y.-Y. Lin, K. M. Svore, and X. Wu
Quantum SDP Solvers: Large Speed-ups, Optimality, and Applications to Quantum Learning
Proceedings of ICALP 2019
[arXiv:1710.02581] - 384
- M. Ekerå and J. Håstad
Quantum Algorithms for Computing Short Discrete Logarithms and Factoring RSA Integers
Proceedings of PQCrypto 2017, pg. 347-363. (LNCS Volume 10346), 2017. - 385
- M. Ekerå
On post-processing in the quantum algorithm for computing short discrete logarithms
IACR ePrint Archive Report 2017/1122, 2017. - 386
- D. J. Bernstein, J.-F. Biasse, and M. Mosca
A low-resource quantum factoring algorithm
Proceedings of PQCrypto 2017, pg. 330-346 (LNCS Volume 10346), 2017. - 387
- Jianxin Chen, Andrew M. Childs, and Shih-Han Hung
Quantum algorithm for multivariate polynomial interpolation
Proceedings of the Royal Society A, 474:20170480, 2017.
arXiv:1701.03990 - 388
- Lisa Hales and Sean Hallgren
An improved quantum Fourier transform algorithm and applications.
In Proceedings of FOCS 2000, pg. 515-525. - 389
- Igor Shparlinski and Arne Winterhof
Quantum period reconstruction of approximate sequences
Information Processing Letters, 103:211-215, 2007. - 390
- Alexander Russell and Igor E. Shparlinski
Classical and quantum function reconstruction via character evaluation
Journal of Complexity, 20:404-422, 2004. - 391
- Sean Hallgren, Alexander Russell, and Igor Shparlinski
Quantum noisy rational function reconstruction
Proceedings of COCOON 2005, pg. 420-429. - 392
- G. Ivanyos, M. Karpinski, M. Santha, N. Saxena, and I. Shparlinski
Polynomial interpolation and identity testing from high powers over finite fields
Algorithmica, 80:560-575, 2017. - 393
- Qi Cheng
Primality Proving via One Round in ECPP and One Iteration in AKS
Journal of Cryptology, Volume 20, Issue 3, pg. 375-387, July 2007. - 394
- Daniel J. Bernstein
Proving primality in essentially quartic random time
Mathematics of Computation, Vol. 76, pg. 389-403, 2007. - 395
- F. Morain
Implementing the asymptotically fast version of the elliptic curve primality proving algorithm
Mathematics of Computation, Vol. 76, pg. 493-505, 2007. - 396
- Alvaro Donis-Vela and Juan Carlos Garcia-Escartin
A quantum primality test with order finding
arXiv:1711.02616, 2017. - 397
- H. F. Chau and H.-K. Lo
Primality test via quantum factorization
International Journal of Modern Physics C, Vol. 8, No. 2, pg. 131-138, 1997.
[arXiv:quant-ph/9508005] - 398
- David Harvey and Joris Van Der Hoeven
Integer multiplication in time
hal-02070778, 2019. - 399
- Charles Greathouse
personal communication, 2019. - 400
- Ewin Tang
A quantum-inspired classical algorithm for recommendation systems
In Proceedings of STOC 2019, pg. 217-228.
[arXiv:1807.04271] - 401
- Ewin Tang
Quantum-inspired classical algorithms for principal component analysis and supervised clustering
arXiv:1811.00414, 2018. - 402
- L. Wossnig, Z. Zhao, and A. Prakash
A quantum linear system algorithm for dense matrices
Physical Review Letters vol. 120, no. 5, pg. 050502, 2018.
arXiv:1704.06174, 2017. - 403
- Zhikuan Zhao, Alejandro Pozas-Kerstjens, Patrick Rebentrost, and Peter Wittek
Bayesian Deep Learning on a Quantum Computer
Quantum Machine Intelligence vol. 1, pg. 41-51, 2019.
[arXiv:1806.11463] - 404
- Anja Becker, Jean-Sebastien Coron, and Antoine Joux
Improved generic algorithms for hard knapsacks
Proceedings of Eurocrypt 2011 pg. 364-385
[IACR eprint 2011/474] - 405
- Kun Zhang and Vladimir E. Korepin
Low depth quantum search algorithm
arXiv:1908.04171, 2019. - 406
- Andriyan Bayo Suksmono and Yuichiro Minato
Finding Hadamard matrices by a quantum annealing machine
Scientific Reports 9:14380, 2019.
[arXiv:1902.07890] - 407
- Gábor Ivanyos, Anupam Prakash, and Miklos Santha
On learning linear functions from subset and its applications in quantum computing
26th Annual European Symposium on Algorithms (ESA 2018), LIPIcs volume 112, 2018.
[arXiv:1806.09660] - 408
- Gábor Ivanyos
On solving systems of random linear disequations
Quantum Information and Computation, 8(6):579-594, 2008.
[arXiv:0704.2988] - 409
- A. Ambainis, K. Balodis, J. Iraids, M. Kokainis, K. Prusis, and J. Vihrovs
Quantum speedups for exponential-time dynamic programming algorithms
Proceedings of the 30th Annual ACM-SIAM Symposium on Discrete Algorithms (SODA 19), pg. 1783-1793, 2019.
[arXiv:1807.05209] - 410
- Dominic W. Berry, Andrew M. Childs, Aaron Ostrander, and Guoming Wang
Quantum algorithm for linear differential equations with exponentially improved dependence on precision
Communications in Mathematical Physics, 356(3):1057-1081, 2017.
[arXiv:1701.03684] - 411
- Sarah K. Leyton and Tobias J. Osborne
Quantum algorithm to solve nonlinear differential equations
arXiv:0812.4423 - 412
- Y. Cao, A. Papageorgiou, I. Petras, J. Traub, and S. Kais
Quantum algorithm and circuit design solving the Poisson equation
New Journal of Physics 15(1):013021, 2013.
[arXiv:1207.2485] - 413
- S. Wang, Z. Wang, W. Li, L. Fan, Z. Wei, and Y. Gu
Quantum fast Poisson solver: the algorithm and modular circuit design
arXiv:1910.09756, 2019. - 414
- A. Scherer, B. Valiron, S.-C. Mau, S. Alexander, E. van den Berg, and T. Chapuran
Concrete resource analysis of the quantum linear system algorithm used to compute the electromagnetic scattering crossection of a 2D target
Quantum Information Processing 16:60, 2017.
[arXiv:1505.06552] - 415
- Juan Miguel Arrazola, Timjan Kalajdziavski, Christian Weedbrook, and Seth Lloyd
Quantum algorithm for nonhomogeneous linear partial differential equations
Physical Review A 100:032306, 2019.
[arXiv:1809.02622] - 416
- Andrew Childs and Jin-Peng Liu
Quantum spectral methods for differential equations
arXiv:1901.00961 - 417
- Alexander Engle, Graeme Smith, and Scott E. Parker
A quantum algorithm for the Vlasov equation
arXiv:1907.09418 - 418
- Shouvanik Chakrabarti, Andrew M. Childs, Tongyang Li, and Xiaodi Wu
Quantum algorithms and lower bounds for convex optimization
arXiv:1809.01731 - 419
- S. Chakrabarti, A. M. Childs, S.-H. Hung, T. Li, C. Wang, and X. Wu
Quantum algorithm for estimating volumes of convex bodies
arXiv:1908.03903 - 420
- Joran van Apeldoorn, András Gilyén, Sander Gribling, and Ronald de Wolf
Convex optimization using quantum oracles
arXiv:1809.00643 - 421
- Nai-Hui Chia, Andráas Gilyén, Tongyang Li, Han-Hsuan Lin, Ewin Tang, and Chunhao Wang
Sampling-based sublinear low-rank matrix arithmetic framework for dequantizing quantum machine learning
Proceedings of STOC 2020, pg. 387-400
[arXiv:1910.06151] - 422
- Andris Ambainis and Martins Kokainis
Quantum algorithm for tree size estimation, with applications to backtracking and 2-player games
Proceedings of STOC 2017, pg. 989-1002
[arXiv:1704.06774] - 423
- Fernando G.S L. Brandão, Richard Kueng, Daniel Stilck França
Faster quantum and classical SDP approximations for quadratic binary optimization
arXiv:1909.04613 - 424
- Matthew B. Hastings
Classical and Quantum Algorithms for Tensor Principal Component Analysis
Quantum 4:237, 2020.
[arXiv:1907.12724] - 425
- Joran van Apeldoorn, András Gilyén, Sander Gribling, and Ronald de Wolf
Quantum SDP-Solvers: Better upper and lower bounds
Quantum 4:230, 2020.
[arXiv:1705.01843] - 426
- J-P Liu, H. Kolden, H. Krovi, N. Loureiro, K. Trivisa, and A. M. Childs
Efficient quantum algorithm for dissipative nonlinear differential equations
arXiv:2011.03185 - 427
- S. Lloyd, G. De Palma, C. Gokler, B. Kiani, Z-W Liu, M. Marvian, F. Tennie, and T. Palmer
Quantum algorithm for nonlinear differential equations
arXiv:2011.06571 - 428
- Yunchao Liu, Srinivasan Arunachalam, and Kristan Temme
A rigorous and robust quantum speed-up in supervised machine learning
arXiv:2010.02174 - 429
- Matthew B. Hastings
The power of adiabatic quantum computation with no sign problem
arXiv:2005.03791 - 430
- Nathan Ramusat and Vincenzo Savona
A quantum algorithm for the direct estimation of the steady state of open quantum systems
arXiv:2008.07133 - 431
- Craig Gidney and Martin Ekera
How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits
Quantum 5:433, 2021.
[arXiv:1905.09749] - 432
-
Martin Roetteler, Michael Naehrig, Krysta M. Svore, and Kristin Lauter
Quantum resource estimates for computing elliptic curve discrete logarithms
Proceedings of ASIACRYPT 2017
[arXiv:1706.06752] - 433
-
András Gilyén, Yuan Su, Guang Hao Low, and Nathan Wiebe
Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics
Proceedings of STOC 2019, pg. 193-204
[arXiv:1806.01838] - 434
-
Dong An, Di Fang, Stephen Jordan, Jin-Peng Liu, Guang Hao Low, and Jiasu Wang
Efficient quantum algorithm for nonlinear reaction-diffusion equations and energy estimation
arXiv:2205.01141, 2022. - 435
-
Pradeep Niroula and Yunseong Nam
A quantum algorithm for string matching
NPJ Quantum Information, 7:37, 2021. - 436
-
András Gilyén, Srininvasan Arunachalam, and Nathan Wiebe
Optimizing quantum optimization algorithms via faster quantum gradient computation
Proceedings SODA 2019, pp. 1425-1444
[arXiv:1711.00465] - 437
-
Arjan Cornelissen
Quantum gradient estimation of Gevrey functions
arXiv:1909.13528, 2019. - 438
-
Pan Gao, Keren Li, Shijie Wei, Jiancun Gao, and Guilu Long
Quantum gradient algorithm for general polynomials
Physical Review A 103:042403, 2021.
[arXiv:2004.11086] - 439
-
Yuxin Zhang and Changpeng Shao
Quantum spectral method for gradient and Hessian estimation
arXiv:2407.03833, 2024. - 440
-
Ryan Babbush, Dominic W. Berry, Robin Kothari, Rolando D. Somma, and Nathan Wiebe
Exponential quantum speedup in simulating coupled classical oscillators
Physical Review X 13:041041, 2024.
[arXiv:2303.13012] - 441
-
Hari Krovi
Improved quantum algorithms for linear and nonlinear differential equations
Quantum 7:913, 2023.
[arXiv:2202.01054] - 442
-
Andrew M. Childs, Jin-Peng Liu, and Aaron Ostrander
High-precision quantum algorithms for partial differential equations
Quantum 5:574, 2021.
[arXiv:2002.07868] - 443
-
Dong An, Noah Linden, Jin-Peng Liu, Ashley Montanaro, Changpeng Shao, and Jiasu Wang
Quantum-accelerated multilevel Monte Carlo methods for stochastic differential equations in mathematical finance
Quantum 5:481, 2021.
[arXiv:2012.06283] - 444
-
G. Xu, A. J. Daley, P. Givi, and R. D. Somma
Turbulent mixing simulation via a quantum algorithm
AIAA Journal 56(2):687-699, 2018. - 445
-
G. Xu, A. J. Daley, P. Givi, and R. D. Somma
Quantum algorithm for the computation of the reactant conversion rate in homogeneous turbulence
Combustion Theory and Modelling 23(6):1090-1104, 2018. - 446
-
Noah Linden, Ashley Montanaro, Changpeng Shao
Quantum vs. classical algorithms for solving the heat equation
Communications in Mathematical Physics 395:601, 2022.
[arXiv:2004.06516] - 447
-
K. Kaneko, K. Miyamoto, N. Takeda, and K. Yoshino
Quantum speedup of Monte Carlo integration in the directino of dimension and its application to finance
Quantum Information Processing 20:185, 2021.
[arXiv:2011.02165] - 448
-
P. Rebentrost, B. Gupt, and T. R. Bromley
Quantum computational finance: Monte Carlo pricing of financial derivatives
Physical Review A 98(2):022321, 2018.
[arXiv:1805.00109] - 449
-
Javier Gonzalez-Conde, Ángel Rodríguez-Rozas, Enrique Solano, and Mikel Sanz
Efficient Hamiltonian simulation for solving option price dynamics
Physical Review Research 5:043220, 2024.
[arXiv:2101.04023] - 450
-
Adam Bouland, Wim van Dam, Hamed Joorati, Iordanis Kerenidis, Anupam Prakash
Prospects and challenges of quantum finance
arXiv:2011.06492, 2020. - 451
-
R. Shaydulin, C. Li, S. Chakrabarti, M. DeCross, D. Herman, N. Kumar, J. Larson, D. Lykov, P. Minssen, Y. Sun, Y. Alexeev, J. M. Dreiling,
J. P. Gaebler, T. M. Gatterman, J. A. Gerber, K. Gilmore, D. Gresh, N. Hewitt, C. V. Horst, S. Hu, J. Johansen, M. Matheny, T. Mengle,
M. Mills, S. A. Moses, B. Neyenhuis, P. Siegfried, R. Yalovetzky, and M. Pistoia
Evidence of scaling advantage for the quantum approximate optimization algorithm on a classically intractable problem
Science Advances 10(22):eadm6761, 2024.
[arXiv:2308.02342] - 452
-
Joao Basso, Edward Farhi, Kunal Marwaha, Benjamin Villalonga, and Leo Zhou
The Quantum Approximate Optimization Algorithm at high depth for MaxCut on large-girth regular graphs and the Sherrington-Kirkpatrick model
Proceedings of TQC22 7:1-7:21, 2022.
[arXiv:2110.14206] - 453
-
Stephen P. Jordan, Noah Shutty, Mary Wootters, Adam Zalcman, Alexander Schmidhuber, Robbie King, Sergei V. Isakov, and Ryan Babbush
Optimization by Decoded Quantum Interferometry
arXiv:2408.08292, 2024. - 454
-
Alexander Schmidhuber, Ryan O'Donnell, Robin Kothari, Ryan Babbush
Quartic quantum speedups for planted inference
arXiv:2406.19378, 2024. - 455
-
Takashi Yamakawa and Mark Zhandry
Verifiable Quantum Advantage without Structure
Journal of the ACM 71(3):1-50.
[arXiv:2204.02063] - 456
-
Xujie Song, Tong Liu, Shengbo Eben Li, Jingliang Duan, Wenxuan Wang, and Keqiang Li
Training multi-layer neural networks on Ising machine
arXiv:2311.03408. - 457
-
Chi-Fang Chen, Michael J. Kastoryano, Fernando G.S.L. Brandão, András Gilyén
Quantum Thermal State Preparation
arXiv:2303.18224. - 458
-
Dong An, Jin-Peng Liu and Lin Lin
Linear combination of Hamiltonian simulation for nonunitary dynamics with optimal state preparation cost
Physical Review Letters 131(15):150603, 2023.
[arXiv:2303.01029] - 459
-
Guang Hao Low and Yuan Su
Quantum eigenvalue processing
arXiv:2401.06240, 2024. - 460
-
Sergey Bravyi, Anirban Chowdhury, David Gosset, Vojtěch Havlíček, and Guanyu Zhu
Quantum complexity of the Kronecker coefficients
PRX Quantum 5(1):010329, 2023.
[arXiv:2302.11454] - 461
-
Simon Apers and Sander Gribling
Quantum speedups for linear programming via interior point methods
arXiv:2311.03215, 2023. - 462
-
Yanlin Chen, András Gilyén, and Ronald de Wolf
A quantum speed-up for approximating the top eigenvectors of a matrix
arXiv:2405.14765, 2024. - 463
-
Chi-Fang Chen, Alexander M. Dalzell, Mario Berta, Fernando G. S. L. Brandão, and Joel A. Tropp
Sparse random Hamiltonians are quantumly easy
Physical Review X 14(1):011014, 2024.
[arXiv:2302.03394] - 464
-
Stacey Jeffery and Sebastian Zur
Multidimensional quantum walks
Proceedings of STOC23, 1125-1130, 2023.
[arXiv:2208.13492] - 465
-
Robin Kothari and Ryan O'Donnell
Mean estimation when you have the source code; or, quantum Monte Carlo methods
Proceedings of SODA23, 1186-1215, 2023.
[arXiv:2208.07544] - 466
-
Kaoru Mizuta and Keisuke Fujii
Optimal Hamiltonian simulation for time-periodic systems
Quantum, 7:962, 2023.
[arXiv:2209.05048] - 467
-
Dominic W. Berry, Andrew M. Childs, Yuan Su, Xin Wang, and Nathan Wiebe
Time-dependent Hamiltonian simulation with L1-norm scaling
Quantum, 4:254, 2020.
[arXiv:1906.07115] - 468
-
David Poulin, Angie Qarry, Rolando Somma, and Frank Verstraete
Quantum simulation of time-dependent Hamiltonians and the convenient illusion of Hilbert space
Physical Review Letters, 106(17):170501, 2011.
[arXiv:1102.1360] - 469
-
Mária Kieferová, Artur Scherer, and Dominic W. Berry
Simulating the dynamics of time-dependent Hamiltonians with a truncated Dyson series
Physical Review A, 99(4):042314, 2019.
[arXiv:1805.00582] - 470
-
Guang Hao Low and Nathan Wiebe
Hamiltonian simulation in the interaction picture
arXiv:1805.00675, 2018. - 471
-
Arjan Cornelissen and Yassine Hamoudi
A sublinear-time quantum algorithm for approximating partition functions
Proceedings of SODA23, 1245-1264, 2023.
[arXiv:2207.08643] - 472
-
Arjan Cornelissen, Yassine Hamoudi, Sofiene Jerbi
Near-optimal quantum algorithms for multivariate mean estimation
Proceedings of STOC22, 33-43, 2022.
[arXiv:2111.09787] - 473
-
Scott Aaronson and Alex Arkhipov
The computational complexity of linear optics
Proceedings of STOC11, 333-342, 2011.
[arXiv:1011.3245] - 474
-
Dan Shepherd and Michael J. Bremner
Temporally unstructured quantum computation
Proceedings of the Royal Society A, 465(2105):1413-1439, 2009.
[arXiv:0809.0847] - 475
-
Andrew M. Childs, Tongyang Li, Jin-Peng Liu, Chunhao Wang, Ruizhe Zhang
Quantum algorithms for sampling log-concave distributions and estimating normalizing constants
Advances in Neural Information Processing Systems (NeurIPS), 35:23205-23217, 2022.
[arXiv:2210.06539] - 476
-
Sami Boulebnane and Ashley Montanaro
Solving boolean satisfiability problems with the quantum approximate optimization algorithm
arXiv:2208.06909, 2022. - 477
-
Ankit Garg, Robin Kothari, Praneeth Netrapalli, and Suhail Sherif
No quantum speedup over gradient descent for non-smooth convex optimization
arXiv:2010.01801, 2020. - 478
-
Jeongwan Haah, Matthew B. Hastings, Robin Kothari, and Guang Hao Low
Quantum algorithm for simulating real time evolution of lattice Hamiltonians
SIAM Journal on Computing, 52(6):10.1137, 2018.
[arXiv:1801.03922] - 479
-
Andrew M. Childs and Yuan Su
Nearly optimal lattice simulation by product formulas
Physical Review Letters, 123(5):050503, 2019.
[arXiv:1901.00564] - 480
-
Tomotaka Kuwahara, Tan Van Vu, and Keiji Saito
Effective light cone and digital quantum simulation of interacting bosons
Nature Communications, 15:2520, 2024.
[arXiv:2206.14736] - 481
-
Burak Şahinoğlu and Rolando D. Somma
Hamiltonian simulation in the low-energy subspace
npj Quantum Information, 7:119, 2021.
[arXiv:2006.02660] - 482
-
Weiyuan Gong, Shuo Zhou3, and Tongyang Li
Complexity of digital quantum simulation in the low-energy subspace: applications and a lower bound
Quantum, 8:1409, 2024.
[arXiv:2312.08867] - 483
-
Kasra Hejazi, Modjtaba Shokrian Zini, and Juan Miguel Arrazola
Better bounds for low-energy product formulas
arXiv:2402.10362, 2024. - 484
-
Yu Tong, Victor V. Albert, Jarrod R. McClean, John Preskill, and Yuan Su
Provably accurate simulation of gauge theories and bosonic systems
Quantum, 6:816, 2022.
[arXiv:2110.06942] - 485
-
Adam Bouland, Yosheb Getachew, Yujia Jin, Aaron Sidford, and Kevin Tian
Quantum Speedups for zero-sum games via improved dynamic Gibbs sampling
Proceedings of ICML23, 2023.
[arXiv:2301.03763] - 486
-
Joran van Apeldoorn and András Gilyén
Quantum algorithms for zero-sum games
arXiv:1904.03180, 2019. - 487
-
Sam McArdle, András Gilyén, and Mario Berta
A streamlined quantum algorithm for topological data analysis with exponentially fewer qubits
arXiv:2209.12887, 2022. - 488
-
Bernardo Ameneyro, Vasileios Maroulas, and George Siopsis
Quantum persistent homology
Journal of Applied and Computational Topology, 1-20, 2024.
[arXiv:2202.12965] - 489
-
Ryu Hayakawa
Quantum algorithm for persistent Betti numbers and topological data analysis
Quantum, 6:873, 2022.
[arXiv:2111.00433] - 490
-
Dominic W. Berry, Yuan Su, Casper Gyurik, Robbie King, Joao Basso, Alexander Del Toro Barba, Abhishek Rajput, Nathan Wiebe, Vedran Dunjko, and Ryan Babbush
Analyzing prospects for quantum advantage in topological data analysis
PRX Quantum, 5:010319, 2022.
[arXiv:2209.13581] - 491
-
Zoe Holmes, Gopikrishnan Muraleedharan, Rolando D. Somma, Yigit Subasi, and Burak Şahinoğlu
Quantum algorithms from fluctuation theorems: Thermal-state preparation
Quantum, 6:825, 2022.
[arXiv:2203.08882] - 492
-
Alexander M. Dalzell, Nicola Pancotti, Earl T. Campbell, and Fernando G.S.L. Brandão
Mind the gap: Achieving a super-Grover quantum speedup by jumping to the end
Proceedings of STOC23, 1131 - 1144, 2023.
[arXiv:2212.01513] - 493
-
M. B. Hastings
A short path quantum algorithm for exact optimization
Quantum, 2:78, 2018.
[arXiv:1802.10124] - 494
-
Pedro C.S. Costa, Dong An, Yuval R. Sanders, Yuan Su, Ryan Babbush, and Dominic W. Berry
Optimal Scaling Quantum Linear-Systems Solver via Discrete Adiabatic Theorem
PRX Quantum, 3:040303, 2022.
[arXiv:2111.08152] - 495
-
Tobias J. Osborne and Alexander Stottmeister
Quantum simulation of conformal field theory
arXiv:2109.14214, 2021. - 496
-
Changhao Yi and Elizabeth Crosson
Spectral analysis of product formulas for quantum simulation
npj Quantum Information, 8:38, 2022.
[arXiv:2102.12655] - 497
-
Yanlin Chen and Ronald de Wolf
Quantum algorithms and lower bounds for linear regression with norm constraints
arXiv:2110.13086, 2021. - 498
-
Yilei Chen, Qipeng Liu, and Mark Zhandry
Quantum algorithms for variants of average-case lattice problems via filtering
Proceedings of EUROCRYPT22, 372 - 401, 2022.
[arXiv:2108.11015] - 499
-
Xiang Li, Su-Xiang Lyu, Yao Wang, Rui-Xue Xu, Xiao Zheng, and YiJing Yan
Towards Quantum Simulation of Non-Markovian Open Quantum Dynamics: A Universal and Compact Theory
Physical Review A, 110:03620, 2024.
[arXiv:2401.17255] - 500
-
Chi-Fang Chen, Michael J. Kastoryano, and András Gilyén
An efficient and exact noncommutative quantum Gibbs sampler
arXiv:2311.09207, 2023. - 501
-
Peter L. Walters and Fei Wang
Path integral quantum algorithm for simulating non-Markovian quantum dynamics in open quantum systems
Physical Review Research, 6:013135, 2024. - 502
-
Jiaqing Jiang and Sandy Irani
Quantum Metropolis Sampling via Weak Measurement
arXiv:2406.16023, 2024. - 503
-
Matthew Pocrnic, Dvira Segal, and Nathan Wiebe
Quantum Simulation of Lindbladian Dynamics via Repeated Interactions
arXiv:2312.05371, 2023. - 504
-
Mekena Metcalf, Emma Stone, Katherine Klymko, Alexander F Kemper, Mohan Sarovar, and Wibe A de Jong
Quantum Markov chain Monte Carlo with digital dissipative dynamics on quantum computers
Quantum Science and Technology, 7(2):025017, 2022. - 505
-
Dhrumil Patel and Mark M. Wilde
Wave Matrix Lindbladization I: Quantum Programs for Simulating Markovian Dynamics
Open Systems & Information Dynamics, 30(2):2350010, 2023. - 506
-
Dhrumil Patel and Mark M. Wilde
Wave Matrix Lindbladization II: General Lindbladians, Linear Combinations, and Polynomials
Open Systems & Information Dynamics, 30(2):2350014, 2023. - 507
-
Xiantao Li and Chunhao Wang
Succinct Description and Efficient Simulation of Non-Markovian Open Quantum Systems
Communications in Mathematical Physics, 401:147-183, 2023. - 508
-
Bin Yan and Nikolai A. Sinitsyn
Analytical solution for nonadiabatic quantum annealing to arbitrary Ising spin Hamiltonian
Nature Communications, 13:2212, 2022. - 509
-
Tadashi Kadowaki and Hidetoshi Nishimori
Quantum Annealing in the Transverse Ising Model
Physical Review E, 58:5355, 1998.
[arXiv:cond-mat/9804280] - 510
-
Chris Cade and P. Marcos Crichigno
Complexity of Supersymmetric Systems and the Cohomology Problem
Quantum, 8:1325, 2024.
[arXiv:2107.00011] - 511
-
Alexander Schmidhuber, Michele Reilly, Paolo Zanardi, Seth Lloyd, and Aaron Lauda
A quantum algorithm for Khovanov homology
arXiv:2501.12378, 2025. - 512
-
Rolando D. Somma, Robbie King, Robin Kothari, Thomas O'Brien, and Ryan Babbush
Shadow Hamiltonian Simulation
arXiv:2407.21775, 2024. - 513
-
Maarten Stroeks, Daan Lenterman, Barbara Terhal, Yaroslav Herasymenko
Solving Free Fermion Problems on a Quantum Computer
arXiv:2409.04550, 2024. - 514
-
Alice Barthe, M. Cerezo, Andrew T. Sornborger, Martín Larocca, and Diego García-Martín
Gate-Based Quantum Simulation of Gaussian Bosonic Circuits on Exponentially Many Modes
Physical Review Letters, 134:070604, 2025.
[arXiv:2407.06290] - 515
-
Greta Panova
Polynomial time classical versus quantum algorithms for representation theoretic multiplicities
arXiv:2502.20253, 2025. - 516
-
Martin Larocca, Vojtech Havlicek
Quantum Algorithms for Representation-Theoretic Multiplicities
arXiv:2407.17649, 2024. - 517
-
Dong An and Lin Lin
Quantum Linear System Solver Based on Time-optimal Adiabatic Quantum Computing and Quantum Approximate Optimization Algorithm
ACM Transactions on Quantum Computing, 3(2):1–28, 2022.
[arXiv:1909.05500]
- 518
-
Paolo C. S. Costa, Dong An, Yuval R. Sanders, Yuan Su, Ryan Babbush, and Dominic W. Berry
Optimal Scaling Quantum Linear-Systems Solver via Discrete Adiabatic Theorem
PRX Quantum, 3:040303, 2022.
[arXiv:2111.08152]