Direct methods to solve systems of equations are a building block of any application involving numerical analysis. While the performance characteristics of dense systems are predictable, sparse systems can have large deviations in running time depending on the order in which Gaus
...
Direct methods to solve systems of equations are a building block of any application involving numerical analysis. While the performance characteristics of dense systems are predictable, sparse systems can have large deviations in running time depending on the order in which Gaussian elimination is applied. Finding the order that results in the lowest running time is in general an NP-Hard problem. Nested dissection is a popular divide and conquer heuristic algorithm used by several numerical solvers. At the heart of nested dissection is the minimum vertex separator problem, an NP-Hard problem. Recent years have seen rapid development of quantum annealers, a class of quantum computers designed to solve optimization problems. This thesis investigates the possible role of quantum annealers as a method to improve elimination orderings produced by nested dissection.