Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2019 Jul 16;9:10258. doi: 10.1038/s41598-019-46729-0

Quantum annealing for systems of polynomial equations

Chia Cheng Chang 1,2,3,, Arjun Gambhir 4, Travis S Humble 5, Shigetoshi Sota 6
PMCID: PMC6635388  PMID: 31311997

Abstract

Numerous scientific and engineering applications require numerically solving systems of equations. Classically solving a general set of polynomial equations requires iterative solvers, while linear equations may be solved either by direct matrix inversion or iteratively with judicious preconditioning. However, the convergence of iterative algorithms is highly variable and depends, in part, on the condition number. We present a direct method for solving general systems of polynomial equations based on quantum annealing, and we validate this method using a system of second-order polynomial equations solved on a commercially available quantum annealer. We then demonstrate applications for linear regression, and discuss in more detail the scaling behavior for general systems of linear equations with respect to problem size, condition number, and search precision. Finally, we define an iterative annealing process and demonstrate its efficacy in solving a linear system to a tolerance of 10−8.

Subject terms: Quantum information, Quantum simulation

Introduction

Many problems in science, engineering, and mathematics can be reduced to solving systems of equations with notable examples in modeling and simulation of physical systems, and the verification and validation of engineering designs. Conventional methods for solving linear systems range from exact methods, such as matrix diagonalization, to iterative methods, such as fixed-point solvers, while polynomial systems are typically solved iteratively with homotopy continuation. The advent of quantum computing has opened up the possibility of new methods for solving these challenging problems. For example, a quantum algorithm for solving systems of linear equations was established for gate-based quantum computers1 and demonstrated with small-scale problem instances2. Additionally, an algorithm for solving linear systems within the adiabatic quantum computing model3 was experimentally demonstrated4, followed by a more recent proposal5.

In this work, we present an approach for solving a general system of nth-order polynomial equations based on the principles of quantum annealing, followed by a demonstration of the algorithm for a system of second-order polynomial equations on commercially available quantum annealers. We then narrow the scope to examples of linear equations by first demonstrating an application to linear regression, before elucidating results on ill-conditioned linear systems motivated by the discretized Dirac equation  = χ from lattice quantum chromodynamics (QCD). The solution to the discretized Dirac equation is currently the only approach for evaluating non-perturbative QCD. However, well-known numerical challenges slow convergence with conventional solvers6,7. We end by using quantum annealing to solve a similar system and characterize the performance from experimental demonstrations with a commercial quantum annealer.

Polynomial Systems of Equations

We consider the system of N polynomial equations

Fi=Pi(0)+jPij(1)xj+jkPijk(2)xjxk+=0 1

where i ∈ {1, ..., N}, and P(n) is a rank n + 1 tensor of known real-valued coefficients for the polynomial of order n, and the real-valued vector x denotes the solution. Truncating to first order recovers a linear system of equations, i.e., Pi(0)+jPij(1)xj=0.

Prior to this work, there exists no direct methods for solving a general nth-order polynomial system. For linear systems, existing approaches include direct diagonalization using Gauss-Jordan elimination or iterative methods such as conjugate-gradient. In practice, direct diagonalization is limited in computational efficiency, as those methods scale sharply with the size of the matrix. By contrast, iterative methods may have greater computational efficiency but the performance and stability are often sensitive to the input matrix. Preconditioning improves convergence of linear systems by transforming the input as M−1P(1)x = M−1b, where the preconditioner M must be inexpensive to invert and M−1 should be “close” to P(1)1, so that M−1P(1) resembles a matrix close to unity. Identifying an effective preconditioner plays an important role in numerical convergence of iterative methods811,13. For lattice QCD applications12, the low-lying spectrum of the Dirac operator slows iterative convergence and preconditioning has been used to project out these low-lying modes. Acquiring the low-lying eigenpairs or singular triplets of D is in general computationally expensive and requires the use of additional iterative methods that also suffer from critical slowing down. Solutions to address this issue include EigCG6,7, inexact deflation8, and adaptive multigrid911,13.

Results

Quantum Annealing for Polynomial Solvers

Quantum annealing offers an alternative approach to solving a general system of equations. We map each variable xj using R number of qubits such that

xj=ajr=0R12rψrj+bj. 2

where ψrj ∈ {0, 1}, ai ∈ ℝ and bi ∈ ℝ such that xj ∈ {bj + 2r−1aj|r ∈ ℤ < R}. Defining the vectors

