Papers
Topics
Authors
Recent
Search
2000 character limit reached

GAS-SCF: Grover Adaptive SCF Optimization

Updated 5 July 2026
  • GAS-SCF is a hybrid quantum-classical algorithm that accelerates discrete optimization in SCF by leveraging Grover’s amplitude amplification.
  • The method constructs a quantum oracle to mark determinants below a threshold energy and adaptively refines the search within the SCF loop.
  • It achieves a theoretical quadratic speedup compared to classical exhaustive search and serves as a benchmark for advanced quantum chemistry optimizations.

Searching arXiv for the specified paper and closely related context. Grover Adaptive Search Self-Consistent Field (GAS-SCF) is a hybrid quantum–classical algorithm for self-consistent field optimization in quantum chemistry that applies Grover’s amplitude amplification and the Dür–Høyer minimum-finding paradigm to the discrete inner optimization over single-determinant Fock states, while leaving the continuous outer optimization over molecular-orbital (MO) basis rotations to classical procedures. In this formulation, the SCF objective is treated as a nested minimization,

ESCF=minKminxVxHQUBO(K)x,E_{\mathrm{SCF}}=\min_{K}\min_{|x\rangle\in V}\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,

where KK denotes the current orthonormal MO basis and VV the target symmetry sector. GAS-SCF constructs a quantum oracle that marks occupation-number bitstrings whose energy lies below a threshold τ\tau derived from a classical SCF solution, amplifies those marked states, and adaptively lowers τ\tau whenever a better determinant is found. The method is presented as a rigorous baseline for discrete SCF optimization, with a theoretical quadratic speedup in the inner search relative to exhaustive search, and with numerical demonstrations ranging from small statevector simulations up to resource-oriented analyses for systems as large as 330 qubits (Ralli et al., 18 Jun 2026).

1. Definition and SCF formulation

GAS-SCF is defined as a quantum-accelerated procedure for the inner discrete optimization step that appears inside Hartree–Fock or mean-field SCF calculations. The basic decomposition is: for a fixed MO basis, identify the best single determinant in the chosen symmetry sector; then update the MO basis classically and iterate. The quantum component targets the determinant search, whereas the orbital-rotation step remains classical (Ralli et al., 18 Jun 2026).

The motivation is tied to the structure of SCF itself. For a given basis KK, the algorithm evaluates the diagonal second-quantized energy of a determinant,

f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,

with x|x\rangle a Fock state encoded as a computational-basis bitstring. In the occupation basis,

HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,

where binary variables xw{0,1}x_w\in\{0,1\} encode spin-orbital occupancies. This makes the discrete SCF subproblem an explicit QUBO-style optimization over determinants in a constrained sector.

For restricted Hartree–Fock, the orbital-occupation energy can be written as

KK0

The outer mean-field update is linked to the Roothaan–Hall equations,

KK1

with KK2 and, in RHF,

KK3

UHF uses spin-resolved densities and Fock matrices. GAS-SCF does not replace this classical outer-loop machinery; it modifies the way the determinant is selected inside that loop.

The method is motivated by the observation that the discrete SCF step is NP-complete in the worst case, and that standard classical heuristics such as Fock diagonalization or second-order orbital optimization can stall in local minima or miss lower-energy determinants, particularly near degeneracy, broken symmetry, and multiple-minima regimes. A plausible implication is that GAS-SCF is aimed less at routine weakly correlated cases than at regimes in which the quality of the single-determinant reference itself is unstable or ambiguous.

2. Oracle, encoding, and adaptive search mechanism

The quantum encoding assigns one qubit to each spin-orbital, so that a computational basis state KK4 represents a determinant by its occupation pattern. Two initial-state strategies are used. The first prepares the full uniform superposition KK5 over all bitstrings and enforces constraints with ancilla-assisted checks. The second prepares a Dicke state KK6, i.e. an equal superposition over basis states with the required Hamming weights for fixed KK7 and KK8, thereby restricting the search subspace ab initio (Ralli et al., 18 Jun 2026).

