Papers for

quantum hardware developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

ECDSA point addition circuits optimized for Shor's algorithm by humans and AI

ECDSA.Fail: Open Autoresearch for Optimizing Elliptic-Curve Point Addition in Shor's Algorithm

Abstract: We propose Open Autoresearch, a paradigm in which humans and AI agents publish evaluator-verified improvements to a public leaderboard. We instantiate it in ECDSA.Fail, optimizing reversible secp256k1 point-addition circuits, a bottleneck in Shor's algorithm for elliptic-curve cryptography. The benchmark minimizes the spacetime-inspired score $S=Q\times T$, where $Q$ is peak logical qubit width and $T$ is average executed Toffoli count. Participants reduced $S$ by 86.1%. At the data cutoff (26 July 2026), the best-scoring circuit uses 1,151 qubits and 1,299,453 average executed Toffoli gates, giving $Q\times T\approx1.496$ billion. This is more than 50% below Google's published point-addition score thresholds (arXiv:2603.28846), under different accounting conventions. Because the benchmark supplies one addend classically, we construct a coherent windowed-addition-compatible variant implementing the single-call interface required by windowed Shor. It uses 1,162 qubits and 1,684,161 average executed Toffoli gates. On 100,000 random inputs, its empirical success probability is $\hat{p}=0.99809$, giving $Q\times T/\hat{p}\approx1.961$ billion under an independently rerunnable per-call sensitivity model, not a full-Shor success estimate. Its qubit and Toffoli counts lie below Google's published thresholds and Schrottenloher's reported operating points (arXiv:2606.02235), although differing interfaces, accounting conventions, and validation scope preclude formal dominance. After the cutoff, the score was further reduced to 1.259 billion, while a separate low-width circuit reached 813 qubits. The public record shows AI agents complementing human judgment, providing evidence for open autoresearch on efficiently evaluable, machine-checkable objectives.

Wed 9 SeptCryptography and Security
The gist
Breaking certain kinds of encryption, like those used for securing Bitcoin, needs a lot of quantum computing power. The authors created a public system where humans and AI work together to find better ways to do a key math step called elliptic-curve point addition. Their improvements make the quantum computations much more efficient, using fewer resources overall. This progress helps understand how quantum computers might one day challenge current encryption methods.
Open 2609.09582v1

Quantum limits found for high-precision convex optimization tasks

Near-Optimal Quantum Lower Bounds for Convex Optimization via Fourier Rank

Abstract: We establish a near-linear quantum query lower bound for high-accuracy convex optimization over an explicit family of $n$-dimensional ellipsoids. We focus on linear optimization with an explicitly given objective, where the feasible set is accessed through a membership oracle. We show that any algorithm that, for every unit linear objective, returns an exactly feasible point with additive objective error $Θ(n^{-2})$ requires $Ω\!\left(\frac{n}{\log n\,\log\log n}\right)$ membership queries. The same lower bound can be shown to hold if the returned point is only required to be approximately feasible, within $Θ(n^{-2})$ distance from the feasible set. This resolves, up to logarithmic factors, an open question posed by Chakrabarti, Childs, Li, and Wu~(\textit{Quantum}, 2020) and by van Apeldoorn, Gilyén, Gribling, and de Wolf~(\textit{Quantum}, 2020). Coupled with the upper bounds in these papers, the query complexity of high-accuracy convex optimization is characterized tightly up to logarithmic factors. The proof is built around a lower bound for determinant computation that is derived via a novel polynomial method based on Fourier-rank. In the continuous matrix phase-query model, computing the determinant of a real $n\times n$ matrix requires at least $n/2$ matrix-vector product queries. The construction also yields an $Ω(n)$ phase-query lower bound for estimating the minimum eigenvalue of a real symmetric $n\times n$ matrix to additive accuracy $Θ(n^{-2})$. These results extend the determinant and minimum-eigenvalue lower bounds of Childs, Hung, and Li~(ICALP 2021) from finite fields to the real-valued setting. Based on the same constructions, we also prove a near-optimal gradient-query lower bound for constant-accuracy optimization of smooth and strongly convex functions.

Tue 8 SeptData Structures and Algorithms
The gist
The paper finds how hard it is for quantum computers to solve certain optimization problems involving shapes called ellipsoids. It shows that to get very accurate answers, a quantum algorithm has to ask a lot of questions — almost linearly many — about the shape. This answers a question other researchers asked about how efficient quantum methods can be for these tasks. The authors build their proof using a new way to show that calculating determinants and eigenvalues of matrices also requires many queries, reinforcing the difficulty of these problems for quantum algorithms.
Open 2609.09035v1