A(a0aN1)|A|=NB(b0bN1)|B|=NR(202R1)|R|=RX(x0xN1)|X|=NΨ(ψ00ψR1N1)|Ψ|=N×R

where |V| is the cardinality operator yielding the number of elements in a generic vector V. The objective function χ2 which solves Eq. (1) is given by minimizing the residual sum of squares in the qubit-basis

χ2=[P(0)+P(1)(B+ARψ)+P(2)(B+ARψ)2+]2, 3
Q(0)+Q(1)++Q(2N) 4

where ⋅ is the dot product, is the Hadamard product, and is the tensor product. In particular, (A)nAnn, where Vn is a repeated n sequence of tensor products. The ground state of Eq. (3) solves a system of polynomial equations. For current commercial quantum annealers, auxiliary qubits are required to reduce multi-linear terms down to bilinear interactions through quadratization1421. We provide the details of quadratization through reduction-by-substitution on a system of second-order polynomials in Methods.

Finally, we note that resulting energy at the end of the optimization corresponds to exactly the residual sum of squares if the constant terms in χ2 are correctly accounted for. It follows that the entire energy spectrum is positive, and if the exact solution is recovered, then the ground state energy must be zero.

Quantum Annealing for Linear Solvers

A system of linear equations simplifies Eq. (3) to involve only bilinear terms without quadratization, and reduces to a quadratic unconstrained binary optimization (QUBO) problem where HQUBO(ψ)=ijψiQijψj with

Q=(a12P11(1)a1aNP1N(1)aNa1PN1(1)aN2PNN(1))(2020202R12R1202R12R1)+2(a1P1aNPN)(202R1) 5

where Pn=Pn(0)+ibiPni(1). In addition, constant terms that arise from the substitution of Eq. (2) are omitted for simplicity and leaves the solution vector Ψ unchanged, but should be included when interpreting the energy as the residual sum of squares.

Application to Linear Regression

Given a set of N identical and independent observations of the

independent{xi:i{1,...,X}}dependent{yi;g:i{1,...,X},g{1,...,N}}

variable, the mean and covariance of yi follows

yi=1Ng=1Nyi;gSij=(yiyi)(yjyj)

where the angle brackets denote the expectation value over N observations. A fitting function F(xi, p) may be defined with respect to the set of P unknown parameters p = {pn: n ∈ {1, ..., P}}, and a corresponding objective function for generalized least squares may be defined as

ij[F(x,p)y]iSij1[F(x,p)y]j 6

where the optimal value for the set p is determined by minimizing Eq. (6).

Restriction to linear least squares demands that the fitting function is linear in the unknown parameters, and therefore may be written in the form

F(xi,p)=n=1Ppnfn(xi) 7

where fn(xi) can be any function. The solution for linear regression is obtained by expanding Eq. (6) with Eq. (7) and yields

ij[npnfn(xi)yi]Sij1[mpmfm(xj)yj]. 8

The extrema of the objective function can be determined by taking the derivative of Eq. (8) with respect to pn yielding a matrix equation of the form jAij(1)pj=Ai(0) analogous to Eq. (1) where

P(1)=(f0(x)TS1f0(x)f0(x)TS1fP(x)fP(x)TS1f0(x)fP(x)TS1fP(x))P(0)=(f0(x)TS1yfP(x)TS1y). 9

The solution to least squares minimization can then be mapped to a QUBO problem following Eq. (5), and amenable to methods of quantum annealing.

Discussion

System of Second Order Polynomial Equations

We demonstrate the validity of the algorithm on a system of two second order polynomial equations. The problem is chosen to be small such that the solution can be confirmed by an explicit search over the entire Hilbert space, and evaluated onto a D-Wave annealer. Consider the following system of equations,

0=2x02+3x0x1+x12+2x0+4x151,0=x02+2x0x1+2x12+3x0+2x146,

with four real solutions at

(x0,x1)=(2,3),(x0,x1)(10.42,7.27),(x0,x1)(3.29,3.74),(x0,x1)(7.71,3.53).

For the sake of discussion, we set up Eq. (3) to solve for the solution at (2, 3) by choosing A=(11), =(00), and =(20,21). The tensors P(n) are obtained by inspection,

P(0)=(5146),P(1)=(2432),P(2)=((2301)(1202)).