The marking rule is threshold-based:

KK9

The oracle computes VV0 into a cost register, adds VV1, and uses the sign bit of the two’s-complement result to identify whether the determinant improves upon the current threshold. In the target symmetry sector VV2, the phase oracle acts as

VV3

Amplitude amplification is then applied with reflection about the chosen initial state,

VV4

yielding the Grover iterate

VV5

or equivalently

VV6

If the search space has VV7 states and VV8 marked states, then with VV9 the success probability after τ\tau0 iterations is

τ\tau1

and the expected optimal number of iterations is approximately

τ\tau2

When τ\tau3 is known, the paper uses the exact arcsin-based expression labeled Eq. (6); when τ\tau4 is unknown, randomized-τ\tau5 or fixed-point strategies are proposed.

The “adaptive” aspect follows the Dür–Høyer minimum-finding paradigm. After measurement, the resulting bitstring τ\tau6 is classically evaluated. If τ\tau7, the threshold is updated to τ\tau8 and the search is repeated. As τ\tau9 decreases, the marked set shrinks, so the optimal amplification depth changes during execution. This suggests that GAS-SCF is not a one-shot Grover search but an iterative threshold-tightening procedure embedded in the SCF loop.

3. Hybrid workflow and circuit components

The algorithm takes as inputs the one- and two-electron integrals τ\tau0 and τ\tau1 in the current MO basis, a target symmetry sector with fixed τ\tau2 and τ\tau3 and possibly spin or point-group constraints, and an initial threshold τ\tau4 obtained from a classical SCF calculation. The system register contains τ\tau5 qubits for spin-orbital occupations. The cost register uses τ\tau6 qubits, where τ\tau7 is chosen from

τ\tau8

with one extra sign qubit. In the uniform-τ\tau9 variant, optional number registers of sizes

KK0

encode electron counts for symmetry enforcement (Ralli et al., 18 Jun 2026).

Energy evaluation is implemented with quantum arithmetic. The QFT-based construction prepares the cost register in the Fourier basis using Hadamards and phase gates, applies controlled additions for the linear and quadratic terms in KK1, and then performs an inverse QFT to return to the computational basis. Alternatively, a fault-tolerant design without QFT uses singly and doubly controlled adders while retaining two’s-complement encoding. Noninteger integrals are handled by scaling by KK2 and rounding to integers, which preserves eigenstates and rescales eigenvalues; the corresponding register size becomes

KK3

The paper states that, practically, KK4 suffices to match typical 15-digit precision of integrals.

A single GAS round consists of preparing KK5 or KK6, executing KK7 Grover iterations, measuring the system register, classically evaluating the sampled determinant, and possibly updating KK8. If a GAS round improves the threshold, the MO basis may then be updated classically using orbital-rotation heuristics such as Roothaan–Hall diagonalization or second-order methods, after which the integrals are rebuilt and the process repeated until SCF convergence or a stopping condition based on energy change, gradient norms, or stability tests.

The gate structure is dominated by energy accumulation and constraint handling. For each repetition, cost accumulation scales as KK9 singly controlled phase gates for linear terms and f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,0 for quadratic terms in the QFT-based version; the fault-tolerant adder version has total T-count scaling f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,1 with f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,2 clean ancillas. In the uniform-f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,3 variant, symmetry enforcement adds f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,4 Hadamards for the count registers, f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,5 singly controlled phase gates for count accumulation, f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,6 multi-controlled X gates for exact Hamming weights, inverse QFTs on the count registers, and a Toffoli to combine f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,7 flags. Reflection about f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,8 is implemented through f(x)=xHQUBO(K)x,f(x)=\langle x|H_{\mathrm{QUBO}}(K)|x\rangle,9, whereas Dicke-state reflection can cost up to x|x\rangle0 depending on x|x\rangle1.

4. Complexity, baseline role, and relation to structured quantum optimization

At the level of query complexity, GAS-SCF inherits the standard amplitude-amplification scaling: the expected number of Grover iterations is x|x\rangle2, compared with classical x|x\rangle3 sampling over an unstructured domain. The total complexity is therefore