Quantum-inspired solver improves MaxCut solutions with fewer parameters

A Quantum-Inspired Approach to MaxCut Based on Sparse Walsh/Pauli-Correlation Encoding

Abstract: We present a quantum-inspired Walsh/PCE solver for MaxCut based on sparse Pauli-correlation encodings. Instead of assigning one qubit or one variable to each graph vertex directly, the method represents relaxed binary variables through expectation values of diagonal Pauli/Walsh observables. These correlators are computed classically from sparse Walsh autocorrelations, producing a compact differentiable relaxation of the MaxCut objective. We evaluate the method on selected Gset instances, G1, G6, G12, and G18, and compare it with random search and tabu search over 10 independent seeds. The proposed model uses $801$ active parameters, corresponding to only $0.306\%$ of the full Walsh space over $18$ qubits. After a final bitflip local search, Walsh/PCE achieves approximation ratios of $0.99033 \pm 0.00226$ on G1, $0.95647 \pm 0.01604$ on G6, $0.96007 \pm 0.00951$ on G12, and $0.92964 \pm 0.02202$ on G18, outperforming both baselines on all tested instances. The method also yields the lowest average runtime in all cases. These results suggest that sparse Walsh/PCE representations provide an efficient quantum-inspired route for MaxCut and may be further extended to hardware-based estimation of Pauli/Walsh correlators.

Tue 8 SeptEmerging Technologies
The gist
MaxCut is a puzzle where the goal is to split a network’s points into two groups so that as many connections as possible cross between the groups. The authors present a new method inspired by quantum ideas that uses fewer parameters to represent the problem while still finding excellent solutions. Their approach uses special math tools called Walsh and Pauli correlations to simplify the problem and solve it faster than earlier methods. Tests show it works well on standard benchmarks, beating some common search methods.
Open 2609.08907v1

Binary codes enable better fault tolerant gates for quantum computers

Asymptotically good binary triorthogonal codes and higher-level transversal gates

Abstract: For each level of the Clifford hierarchy from the third level onward, we construct explicit asymptotically good binary CSS codes supporting diagonal transversal gates in that level. We achieve this using algebraic geometry codes over binary extension fields and performing an alphabet reduction that translates orthogonality conditions over the extension field to binary overlap conditions. In particular, we obtain the first asymptotically good family of binary triorthogonal codes. We also give a stronger construction with worse parameters for which no subsequent correction is required. Finally, adapting an error-correction-based distillation protocol, our binary $T$-gate families yield constant-overhead $T$-state block distillation under sufficiently weak input noise and ideal stabilizer operations.

Tue 8 SeptInformation Theory
The gist
Quantum computers need special error-correcting codes to run certain operations safely. This paper shows how to build sets of such codes that work well as they get larger, specifically for a kind of operation called transversal gates at high levels of complexity. The authors used advanced math to create these codes and turned them into practical binary codes for use in quantum computing. Their work also helps improve the process of generating very clean quantum states, which is important for making quantum computing more efficient.
Open 2609.08203v1

Neighbor graph reveals regular patterns in special linear codes

The Neighbor Graph of Linear Complementary Dual (LCD) Codes

Abstract: Linear complementary dual (LCD) codes form an important class of linear codes with applications in cryptography, classical error correction, and quantum coding theory. In this paper, we study the neighbor relation on LCD codes over finite fields and the graph induced by this relation, where two codes are adjacent whenever they intersect in codimension one. We determine the number of neighbors of an LCD code that are also LCD, and we use this result to analyze the structure of the corresponding neighbor graph. In particular, we prove its regularity over arbitrary finite fields and establish further regularity properties for its main structural subgraphs in the binary and odd-characteristic cases. These results provide a graph-theoretic framework for the study of LCD codes and reveal a strong combinatorial regularity in their neighborhood structure.

Mon 7 SeptInformation Theory
The gist
Some special types of codes called LCD codes help protect data in various technologies like cryptography and quantum computing. This paper explores how these codes relate to each other when they differ just a little bit, linking them as neighbors in a graph. The authors found that the way these codes connect in this neighbor graph follows very regular and predictable patterns, no matter what kind of finite field is used. These patterns help us understand the structure of LCD codes better through graph theory.
Open 2609.07580v1