After transforming to the qubit-basis, direct search of the ground state of the 4-body Hamiltonian yields

Ψ=(0111)X=(23)

where the consecutive pairs of binary variables maps to the binary representation of xi with little-endianness due to specific choices of A, and . The solution is reproduced when transforming the set of generalized n-dimensional Q{Q(0),Q(1),,Q(N)} matrix as defined in Eq. (4), to upper-triangular tensors, and also reproduced when further reducing the dimensionality of elements in Q(n≥2) with repeated indicies, yielding in general the most sparse upper-triangular representation Qsparse.

We quadratize the Qsparse set of rank 0 to N tensors to the QUBO representation with reduction-by-substitution1416,21 by introducing 12N(N1) auxiliary qubits ψa to enforce the following constraint,

C(ψiψj2ψiψija2ψjψija+3ψija) 10

such that the constraint is minimized when ψija=ψiψj. The coefficient C should be chosen large enough such that the constraint is satisfied under optimization. Additional details of the quadratization used is given in Methods.

We repeat the exercise of solving the same system of polynomial equations on the D-Wave annealer with the symmetrized and quadratized representation, and successfully reproduce the solution,

Ψ=(ψ0ψ1ψ2ψ3ψ01aψ02aψ03aψ12aψ13aψ23a)=(0111000111)X=(23)

where the last six auxiliary qubits confirm consistency of reducing many body interactions down to bilinear terms. Finally, we mention that with reduction-by-substitution, a system of mth-order polynomials needs to be quadratized m − 1 times, requiring exponentially more auxiliary qubits.

The software implementation of various many-body and 2-body quadratized representations for a system of second-order polynomial equations, the brute force solver, and D-Wave solver are made publicly available22.

Linear Regression

As an example, consider the following artificially generated data

E[D(x)]=8+4x+7x2,Var[D(x)]=E[D(x)]/10,Corr[D(xi),D(xj)]=0.9|xixj|, 11

where x ∈ Z: x ∈ [0, 49]. The Toeplitz correlation matrix23 is chosen to simulate a correlated time-series dataset, where the correlations decay exponentially as a function of x. Following the notation in Eq. (7), we assume a linear fit

F(x,A)=A0+A1x+A2x2, 12

and we estimate the parameters An given the data D(x). Using Eq. (2), we express each parameter Ai as a 4-bit unsigned integer

Ai=ψ1i+2ψ2i+4ψ3i+8ψ4i 13

and construct the problem Hamiltonian following Eqs (5) and (9). The required 12 logical qubits (3 parameters × 4-bit representation) support a total of 4096 possible solutions. Explicit evaluation finds the true ground-state to have energy E0 = −1.418 and eigenstate

Ψ0=(000100101110) 14

which corresponds to the parameter values

A0=(0001)8,A1=(0010)4,A2=(1110)7.

These correct coefficients for the generating function in Eq. (11) verify the design of the algorithm.

We next test the algorithm by solving the objective function using quantum annealing. The target Hamiltonian of Eq. (11) is solve with a D-Wave annealer, and results for 100,000 independent evaluations are acquired using an annealing schedule with T = 200μs. The correct result is reproduced in 0.5% of the solves, while the lowest 0.8% of the eigenvalue spectrum is obtained by 10% of the solves with overall results biased towards the lower-lying eigenspectrum.

Conditioned Systems of Linear Equations

In this section we show results and scaling of a classical method and the quantum annealer. One of the criteria for categorizing the “difficulty” of a linear system is condition number. The condition number of a matrix P(1) is defined as the ratio of maximum and minimum singular values.

κ(P(1))=σmax(P(1))σmin(P(1)) 15

In the case of symmetric matrices, this is equivalent to the ratio of largest and smallest eigenvalues.

We vary our test matrices in two ways: (1) vary the problem size while holding the condition number fixed, (2) the problem size is held constant with varying condition number. The accurately of the solution will be judged by the relative residual sum of squares,

χrel.2=(P(1)xapprox+P(0))2P(0)2=E0P(0)2, 16

where E0 is the ground-state energy. For conjugate gradient, a tolerance for Eq. (16) is utilized as a terminating criterion and the number of iterations when this point is reached is recorded. For quantum annealing the role of the relative residual is more subtle. The annealer is run many times and the lowest energy eigenpair is returned. The eigenvector from this set is substituted for xapprox, allowing a relative residual to be defined for the total anneal.