x|x\rangle4

where x|x\rangle5 denotes the cost of energy evaluation and symmetry checks (Ralli et al., 18 Jun 2026).

The central caveat is that the oracle may dominate the end-to-end runtime. For dense integral tensors, the two-electron term yields x|x\rangle6 gate-level additions per repetition, so asymptotic quadratic speedup in the number of search queries does not automatically imply practical advantage in a fault-tolerant regime. The paper therefore positions GAS-SCF as a benchmark rather than as a claim of near-term superiority.

This baseline role is explicit. GAS-SCF marks all states that improve on the best known classical energy and then amplifies them without presuming additional exploitable structure. Structured approaches such as QAOA, DQI, and AQC are accordingly framed as methods that would need to beat this warm-started amplitude-amplification baseline by exploiting problem structure such as graph locality, low-rank integrals, tailored mixers or ansätze, or interference-based decoders. A plausible implication is that GAS-SCF serves as a reference point for distinguishing advantage arising from genuinely structure-aware design from advantage attributable merely to access to the same classical warm start.

The paper also distinguishes the two search-space variants in terms of robustness. In the full uniform-x|x\rangle7 formulation, unmarked states outside the symmetry sector remain in superposition, which keeps the marked fraction below x|x\rangle8 for x|x\rangle9 spatial orbitals and thereby avoids overbalancing. In the Dicke-state variant, by contrast, a poor threshold can mark more than half the valid states, causing the algorithm to amplify unmarked states instead. For such cases, overbalanced-domain methods such as Faro–Marino strategies are suggested.

5. Numerical demonstrations and classical simulations

The reported demonstrations are classically simulated proofs of concept, with the largest explicit statevector simulation using 26 qubits total including ancillas, and with additional analyses extending to larger systems up to 330 qubits (Ralli et al., 18 Jun 2026).

For HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,0 in STO-3G, the uniform-HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,1 variant uses HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,2 system states and, when HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,3 is below the true ground energy, has HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,4 and optimal HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,5. The observed Grover oscillations match

HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,6

In the Dicke-HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,7 variant for the chosen HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,8 sector, the valid-state count is HQUBO(K)=whww(K)xw+12mw[gmmww(K)gmwwm(K)]xmxw,H_{\mathrm{QUBO}}(K)=\sum_w h_{ww}(K)x_w+\frac12\sum_{m\neq w}\big[g_{mmww}(K)-g_{mwwm}(K)\big]x_mx_w,9, again with xw{0,1}x_w\in\{0,1\}0 under a tight threshold and xw{0,1}x_w\in\{0,1\}1, with oscillations following the same formula and xw{0,1}x_w\in\{0,1\}2. For LiH in STO-3G, using only the Dicke variant, the valid-state count is xw{0,1}x_w\in\{0,1\}3 with xw{0,1}x_w\in\{0,1\}4, and the observed amplification is consistent with xw{0,1}x_w\in\{0,1\}5.

The overbalancing pathology is illustrated on xw{0,1}x_w\in\{0,1\}6 in the Dicke variant with xw{0,1}x_w\in\{0,1\}7, where more than half the valid states are marked and the algorithm amplifies unmarked states rather than improving ones. The uniform-xw{0,1}x_w\in\{0,1\}8 variant avoids this failure because off-sector states remain present and unmarked.

For xw{0,1}x_w\in\{0,1\}9 in 6-31G with active space KK00, using 12 system qubits in the Dicke variant, the valid-state count is

KK01

A classical RHF seed from PySCF gives KK02 in rounded units and corresponds to a local minimum. With that threshold, KK03 states lie below KK04. Using KK05 from Eq. (6), statevector sampling with 10,000 shots returned only marked bitstrings, all of which improve upon the RHF solution; the largest reported improvement is approximately KK06. This is presented as a direct demonstration that amplitude amplification can boost the entire set of lower-energy determinants relative to a classical starting point.

The OKK07 triplet at bond length KK08 is used to probe the quality of classical single-determinant references. In STO-3G, the overlap KK09 indicates that ROHF is a poor single-determinant reference. Higher CI truncations give KK10 and KK11, showing that lower-order truncations can overstate ROHF’s importance. The study also finds single Fock states with substantially higher overlap than ROHF, such as KK12 in STO-3G and KK13 in 6-31G, indicating the presence of better determinants outside the classical ROHF minimum.

For linear triplet OKK14 with O–O bonds of KK15, the paper considers cc-pVDZ, cc-pVTZ, and cc-pVQZ basis sets with 84, 180, and 330 data qubits respectively. The corresponding search-space sizes in the target sector are approximately KK16, KK17, and KK18. Across six initialization strategies—minao, 1e, atom, huckel, vsap, and sap—and two SCF flavors, ROHF and SO-ROHF/Newton, GAS-style brute-force sector searches with a five-minute limit found lower-energy single-determinant solutions than PySCF in 34 out of 36 cases. Reported ROHF improvements KK19 include KK20 for sap in cc-pVTZ, KK21 for minao in cc-pVDZ, and KK22 for sap in cc-pVQZ. Reported SO-ROHF improvements include KK23 for 1e or sap in cc-pVDZ, KK24 for minao/vsap/sap in cc-pVTZ, and KK25 for sap in cc-pVQZ.

6. Resource requirements, limitations, and prospective developments

Chemically relevant applications of GAS-SCF are explicitly tied to large-scale, fault-tolerant quantum hardware. The resource picture includes system qubits for spin-orbitals, a cost register of size KK26, optional electron-count registers of size KK27 in the uniform-KK28 formulation, and clean ancillas scaling as KK29 for fault-tolerant adders or up to KK30 when controlled adders are also used for number counts. In the OKK31 examples, the data-qubit counts alone are 84, 180, and 330 for cc-pVDZ, cc-pVTZ, and cc-pVQZ respectively (Ralli et al., 18 Jun 2026).

Fault-tolerant arithmetic dominates T-gate budgets. A singly controlled adder requires KK32 T gates and KK33 clean ancillas; a doubly controlled adder costs KK34 T gates and KK35 ancillas. Since each linear or quadratic term contributes one such adder, total T-count per repetition scales with KK36 linear and KK37 quadratic terms. By contrast, marking through controlled KK38 and multi-controlled X/Z gates is described as Clifford-dominated and comparatively cheap in T-count.

The main limitations are threefold. First, overbalancing can break the Dicke-state variant when KK39 is too loose. Second, oracle dominance can erase the practical benefit of Grover scaling, especially with dense two-electron integrals and high precision. Third, the procedure is sensitive to arithmetic and phase errors, since the comparison depends on correct two’s-complement sign evaluation and near-degenerate states require enough precision to preserve ordering. The paper therefore frames fault tolerance as a precondition for chemically relevant deployment.

Several optimization directions are identified. These include exploiting integral sparsity and screening, low-rank factorization of two-electron integrals, use of point-group symmetry to reduce KK40, replacement of QFT-based arithmetic by optimized fault-tolerant adders, use of qubitization or more efficient arithmetic layouts, improved Dicke-state preparation, and the use of Weyl bounds on KK41 to choose KK42. Future work also includes systematic benchmarking against advanced classical SCF heuristics and post-HF pipelines, hybrid alternation between quantum GAS rounds and classical orbital optimization, integration of structure-aware optimizers such as QAOA and DQI on top of the GAS-SCF baseline, and extension of symmetry constraints to more refined spin sectors via Weyl-formula bounds.

Taken together, these features place GAS-SCF at the intersection of quantum search, arithmetic-heavy oracle design, and mean-field electronic-structure optimization. Its significance lies not only in the quadratic inner-loop speedup but also in its role as a concrete, verifiable baseline for identifying better single-determinant solutions in SCF regimes where conventional heuristics can become trapped or misleading.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Grover Adaptive Search Self-Consistent Field (GAS-SCF).