GAS-SCF: Grover Adaptive SCF Optimization
- 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,
where denotes the current orthonormal MO basis and the target symmetry sector. GAS-SCF constructs a quantum oracle that marks occupation-number bitstrings whose energy lies below a threshold derived from a classical SCF solution, amplifies those marked states, and adaptively lowers 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 , the algorithm evaluates the diagonal second-quantized energy of a determinant,
with a Fock state encoded as a computational-basis bitstring. In the occupation basis,
where binary variables 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
0
The outer mean-field update is linked to the Roothaan–Hall equations,
1
with 2 and, in RHF,
3
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 4 represents a determinant by its occupation pattern. Two initial-state strategies are used. The first prepares the full uniform superposition 5 over all bitstrings and enforces constraints with ancilla-assisted checks. The second prepares a Dicke state 6, i.e. an equal superposition over basis states with the required Hamming weights for fixed 7 and 8, thereby restricting the search subspace ab initio (Ralli et al., 18 Jun 2026).
The marking rule is threshold-based:
9
The oracle computes 0 into a cost register, adds 1, 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 2, the phase oracle acts as
3
Amplitude amplification is then applied with reflection about the chosen initial state,
4
yielding the Grover iterate
5
or equivalently
6
If the search space has 7 states and 8 marked states, then with 9 the success probability after 0 iterations is
1
and the expected optimal number of iterations is approximately
2
When 3 is known, the paper uses the exact arcsin-based expression labeled Eq. (6); when 4 is unknown, randomized-5 or fixed-point strategies are proposed.
The “adaptive” aspect follows the Dür–Høyer minimum-finding paradigm. After measurement, the resulting bitstring 6 is classically evaluated. If 7, the threshold is updated to 8 and the search is repeated. As 9 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 0 and 1 in the current MO basis, a target symmetry sector with fixed 2 and 3 and possibly spin or point-group constraints, and an initial threshold 4 obtained from a classical SCF calculation. The system register contains 5 qubits for spin-orbital occupations. The cost register uses 6 qubits, where 7 is chosen from
8
with one extra sign qubit. In the uniform-9 variant, optional number registers of sizes
0
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 1, 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 2 and rounding to integers, which preserves eigenstates and rescales eigenvalues; the corresponding register size becomes
3
The paper states that, practically, 4 suffices to match typical 15-digit precision of integrals.
A single GAS round consists of preparing 5 or 6, executing 7 Grover iterations, measuring the system register, classically evaluating the sampled determinant, and possibly updating 8. 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 9 singly controlled phase gates for linear terms and 0 for quadratic terms in the QFT-based version; the fault-tolerant adder version has total T-count scaling 1 with 2 clean ancillas. In the uniform-3 variant, symmetry enforcement adds 4 Hadamards for the count registers, 5 singly controlled phase gates for count accumulation, 6 multi-controlled X gates for exact Hamming weights, inverse QFTs on the count registers, and a Toffoli to combine 7 flags. Reflection about 8 is implemented through 9, whereas Dicke-state reflection can cost up to 0 depending on 1.
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 2, compared with classical 3 sampling over an unstructured domain. The total complexity is therefore
4
where 5 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 6 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-7 formulation, unmarked states outside the symmetry sector remain in superposition, which keeps the marked fraction below 8 for 9 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 0 in STO-3G, the uniform-1 variant uses 2 system states and, when 3 is below the true ground energy, has 4 and optimal 5. The observed Grover oscillations match
6
In the Dicke-7 variant for the chosen 8 sector, the valid-state count is 9, again with 0 under a tight threshold and 1, with oscillations following the same formula and 2. For LiH in STO-3G, using only the Dicke variant, the valid-state count is 3 with 4, and the observed amplification is consistent with 5.
The overbalancing pathology is illustrated on 6 in the Dicke variant with 7, where more than half the valid states are marked and the algorithm amplifies unmarked states rather than improving ones. The uniform-8 variant avoids this failure because off-sector states remain present and unmarked.
For 9 in 6-31G with active space 00, using 12 system qubits in the Dicke variant, the valid-state count is
01
A classical RHF seed from PySCF gives 02 in rounded units and corresponds to a local minimum. With that threshold, 03 states lie below 04. Using 05 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 06. 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 O07 triplet at bond length 08 is used to probe the quality of classical single-determinant references. In STO-3G, the overlap 09 indicates that ROHF is a poor single-determinant reference. Higher CI truncations give 10 and 11, 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 12 in STO-3G and 13 in 6-31G, indicating the presence of better determinants outside the classical ROHF minimum.
For linear triplet O14 with O–O bonds of 15, 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 16, 17, and 18. 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 19 include 20 for sap in cc-pVTZ, 21 for minao in cc-pVDZ, and 22 for sap in cc-pVQZ. Reported SO-ROHF improvements include 23 for 1e or sap in cc-pVDZ, 24 for minao/vsap/sap in cc-pVTZ, and 25 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 26, optional electron-count registers of size 27 in the uniform-28 formulation, and clean ancillas scaling as 29 for fault-tolerant adders or up to 30 when controlled adders are also used for number counts. In the O31 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 32 T gates and 33 clean ancillas; a doubly controlled adder costs 34 T gates and 35 ancillas. Since each linear or quadratic term contributes one such adder, total T-count per repetition scales with 36 linear and 37 quadratic terms. By contrast, marking through controlled 38 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 39 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 40, 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 41 to choose 42. 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.