Classical Solutions

For the examples with a classical linear solver, conjugate gradient is used on N = 12, with varying condition number. Although conjugate gradient is not the optimal choice for classically solving such systems, the scaling comparison in condition number with the quantum algorithm is informative. Figure 1 shows slightly worse than square root scaling of conjugate gradient with condition number.

Figure 1.

Figure 1

The number of conjugate gradient iterations grows slightly worse than κ(P(1)). The stopping criterion is a tolerance of 10−6 for the norm of the relative residual. All matrices are rank 12, with smaller eigenvalues as κ(P(1)) increases, but identical eigenvectors. The same right-hand side is solved for all cases.

The matrices from this and subsequent results are constructed by creating a random unitary matrix of rank N, denoted as U. A diagonal matrix Λ is then linear populated by evenly spaced real-valued eigenvalues, such that max(Λ)/min(Λ)=κ. The matrices are trivially formed as P(1)=UΛU. A common right-hand side is taken for all P(1): a vector of length N with linearly spaced decimals between 1 and −1.

Quantum annealing

In the following section, we demonstrate the scaling of the annealing algorithm under varying problem size, condition number, and precision of the search space. We conclude by applying the algorithm iteratively on a fixed problem and study the convergence of the relative residual.

Problem size: In Fig. 2a, we study the scaling behavior for κ = 1.1 and R = 2. Due to prior knowledge of the conjugate-gradient solution, the search space for all N parameters are fixed for the set of problems, and encompass the minimum and maximum results of the solution vector x. Additionally, knowledge of the result allows us to identify the ground-state QUBO solution by minimizing the difference between the conjugate-gradient and QUBO results (the forward error), and studies the theoretical scaling of the algorithm absent of current hardware limitations. Due to the small condition number of this study, minimizing the forward error is equivalent to minimizing the backwards error.

Figure 2.

Figure 2

(a) (Top) The black dashed line shows the theoretical minimum relative residual of the algorithm as predicted by minimizing the forward error, given the search precision and search range used for the test. The red crosses are results of the lowest energy state from 100,000 quantum annealing measurements. Physical measurements deviate from the theoretical minimum as problem size grows. (Bottom) The corresponding percentage of measurements in the minimum energy state are shown in blue. The vertical axis is shown in a logarithmic scale. (b) Analogous to (a) but for varying condition number. The forward error prediction (dashed black line) is omitted and not a reliable measure of the relative residual for larger condition numbers. Note that the vertical axis of the bottom plot showing the percentage of measurements observed in the lowest-lying state is on a linear scale. (c) This plot is analogous to (a) but for varying search precision. Note that both vertical axes are on a logarithmic scale. (d) (Top) The relative residual exponentially decreases with each iteration of the algorithm. By the ninth iteration the result reaches single precision. (Bottom) The percentage of quantum annealing solutions in the lowest-lying state. The algorithm successfully resolves the solution at single precision for this example without issue.

With increased problem size, we observe that the percentage of annealed solutions which return the ground state decreases exponentially. This indicates the solution for a dense matrix may require exponentially more evaluations to obtain for current quantum annealers. The observed scaling is consistent with the assumption that the energy gap exponentially vanishes with increasing size for a dense Hamiltonian. In particular, beyond n = 16, only one out of 100,000 evaluations yield the resulting annealed solution, demonstrating that the real ground-state is well beyond the reach of the available statistics.

Condition number: Fig. 2b demonstrates the scaling of the algorithm with respect to changing condition number. The problem size is fixed to N = 12, and R = 2. The condition number affects the solution vector x, and therefore for this study we restrict the search range to span exactly the minimum and maximum values of x. The chosen search range keeps the resulting relative residual approximately constant under varying condition number. For linear systems with larger condition numbers, minimizing the forward error is no longer a reliable estimate of the residual of the backwards error, and is therefore dropped from this study.

With increasing condition number, we observe that the percentage of solutions that converge to the lowest-lying state is a relatively constant value as demonstrated by a less than one order-of-magnitude change between the different examples. This behavior is in stark contrast with the scaling observed in Fig. 2a, and suggests that with increasing condition number, the ground state is exponentially easier to identify. This is in amazing contrast to the classical result from Fig. 1, in which convergence to the solution decreases as condition number is raised.

Precision of search: Fig. 2c explores the behavior of the algorithm as R is increased for N = 4 and κ = 1.1. We observe that the relative residual exponentially decreases, as expected due to sampling an exponential number of solutions. However, increasing R also requires exponentially more evaluations from the annealer in order to resolve the ground state. Similarly to Fig. 2a, we observe that the forward error for problem sizes beyond R = 5 starts to deviate from the backward error, an indication that the limits of hardware control have been reached.

Iterative approach: Finally, we explore the possibility of iteratively applying the algorithm in order to decrease the relative residual of the final solution. We demonstrate this technique on N = 4, with κ = 1.1, and R = 4. For this study, we initially set min(X)=1 and max(X)=1. With each iteration, we narrow the optimization to two neighboring values of the result allowed by the search space. Figure 3 shows how the search space is refined with each iteration of the algorithm and converges to the conjugate gradient solution. Figure 2d shows that the relative residual exponentially decreases with the application of each iteration, while the number of anneals required to sample the ground state stays relatively constant. The solution from quantum annealing at the final (ninth) iteration agrees with conjugate-gradient at single precision accuracy.

Figure 3.

Figure 3

Search region over successive iterations of the algorithm. The shaded regions indicate the search region for each component of the solution vector X. The gray horizontal line is the result from a conjugate-gradient solver. (a) Search region for the first five iterations for all parameters. (b) Search region zoomed in on a single parameter reaching single precision accuracy.

Methods

Quadratization

Quadratization (i.e. to make quadratic) maps terms in the Hamiltonian that are multi-linear with respect to the binary variables X, to a larger Hilbert space involving only bilinear (i.e. quadratic) contributions. This transformation is required to realize quantum algorithms with non-linear operations on near-term quantum computers. There exists in current literature, a rich selection of methods to perform such a task1421. For this work, we apply reduction-by-substitution14,15,21, where the constraint equation is given by Eq. (10).

One constraint equation is required to define each auxiliary qubit ψij. After taking into consideration that in the qubit basis, the Hamiltonian is symmetric under permutations of all indices, 12N(N1) auxiliary qubits are needed to account for every unique quadratic combination of the underlying basis of length N′. In Fig. (4), we provide the smallest non-trivial example which maps a system of two second-order polynomial equations (i.e. N = 2), with R = 2 after the n-body Hamiltonian has been reduced to the set Qsparse. The constraint equations have an overall coefficient C which needs to be large enough such that the constraints are satisfied under optimization. For visual clarity, the constraints in the second quadrant are entered in the lower triangular section, but in practice should be accumulated with the upper triangular section occupied by Q(2).

Figure 4.

Figure 4

Example QUBO for a system of second-order polynomial equations. The QUBO can be organized into four quadrants as indicated by the solid black lines, corresponding to bilinear (2nd quadrant), tri-linear (1st and 3rd quadrants) and quadra-linear (4th quadrant) contributions. Within the quadrants, the elements are colored to reflect the effective one (red), two (green), three (blue), and four (yellow) qubit interactions after accounting for repeated indices. The entries in Qsparse are distributed to entries in the QUBO corresponding to the order of interaction: Q(1) to red, Q(2) to green, Q(3) to blue, Q(4) to yellow. The coefficients of the constraint equations contributes to entries in red text.

Generalization to a system of more equation (N > 2), or finer searches (R > 2) is straightforward, and implemented in the accompanying software22. Generalizing to higher-order polynomial equations required additional levels of quadratization that was not implemented in this study.

Quantum Annealing

Akin to adiabatic quantum optimization24, quantum annealing prepares a quantum statistical distribution that approximates the solution by applying a slowly changing, time-dependent Hamiltonian2527, where measurements drawn from the distribution represent candidate solutions. Unlike adiabatic quantum computing, quantum annealing permits non-adiabatic dynamics at non-zero temperature, making this approach easier to realize experimentally but also more challenging to distinguish quantum mechanically26,2834. While examples of non-trivial advantages have been observed for fixed-size problem instances3539, more general statements about computational complexity remain unresolved40.

We demonstrate the proposed algorithm using the D-Wave 2000Q commercial quantum annealer. This hardware is based on cryogenically cooled superconducting electronic elements that implement a programmable Ising model. Each quantum register element expresses a single Ising spin variable, but the D-Wave 2000Q supports only a limited connectivity between these elements. In particular, the i-th spin variable may be assigned a bias Qii and can be coupled to a unique set of six neighboring registers through the coupling Qij. A densely connected Hamiltonian can be embedded into the hardware by using secondary constraints to build chains of strongly correlated elements in which QijconstraintQijproblem. This coupling constraint favors chains of spin elements which behave as a single spin variable41. Previous studies have identified optimal mappings of the infinite dimensional to three-dimensional Ising model42,43. For the D-Wave 2000Q, approximately 64 logical spin variables may be represented within the 2048 physical spin elements. Our examples use the dwave-sapi2 Python library44, which is a software tool kit that facilitates cloud access to the annealer and supports a heuristic embedding method for the available hardware.

Acknowledgements

We thank Hidetoshi Nishimori (Tokyo Tech), Tetsuo Hatsuda (RIKEN), and Chih-Chieh Chen (ITRI) for discussions. This work was performed under the auspices of the U.S. Department of Energy by LLNL under Contract No. DE-AC52-07NA27344 (AG). Access to the D-Wave 2000Q computing system was provided by Oak Ridge National Laboratory. TSH acknowledges support from the Department of Energy, Office of Science, Early Career Research Project and the ORNL Directed Research and Development funds. This manuscript has been authored by UT-Battelle, LLC, under Contract No. DE-AC0500OR22725 with the U.S. Department of Energy. The Department of Energy will provide public access to these results of federally sponsored research in accordance with the DOE Public Access Plan (http://energy.gov/downloads/doe-public-access-plan).

Author Contributions

Initial idea was proposed by C.C.C. Design of test cases was done by A.G. and C.C.C. Conjugate-gradient solves was done by A.G. Calculation done on the DWave 2000Q was performed by C.C.C. and T.S.H. Cross checks with density matrix renormalization group was performed by S.S. and C.C.C. All authors contributed to writing and editing of the final manuscript.

Data Availability

Software to reproduce the solutions of the second-order system of polynomial equations discussed in this work is made publicly available at https://github.com/cchang5/quantum_poly_solver.

Competing Interests

The authors declare no competing interests.

Footnotes

Publisher’s note: Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

References

  • 1.Harrow, A. W., Hassidim, A. & Lloyd, S. Quantum Algorithm for Linear Systems of Equations. Phys. Rev. Lett. 103, 150502, 10.1103/PhysRevLett.103.150502 0811.3171 (2009). [DOI] [PubMed]
  • 2.Zheng Y, et al. Solving systems of linear equations with a superconducting quantum processor. Phys. review letters. 2017;118:210504. doi: 10.1103/PhysRevLett.118.210504. [DOI] [PubMed] [Google Scholar]
  • 3.Subasi, Y., Somma, R. D. & Orsucci, D. Quantum algorithms for linear systems of equations inspired by adiabatic quantum computing. arXiv preprint arXiv:1805.10549 (2018). [DOI] [PubMed]
  • 4.Wen, J. et al. Experimental realization of quantum algorithms for linear system inspired by adiabatic quantum computing. arXiv preprint arXiv:1806.03295 (2018).
  • 5.Borle, A. & Lomonaco, S. J. Analyzing the Quantum Annealing Approach for Solving Linear Least Squares Problems. ArXiv e-prints 0804.4884 (2018).
  • 6.Stathopoulos Andreas, Orginos Konstantinos. Computing and Deflating Eigenvalues While Solving Multiple Right-Hand Side Linear Systems with an Application to Quantum Chromodynamics. SIAM Journal on Scientific Computing. 2010;32(1):439–462. doi: 10.1137/080725532. [DOI] [Google Scholar]
  • 7.Abdel-Rehim, A., Orginos, K. & Stathopoulos, A. Extending the eigCG algorithm to non-symmetric linear systems with multiple right-hand sides. PoSLAT2009, 036, 10.22323/1.091.0036 0911.2285 (2009).
  • 8.Lüscher M. Local coherence and deflation of the low quark modes in lattice qcd. J. High Energy Phys. 2007;2007:081. doi: 10.1088/1126-6708/2007/07/081. [DOI] [Google Scholar]
  • 9.Brandt A. Multi-level adaptive solutions to boundary-value problems. Math. Comput. 1977;31:333–390. doi: 10.1090/S0025-5718-1977-0431719-X. [DOI] [Google Scholar]
  • 10.Brannick, J., Brower, R. C., Clark, M. A., Osborn, J. C. & Rebbi, C. Adaptive Multigrid Algorithm for Lattice QCD. Phys. Rev. Lett. 100, 041601, 10.1103/PhysRevLett.100.041601 0707.4018 (2008). [DOI] [PubMed]
  • 11.Clark, M. Accelerating Lattice QCD Multigrid on GPUs Using Fine-grained Parallelization. In Proceedings of the 34thannual International Symposium on Lattice Field Theory (LATTICE2016). 24–30 July 2016. University of Southampton, 267 1612.07873 (2016).
  • 12.Chang C. C., Nicholson A. N., Rinaldi E., Berkowitz E., Garron N., Brantley D. A., Monge-Camacho H., Monahan C. J., Bouchard C., Clark M. A., Joó B., Kurth T., Orginos K., Vranas P., Walker-Loud A. A per-cent-level determination of the nucleon axial coupling from quantum chromodynamics. Nature. 2018;558(7708):91–94. doi: 10.1038/s41586-018-0161-8. [DOI] [PubMed] [Google Scholar]
  • 13.Frommer, A., Kahl, K., Krieg, S., Leder, B. & Rottmann, M. Adaptive Aggregation Based Domain Decomposition Multigrid for the Lattice Wilson Dirac Operator. arXiv e-prints arXiv:1303.1377 1303.1377 (2013).
  • 14.Rosenberg IG. Reduction of bivalent maximization to the quadratic case. Cahiers duCentre d’Etudes de Recherche Oper. 1975;17:71–74. [Google Scholar]
  • 15.Boros E, Hammer PL. Pseudo-boolean optimization. Discret. Appl. Math. 2002;123:155–225. doi: 10.1016/S0166-218X(01)00341-9. [DOI] [Google Scholar]
  • 16.Biamonte JD. Nonperturbative k-body to two-body commuting conversion hamiltonians and embedding problem instances into ising spins. Phys. Rev. A. 2008;77:052331. doi: 10.1103/PhysRevA.77.052331. [DOI] [Google Scholar]
  • 17.Boros, E. & Gruber, A. On quadratization of pseudo-boolean functions. In ISAIM (2012).
  • 18.Humble TS, et al. An integrated programming and development environment for adiabatic quantum optimization. Comput. Sci. Discov. 2014;7:015006. doi: 10.1088/1749-4680/7/1/015006. [DOI] [Google Scholar]
  • 19.Tanburn, R., Okada, E. & Dattani, N. Reducing multi-qubit interactions in adiabatic quantum computation without adding auxiliary qubits. Part 1: The “deduc-reduc” method and its application to quantum factorization of numbers. arXiv e-prints arXiv:1508.04816 1508.04816 (2015).
  • 20.Okada, E., Tanburn, R. & Dattani, N. S. Reducing multi-qubit interactions in adiabatic quantum computation without adding auxiliary qubits. Part 2: The “split-reduc” method and its application to quantum determination of Ramsey numbers. arXiv e-prints arXiv:1508.07190 1508.07190 (2015).
  • 21.Dattani, N. Quadratization in discrete optimization and quantum mechanics. arXiv e-prints arXiv:1901.04405 1901.04405 (2019).
  • 22.Chang, C. C. & Humble, T. S. quantum_poly_solver. https://github.com/cchang5/quantum_poly_solver (2019).
  • 23.Hardin, J., Garcia, S. R. & Golan, D. A method for generating realistic correlation matrices. ArXiv e-prints 1106.5834 (2011).
  • 24.Farhi, E., Goldstone, J., Gutmann, S. & Sipser, M. Quantum Computation by Adiabatic Evolution. eprint arXiv:quantph/0001106 quant-ph/0001106 (2000).
  • 25.Ray P, Chakrabarti BK, Chakrabarti A. Sherrington-kirkpatrick model in a transverse field: Absence of replica symmetry breaking due to quantum fluctuations. Phys. Rev. B. 1989;39:11828–11832. doi: 10.1103/PhysRevB.39.11828. [DOI] [PubMed] [Google Scholar]
  • 26.Kadowaki Tadashi, Nishimori Hidetoshi. Quantum annealing in the transverse Ising model. Physical Review E. 1998;58(5):5355–5363. doi: 10.1103/PhysRevE.58.5355. [DOI] [Google Scholar]
  • 27.Das A, Chakrabarti BK. Colloquium: Quantum annealing and analog quantum computation. Rev. Mod. Phys. 2008;80:1061–1081. doi: 10.1103/RevModPhys.80.1061. [DOI] [Google Scholar]
  • 28.Farhi E., Goldstone J., Gutmann S., Lapan J., Lundgren A., Preda D. A Quantum Adiabatic Evolution Algorithm Applied to Random Instances of an NP-Complete Problem. Science. 2001;292(5516):472–475. doi: 10.1126/science.1057726. [DOI] [PubMed] [Google Scholar]
  • 29.Dickson, N. et al. Thermally assisted quantum annealing of a 16-qubit problem. Nat. Commun. 4, 10.1038/ncomms2920 (2013). [DOI] [PubMed]
  • 30.Amin, M. H. S., Averin, D. V. & Nesteroff, J. A. Decoherence in adiabatic quantum computation. Phys. Rev. A79, 022107, 10.1103/PhysRevA.79.022107 0708.0384 (2009).
  • 31.Albash, T. & Lidar, D. A. Decoherence in adiabatic quantum computation. Phys. Rev. A91, 062320, 10.1103/PhysRevA.91.062320 1503.08767 (2015).
  • 32.Wang, W., Machta, J. & Katzgraber, H. G. Bond chaos in spin glasses revealed through thermal boundary conditions. Phys. Rev. B93, 224414, 10.1103/PhysRevB.93.224414 1603.00543 (2016).
  • 33.Nishimura, K., Nishimori, H., Ochoa, A. J. & Katzgraber, H. G. Retrieving the ground state of spin glasses using thermal noise: Performance of quantum annealing at finite temperatures. Phys. Rev. E94, 032105, 10.1103/PhysRevE.94.032105 1605.03303 (2016). [DOI] [PubMed]
  • 34.Marshall, J., Rieffel, E. G. & Hen, I. Thermalization, Freeze-out, and Noise: Deciphering Experimental Quantum Annealers. Phys. Rev. Appl. 8, 064025, 10.1103/PhysRevApplied.8.064025 1703.03902 (2017).
  • 35.Rønnow TF, et al. Defining and detecting quantum speedup. Science. 2014;345:420–424. doi: 10.1126/science.1252319. [DOI] [PubMed] [Google Scholar]
  • 36.Katzgraber HG, Hamze F, Andrist RS. Glassy chimeras could be blind to quantum speedup: Designing better benchmarks for quantum annealing machines. Phys. Rev. X. 2014;4:021008. [Google Scholar]
  • 37.Denchev VS, et al. What is the computational value of finite-range tunneling? Phys. Rev. X. 2016;6:031015. [Google Scholar]
  • 38.Mandrà S, Zhu Z, Wang W, Perdomo-Ortiz A, Katzgraber HG. Strengths and weaknesses of weak-strong cluster problems: A detailed overview of state-of-the-art classical heuristics versus quantum approaches. Phys. Rev. A. 2016;94:022337. doi: 10.1103/PhysRevA.94.022337. [DOI] [Google Scholar]
  • 39.Albash T, Lidar DA. Demonstration of a scaling advantage for a quantum annealer over simulated annealing. Phys. Rev. X. 2018;8:031016. doi: 10.1103/PhysRevX.8.031016. [DOI] [Google Scholar]
  • 40.Mandrà S, Katzgraber HG. A deceptive step towards quantum speedup detection. Quantum Sci. Technol. 2018;3:04LT01. doi: 10.1088/2058-9565/aac8b2. [DOI] [Google Scholar]
  • 41.Choi, V. Minor-Embedding in Adiabatic Quantum Computation: I. The Parameter Setting Problem. ArXiv e-prints 0804.4884 (2008).
  • 42.Choi V. Minor-embedding in adiabatic quantum computation: I. the parameter setting problem. Quantum Inf. Process. 2008;7:193–209. doi: 10.1007/s11128-008-0082-9. [DOI] [Google Scholar]
  • 43.Klymko CF, Sullivan BD, Humble TS. Adiabatic quantum programming: minor embedding with hard faults. Quantum Inf. Process. 2014;13:709–729. doi: 10.1007/s11128-013-0683-9. [DOI] [Google Scholar]
  • 44.Inc., D.-W. S. Developer guide for python (2018).

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

Software to reproduce the solutions of the second-order system of polynomial equations discussed in this work is made publicly available at https://github.com/cchang5/quantum_poly_solver.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES