Paper deep dive
HamQASBench: A Hamiltonian-Informed Diagnostic Benchmark for Evaluating Quantum Architecture Search
Jiayang Niu, Akib Karim, Yan Wang, Jie Li, Ke Deng, Azadeh Alavi, Muhammad Usman, Yongli Ren
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 93%
Last extracted: 7/7/2026, 3:48:08 PM
Summary
HamQASBench is a Hamiltonian-informed diagnostic benchmark for Quantum Architecture Search (QAS) that evaluates parameterized quantum circuits across 11 molecules organized into five structural tiers. By leveraging fingerprints from Pauli operator bases, computational basis representations, and ground-state entanglement, it moves beyond energy-only metrics to expose structural failure modes like over-parameterization and eigenstate commitment. The benchmark employs a post-hoc critical-structure extraction procedure and analyzes per-qubit von Neumann entropy and pairwise state fidelity to assess circuit consistency with underlying Hamiltonian requirements.
Entities (16)
Relation Signals (15)
HamQASBench → evaluates → Quantum Architecture Search
confidence 96% · HamQASBench is a Hamiltonian-informed diagnostic benchmark for QAS in variational ground-state energy estimation.
HamQASBench → organizes → 11 Molecules
confidence 95% · HamQASBench organizes 11 molecules into five structural tiers via fingerprints derived from the Pauli operator basis, computational basis representation, and ground-state entanglement.
Post-hoc critical-structure extraction → prunes → Redundant gates
confidence 95% · We introduce a post-hoc critical-structure extraction procedure that prunes redundant gates from training-stage circuits while preserving energy performance
11 Molecules → groupedinto → Degeneracy
confidence 94% · Tier 2 isolates ground-state degeneracy as a diagnostic factor by selecting CH2, which exhibits three-fold degeneracy (Gap=0)
11 Molecules → groupedinto → Representation
confidence 94% · Tier 3 targets the strong-correlation regime by selecting molecules with reduced diagonal dominance and high ground-state entanglement S(q).
11 Molecules → groupedinto → Minimalism
confidence 94% · Tier 1 targets strongly diagonal-dominant Hamiltonians (rZ,G1,G2 all high) with near-zero ground-state entanglement, for which product-state circuits are provably sufficient.
11 Molecules → groupedinto → Topology
confidence 93% · Tier 4 introduces hardware connectivity constraints by restricting two-qubit gates to nearest neighbours.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Quantum Architecture Search (QAS) automates the design of parameterized quantum circuits for variational quantum algorithms, yet existing benchmarks organize instances by molecular identity or qubit count -- criteria agnostic to Hamiltonian structure -- and rely solely on energy accuracy, which cannot detect structural failures such as over-parameterization on near-product ground states. We introduce HamQASBench, a Hamiltonian-informed diagnostic benchmark organizing 11 molecules into five structural tiers via fingerprints derived from the Pauli operator basis, computational basis representation, and ground-state entanglement. A post-hoc critical-structure extraction procedure identifies minimal circuits consistent with each tier's requirements, complementing energy-based evaluation with per-qubit entanglement analysis and pairwise state fidelity. Benchmarking five QAS methods across four paradigms reveals failure modes invisible to conventional metrics: over-parameterization in the minimalism regime, eigenstate commitment under degeneracy, a representation bottleneck in strongly correlated systems, topology-induced routing failure, and circuit search space growth as a scalability bottleneck.
Tags
Links
- Source: https://arxiv.org/abs/2607.04845v1
- Canonical: https://arxiv.org/abs/2607.04845v1
Trouble viewing inline? Open PDF directly →
Full Text
85,990 characters extracted from source content.
Expand or collapse full text
HamQASBench: A Hamiltonian-Informed Diagnostic Benchmark for Evaluating Quantum Architecture Search Jiayang Niu Akib Karim11footnotemark: 1 Yan Wang School of Computing Technologies Quantum Systems School of Computing Technologies RMIT University Data61, CSIRO RMIT University s4068570@student.rmit.edu.au akib.karim@csiro.au s3646791@student.rmit.edu.au Jie Li Ke Deng Azadeh Alavi School of Computing Technologies School of Computing Technologies School of Computing Technologies RMIT University RMIT University RMIT University hey.jieli@gmail.com ke.deng@rmit.edu.au azadeh.alavi@rmit.edu.au Muhammad Usman Yongli Ren Quantum Systems School of Computing Technologies Data61, CSIRO RMIT University muhammad.usman@csiro.au yongli.ren@rmit.edu.au Equal contribution. Abstract Quantum Architecture Search (QAS) automates the design of parameterized quantum circuits for variational quantum algorithms, yet existing benchmarks organize instances by molecular identity or qubit count—criteria agnostic to Hamiltonian structure—and rely solely on energy accuracy, which cannot detect structural failures such as over-parameterization on near-product ground states. We introduce HamQASBench, a Hamiltonian-informed diagnostic benchmark organizing 11 molecules into five structural tiers via fingerprints derived from the Pauli operator basis, computational basis representation, and ground-state entanglement. A post-hoc critical-structure extraction procedure identifies minimal circuits consistent with each tier’s requirements, complementing energy-based evaluation with per-qubit entanglement analysis and pairwise state fidelity. Benchmarking five QAS methods across four paradigms reveals failure modes invisible to conventional metrics: over-parameterization in the minimalism regime, eigenstate commitment under degeneracy, a representation bottleneck in strongly correlated systems, topology-induced routing failure, and circuit search space growth as a scalability bottleneck. 1 Introduction In the noisy intermediate-scale quantum (NISQ) era [1], variational quantum algorithms (VQAs) have emerged as the leading paradigm for near-term quantum computation [19, 2]. Among these, the Variational Quantum Eigensolver (VQE) is particularly prominent for applications in quantum chemistry, where it is used to estimate molecular ground-state energies. Their effectiveness critically depends on the design of the underlying parameterized quantum circuit (PQC), or ansatz: a poorly chosen circuit structure lead to barren plateaus, insufficient expressivity, or excessive gate overhead [18, 4]. While fixed ansatz families such as hardware-efficient [11] and problem-inspired [37] templates have been proposed, they often require expert knowledge to construct and may generalize poorly across molecular instances and hardware configurations. These limitations motivate Quantum Architecture Search (QAS) [45, 29, 24, 21, 42], which aims to automatically discover circuit structures tailored to a given problem. A central downstream task of QAS is ground-state energy estimation via VQE [30, 19, 2]: given a molecular qubit Hamiltonian H, find a circuit C minimizing ⟨C(θ∗)|H|C(θ∗)⟩ C(θ^*)|H|C(θ^*) , where solutions within 1.6 mHa of the true ground-state energy E0E_0 are said to achieve chemical accuracy [30]. The quality of this estimate is therefore jointly determined by two factors: whether the circuit C is sufficiently expressive to represent the target ground state, and whether the classical optimizer can find suitable parameters θ∗θ^* within that circuit. Critically, the structural requirements on C are not uniform across problem instances—they are governed by the properties of the Hamiltonian H itself [39, 9], which vary across molecular systems. For example, a diagonal-dominant Hamiltonian with near-zero ground-state entanglement admits a product-state solution representable by a handful of single-qubit rotations [41, 15], whereas a strongly correlated Hamiltonian with high single-qubit von Neumann entropy [41, 9] demands deep entangling structures spanning the full system. This instance-dependent complexity further underscores the need for automated approaches like QAS to design problem-adaptive circuit architectures. More importantly, existing QAS methods are typically evaluated on molecules organized by identity or qubit count [45, 29, 24, 21, 42, 6, 28]—criteria agnostic to these structural properties—and assessed solely on achieved energy, which cannot distinguish a method that learned the right structure from one that prepared a low-lying excited state with similar energy—a structural failure that propagates to downstream calculations such as excited-state spectra [44], dipole moments [10], and thermodynamic properties [25]. Concurrent benchmarking efforts such as BenchRL-QAS [8] and SQuASH [17] have advanced reproducibility and cross-method comparison, but organize molecules by task type or predefined search spaces rather than Hamiltonian structure, and provide no mechanism to assess whether discovered circuits are structurally consistent with the problem’s underlying quantum mechanical requirements. To address these limitations, we introduce HamQASBench, a Hamiltonian-informed diagnostic benchmark for QAS in variational ground-state energy estimation. Rather than selecting molecules by identity or system size, HamQASBench characterizes each molecule through Hamiltonian structural fingerprints derived from three complementary views of the qubit Hamiltonian: Pauli operator basis properties, computational basis representation, and energy and ground-state correlation structure. These fingerprints organize an 11-molecule, five-tier diagnostic suite spanning complementary structural regimes: minimalism, degeneracy, representation, topology, and same-family scalability. The final tier extends to 14-qubit systems via a GPU-accelerated optimization backend (see Section B). To move beyond energy-only evaluation, we introduce a post-hoc critical-structure extraction procedure. This procedure iteratively prunes redundant gates from low-error training-stage circuits using counterfactual importance scoring, maintains a beam of candidate circuits under an energy tolerance constraint, and returns a minimal representation whose structure can be directly compared against each tier’s Hamiltonian fingerprints (see Section 3.1). We evaluate five representative QAS methods spanning four major paradigms—reinforcement learning [29, 24], differentiable relaxation [42], training-free filtering [6], and generative modeling [21]—and report cross-method findings invisible to conventional energy-only evaluation. Our main contributions are as follows: 1) A structure-aware benchmark. HamQASBench organizes QAS evaluation around Hamiltonian structural fingerprints rather than molecular identity, enabling principled diagnosis of algorithmic behavior across complementary structural regimes. Molecule generation scripts, evaluation code, and extracted circuit data are publicly available at https://anonymous.4open.science/r/PSQASBench-D3D7. 2) A structural evaluation layer. The proposed post-hoc critical-structure extraction procedure identifies minimal circuit representations from training-stage circuits, providing a diagnostic signal orthogonal to energy accuracy. For non-degenerate instances, per-qubit von Neumann entropy comparison between pruned circuits and the exact ground state directly quantifies entanglement structure fidelity; for degenerate instances, pairwise state fidelity analysis reveals eigenstate commitment patterns invisible to energy metrics. 3) Cross-method diagnostic findings. Benchmarking five methods across four paradigms reveals qualitatively distinct failure modes—including over-parameterization, eigenstate commitment, entanglement mismatch, and topology-induced routing failure—demonstrating that energy accuracy alone is insufficient for diagnosing whether a QAS method has discovered a structurally appropriate circuit. 2 Related Work Quantum Architecture Search. QAS encompasses a broad range of methods for automatically discovering parameterized quantum circuit structures. Among the most studied, reinforcement learning approaches treat circuit construction as a sequential decision process: Ostaszewski et al. [28] pioneered curriculum-based RL for ansatz search, Patel et al. [29] extended this with structured state encodings and dynamic action masking, and Kundu and Mangini [13] improved scalability via tensor-network warm-starting. Niu et al. [24] proposed HyRLQAS, jointly optimizing gate placement and parameter initialization under a hybrid discrete–continuous action space. Differentiable methods relax discrete gate selection into a continuous optimization problem [45, 42]. Sampling-based methods explore the circuit space by different mechanisms: supernet weight sharing over circuit subarchitectures [34], Monte Carlo tree search over gate sequences [36], and training-free proxy filtering over sampled candidate circuits [6]. Generative methods [21, 5] learn autoregressive models over gate sequences. Recent work has also explored block- and gadget-based search spaces [26, 14]. Despite this diversity, existing methods are evaluated on molecules organized by identity or qubit count and primarily on energy accuracy, leaving structural consistency with the underlying Hamiltonian unexamined. Benchmarking QAS and Neural Architecture Search (NAS). Early QAS benchmarking efforts focused on standardizing problem formulations: Lu et al. [16] proposed a benchmark based on randomly generated unitary targets, Ikhtiarudin et al. [8] systematically evaluated nine RL algorithms across multiple VQA tasks, and Martyniuk et al. [17] leveraged surrogate models to accelerate evaluation across predefined search spaces. Inspired by the rapid growth of benchmarking in the classical NAS community—where tabular and surrogate benchmarks now cover diverse tasks and search spaces [43, 3, 12, 20]—the QAS community has similarly recognized the need for principled evaluation. However, existing QAS benchmarks organize instances by task type, system size, or randomly generated targets, and primarily rely on energy-based metrics without probing structural consistency with the underlying Hamiltonian. HamQASBench fills this gap by grounding benchmark construction in Hamiltonian structural properties and introducing a structural evaluation layer orthogonal to energy accuracy. Hamiltonian Structure and Ansatz Design. The absence of structure-aware benchmarking is particularly striking given that several lines of work have established how Hamiltonian structure should inform ansatz design. From the Pauli operator basis perspective, Wiersema et al. [39] showed that the Hamiltonian Variational Ansatz, whose structure mirrors the Hamiltonian’s interaction terms, exhibits superior optimization properties. From the computational basis perspective, diagonal dominance governs ground-state proximity to a product state. By the Gershgorin circle theorem [7], strongly diagonal-dominant Hamiltonians confine eigenvalues near the diagonal entries; since computational basis states are product states, a ground state dominated by a single diagonal entry is well approximated by a product state, requiring only shallow circuits to represent [41]. Conversely, Leone et al. [15] established that circuits failing to respect the entanglement structure implied by the Hamiltonian exhibit trainability issues. From the ground-state entanglement perspective, Joch et al. [9] showed that ansatz construction guided by von Neumann entropy improves VQE performance, and Woitzik et al. [41] showed that entanglement mismatch impedes convergence. Together, these results establish Hamiltonian structural properties as principled predictors of circuit requirements, directly motivating the fingerprint design of HamQASBench. 3 Hamiltonian-Informed Diagnostic Benchmark Existing empirical studies in QAS for variational ground-state energy estimation organize molecular instances by identity, qubit count, or conventional chemistry examples [45, 29, 24, 21, 42, 6, 28]—criteria agnostic to the structural properties of the underlying Hamiltonian. We instead construct HamQASBench around a set of Hamiltonian structural fingerprints, analyzing each molecule’s qubit Hamiltonian from three complementary perspectives: its Pauli operator basis structure, its computational basis representation, and the energy and correlation structure of its ground state. 3.1 Hamiltonian Structural Fingerprints We derive a set of structural fingerprints from the qubit Hamiltonian across three complementary perspectives. The full theory from quantum chemistry principles are given in the Appendix E. These fingerprints are used to organize the benchmark and are reported in Table 1. Pauli operator basis fingerprints. We consider the Pauli expansion H=∑iciPiH= _ic_iP_i, where PiP_i are Pauli strings and cic_i are their coefficients. This representation exposes operator composition and interaction structure: Z-only terms are diagonal, while X/YX/Y terms are off-diagonal, inducing basis transitions and entanglement. From this view, we extract two indicators: rZ=∑Pi∈Z-only|ci|∑i|ci|,r≥2=∑|Pi|≥2|ci|∑i|ci|.r_Z= _P_i∈ Z-only|c_i| _i|c_i|, r_≥ 2= _|P_i|≥ 2|c_i| _i|c_i|. (1) Here, rZr_Z measures proximity to a diagonal form, while r≥2r_≥ 2 quantifies the weight carried by multi-qubit interaction terms—equivalently, r≥2=1−r1-bodyr_≥ 2=1-r_1-body, the complement of the single-qubit contribution. Computational basis representation fingerprints. We analyze the Hamiltonian in the computational basis, H=[hij]H=[h_ij], to capture diagonal dominance. Let Ri=∑j≠i|hij|R_i= _j≠ i|h_ij|. We define G1=1dim(H)∑i(|hii|≥Ri),G2=minRi>0|hii|Ri.G_1= 1 (H) _i1(|h_i|≥ R_i), G_2= _R_i>0 |h_i|R_i. (2) Here, G1G_1 measures the fraction of diagonally dominant rows, while G2G_2 captures the weakest diagonal dominance. This is illustrated in Fig. 1 b) as Gershgorin circles with centres hiih_i and radius RiR_i. Energy and ground-state correlation fingerprints. We characterize the spectral and correlation structure of the ground state through three quantities. The excitation gap Gap=E1−E0Gap=E_1-E_0 measures spectral separation between the ground state and the first excited state; when the ground state is degenerate, Gap=0Gap=0, and we explicitly annotate the degeneracy level (e.g., 2-fold or 3-fold) in Table 1 and Fig. 1a). The single-qubit von Neumann entropy [23, 38, 32] S(q)=−Tr(ρqlog2ρq),ρq=Trq¯(|ψ0⟩⟨ψ0|),S(q)=-Tr( _q _2 _q), _q=Tr_ q(| _0 _0|), (3) where ρq _q is the reduced density matrix of qubit q obtained from the exact ground state |ψ0⟩| _0 , measures how entanglement is distributed across qubits and indicates the representation complexity of the target state. A value of 0 means the qubit is separable as shown in Fig. 1 c), with max value ln(2) (2). Together, these fingerprints summarize three complementary perspectives on each instance: Pauli operator basis structure (rZr_Z, r≥2r_≥ 2), computational basis diagonal dominance (G1G_1, G2G_2), and energy and ground-state correlation structure (GapGap, degeneracy, S(q)S(q)). Figure 1: Visual illustration of Hamiltonian structural fingerprints for various molecules. 3.2 Diagnostic Tier Construction Building on these Hamiltonian structural fingerprints, we construct a 5-tier diagnostic suite (Table 1) through a combination of structure-driven grouping and instance selection. The selected molecules are curated to represent distinct structural regimes, and the resulting tiers are designed to probe complementary and largely orthogonal diagnostic pressures on QAS algorithms. Tier 1: Minimalism. Tier 1 targets strongly diagonal-dominant Hamiltonians (rZ,G1,G2r_Z,G_1,G_2 all high) with near-zero ground-state entanglement, for which product-state circuits are provably sufficient. BeH2_STO3G and LiH_Equil represent this regime, with LiH_Equil offering a slightly harder case due to weaker diagonal dominance. This tier probes whether methods recover minimal structures or introduce unnecessary gates when a shallow solution suffices. Tier 2: Degeneracy. Tier 2 isolates ground-state degeneracy as a diagnostic factor by selecting CH2, which exhibits three-fold degeneracy (Gap=0Gap=0) while remaining structurally simple in all other fingerprints (high rZr_Z, G1G_1, low S(q)S(q)).111https://pennylane.ai/blog/2024/01/top-20-molecules-for-quantum-computing This tier evaluates whether methods converge to consistent circuit structures under non-unique optima, or drift across energetically equivalent solutions. Tier 3: Representation. Tier 3 targets the strong-correlation regime by selecting molecules with reduced diagonal dominance and high ground-state entanglement S(q)S(q). H2_Stretch serves as a tractable calibration case (G1=0.75G_1=0.75, 4 qubits), while H2O_StrongCorr and H4_Chain (G1=0.418G_1=0.418, r≥2=0.809r_≥ 2=0.809) introduce heterogeneous and uniform strong correlation at 8 qubits. This tier probes whether methods can faithfully encode strongly correlated ground states, and whether energy convergence implies correct entanglement structure. Tier 4: Topology. Tier 4 introduces hardware connectivity constraints by restricting two-qubit gates to nearest neighbours. H3_Linear is selected for its end-concentrated entanglement profile (S(q0)=0.202S(q_0)=0.202, S(q5)=0.245S(q_5)=0.245), which requires long-range correlations that linear connectivity cannot directly implement. This tier evaluates whether methods can route entanglement effectively under topological constraints, independent of correlation complexity. Tier 5: Same-family scalability. Tier 5 fixes molecular identity to BeH2 and increases basis set complexity across an 8–14 qubit ladder, so that rZr_Z decreases from 0.9530.953 to 0.7670.767 and G1G_1 from 0.9800.980 to 0.6210.621 while ground-state entanglement remains controlled (Smax≤0.039S_ ≤ 0.039). This isolates circuit search space growth as the sole variable, probing scalability independent of correlation complexity. The resulting suite covers five complementary structural regimes, as summarized in Table 1. Detailed molecular information is provided in Appendix D. Table 1: Hamiltonian structural fingerprints for the 11-molecule, 5-tier diagnostic suite in HamQASBench. Degenerate ground states are indicated by Gap=0Gap=0 with multiplicity (e.g., 2-fold, 3-fold). Tier Molecule q rZr_Z r≥2r_≥ 2 G1G_1 G2G_2 GapGap (mHa) S(q)S(q) Tier1 BeH2_STO3G 6 0.978 0.593 0.969 0.094 212 [.008,.008,.005,.005,.005,.005] Tier1 LiH_Equil 6 0.876 0.654 0.891 0.225 77 [.018,.018,.006,.006,.013,.013] Tier2 CH2 8 0.907 0.483 0.945 0.21 0 (3-fold) [.004,.004,.004,.070,.000,.000,.000,.068] Tier3 H2_Stretch 4 0.728 0.849 0.75 0.18 4 [.974,.974,.974,.974] Tier3 H2O_StrongCorr 8 0.723 0.887 0.648 0.074 94 [.021,.021,.342,.342,.316,.316,.071,.071] Tier3 H4_Chain 8 0.599 0.809 0.418 0.011 233 [.124,.124,.274,.274,.284,.284,.109,.109] Tier4 H3_Linear 6 0.709 0.765 0.656 0.021 0 (2-fold) [.202,.139,.147,.147,.083,.245] Tier5 BeH2_631G 8 0.953 0.560 0.98 0.046 90 [.024,.024,.002,.002,.002,.002,.021,.021] Tier5 BeH2_6311G 10 0.923 0.533 0.963 0.01 63 [.011,.011,.001(×4),.008,.008,.002,.002] Tier5 BeH2_CCPVDZ 12 0.889 0.498 0.904 0.019 68 [.022,.022,.002(×4),.012,.012,.003,.003,.008,.008] Tier5 BeH2_CCPVDZ 14 0.767 0.700 0.621 0 61 [.039,.039,.023,.023,.014(×4),.018,.018,.009,.009,.016,.016] 3.3 Post-hoc Critical-Structure Analysis Energy alone is insufficient to determine whether a QAS method has learned circuit structures consistent with the Hamiltonian fingerprints. We therefore introduce a critical-structure extraction procedure that prunes redundant gates from training-stage circuits while preserving energy performance, isolating the minimal structure implied by each instance. Formally, we consider a set of snapshots =(Ci,θi,ε(Ci,θi))i=1N,S=\(C_i, _i, (C_i, _i))\_i=1^N, where all circuits correspond to the same molecule and lie within a selected energy-error range. For each snapshot (Ci,θi,εi)∈(C_i, _i, _i) , we apply the following pruning procedure. Gate importance. For a circuit C, we first re-optimize its parameters to obtain ε(C) (C), and evaluate the counterfactual importance of each gate gj∈Cg_j∈ C by Δe(j)=ε(C∖gj)−ε(C), _e(j)= (C g_j)- (C), which measures the performance degradation caused by removing gjg_j. Multi-branch pruning. Instead of greedily removing the least important gate, we construct a sampling distribution inversely weighted by Δe(j) _e(j), where gates with smaller Δe(j) _e(j) are more likely to be removed. Starting from the original circuit, we iteratively expand a beam of candidate circuits by removing one gate at a time, while enforcing an energy tolerance constraint εallow _allow. Let ℬtB_t denote the set of candidate circuits at iteration t. For each C∈ℬtC _t, we generate candidates by removing one gate, i.e., (C)=C∖gj∣gj∈C,ε(C∖gj)≤εallow,N(C)=\C g_j g_j∈ C,\ (C g_j)≤ _allow\, and construct the next set as ℬt+1=TopK(⋃C∈ℬt(C)),B_t+1=TopK ( _C _tN(C) ), where TopK(⋅)TopK(·), i.e., a beam of fixed width, retains a fixed number of candidates with the smallest circuit size. This multi-branch exploration is necessary because gate contributions are not independent: removing one gate can change the importance of others due to parameter re-optimization and circuit-level coupling. The procedure iteratively expands candidate circuits and returns the smallest circuit that satisfies the error constraint, whose gate structure can be directly compared against each tier’s Hamiltonian fingerprints. Implementation details are provided in Appendix F. Structural consistency metrics. Beyond energy, we assess structural consistency through two complementary metrics. For non-degenerate instances, we compute the per-qubit von Neumann entropy of each pruned circuit’s output state and compare it against the exact ground state: MAES=1n∑q=1n|Scircuit(q)−Sexact(q)|,MAE_S= 1n _q=1^n|S_circuit(q)-S_exact(q)|, where Scircuit(q)S_circuit(q) is obtained from the statevector of the re-optimized pruned circuit. A low MAESMAE_S indicates that the circuit faithfully reproduces the ground-state entanglement structure, not merely its energy. For degenerate instances, where the ground-state eigenspace contains multiple orthogonal states, we perform pairwise state fidelity analysis: Fij=|⟨ψi|ψj⟩|2,F_ij=| _i| _j |^2, clustering pruned circuits by fidelity threshold to identify which degenerate eigenstate each circuit targets, revealing eigenstate commitment patterns invisible to energy metrics. 4 Experimental Setup 4.1 Methods and Gate-Space Standardization To systematically diagnose how different formulations of quantum architecture search behave in HamQASBench, we evaluate five representative methods spanning four major QAS paradigms: reinforcement learning [29, 24], differentiable optimization [42], sampling-based search [6], and generative modeling [21]. Rather than exhaustively covering the QAS literature, we select methods that capture distinct search mechanisms: sequential policy learning (CRLQAS, HyRLQAS), continuous architecture relaxation (QuantumDARTS), proxy-guided candidate filtering (TFQAS), and autoregressive circuit generation (GQEQAS). To ensure that performance differences arise from search strategies rather than representational mismatches, we standardize the gate basis across all methods to RX,RY,RZ,CNOT\RX,RY,RZ,CNOT\ while preserving each method’s native search mechanism. Table 2 summarizes the original gate pool, the pool used during benchmark search, the evaluation basis, and the stage at which each adaptation is applied. Detailed implementation choices are provided in Appendix A. Table 2: Gate-pool standardization and evaluation-basis alignment. Method Original paper pool Benchmark search pool Eval. basis Adaptation stage CRLQAS RX, RY, RZ, CNOT Same Same None HYRLQAS RX, RY, RZ, CNOT Same Same None QUANTUMDARTS Rz-Ry-Rz, I, CNOT Same RX, RY, RZ, CNOT Eval-time lowering TFQAS RX, RY, RZ, X, Y, Z RX, RY, RZ, CNOT RX, RY, RZ, CNOT Search-time replacement GQEQAS operator-pool-based discretized gate-token pool RX, RY, RZ, CNOT Search-time replacement 4.2 Benchmark Configuration and Evaluation Protocol Local optimizer and acceleration. Circuit optimization is the primary bottleneck for scaling HamQASBench to larger systems, as training QAS models beyond 10 qubits requires repeated quantum-state simulation at each optimization step. We develop a GPU-enabled Optimizer Parallelization and Execution Backend that exploits batched circuit evaluation and parallel optimizer execution to accelerate parameter optimization. Under this backend, COBYLA [31] is used for systems up to 6 qubits for its robustness, while Rotosolve [27] is employed for larger systems due to its batched coordinate-sweep structure that enables efficient GPU acceleration. This configuration is critical for scaling the benchmark to the 10q–14q regime. Further details and empirical efficiency gains are provided in Appendix B. Circuit budget and connectivity variants. For the Tier 1 molecule BeH2_STO3G and LiH_Equil, we evaluate under two maximum circuit depth budgets: Shallow (depth ≤10≤ 10) and Deep (depth ≤50≤ 50). This pair tests whether a method discovers a compact solution or overfills the available budget, which is the central diagnostic pressure of Tier 1. For Tier 4 (H3_Linear), we evaluate under two connectivity settings: All (all-to-all two-qubit gates permitted) and Linear (nearest-neighbour only, 1D chain topology). This isolates the additional difficulty introduced by hardware connectivity constraints, independent of the representational challenge of the underlying Hamiltonian. Evaluation protocol. For learning-based methods (RL, differentiable, and generative QAS), we perform periodic evaluation by sampling multiple circuits from the current model during training, providing a stable estimate of search quality while reducing variance from stochastic circuit sampling. TFQAS, which is training-free, directly produces a ranked set of candidate circuits on which evaluation is applied after final parameter optimization. For all methods, we report the best circuit found across the evaluation window, measured by energy error and CNOT count, ensuring a consistent comparison criterion across all QAS paradigms. Hyperparameters, training budgets, and the number of sampled circuits per evaluation are provided in Appendix C. 5 Main Benchmark Results Tables 3 and 4 report the best circuits obtained across evaluation checkpoints for each method–molecule pair, measured by energy error (mHa), CNOT count, and rotation-gate count, with chemical accuracy (1.6 mHa) as the success threshold. In parallel, Table 6 reports per-qubit von Neumann entropy consistency (MAESMAE_S) between pruned circuits and exact ground states for Tier 1 and Tier 3, providing a structural diagnostic orthogonal to energy accuracy. Training-stage best results and full structural analyses are reported in Appendix G.2. Table 3: Best Evaluation-stage QAS results on the T1–T4 diagnostic tiers of HamQASBench. Molecule T1_BeH2_6q (Shallow) T1_BeH2_6q (Depth) T1_LiH_Equil_6q (Shallow) T1_LiH_Equil_6q (Depth) T2_CH2_8q Method Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot CRLQAS 5.54E-04 0 3 5.54E-04 2 3 1.05E-03 6 4 1.05E-03 2 3 3.57E-07 21 15 HyRLQAS 5.54E-04 0 2 5.54E-04 0 2 1.05E-03 0 2 1.05E-03 0 2 4.48E-04 14 13 QuantumDARTS 5.54E-04 11 6 5.54E-04 14 9 1.05E-03 3 3 1.05E-03 3 3 5.66E-03 66 12 GQEQAS 5.54E-04 0 6 5.55E-04 13 6 1.05E-03 0 4 1.05E-03 4 19 4.18E-02 1 30 TFQAS 5.54E-04 5 4 1.89E-02 26 23 1.05E-03 5 4 1.01E-02 26 22 3.69E-01 35 26 Molecule T3_H2_Stretch_4q T3_H2O_StrongCorr_8q T3_H4_Chain_8q T4_H3_Linear_6q_All T4_H3_Linear_6q_Linear Method Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot CRLQAS 3.39E-10 5 4 4.67E-02 41 29 6.78E-02 47 23 2.42E-02 36 34 2.46E-02 17 53 HyRLQAS 8.57E-11 8 7 6.58E-02 48 22 6.78E-02 9 62 4.64E-02 33 17 4.64E-02 8 12 QuantumDARTS 2.44E-03 24 12 1.43E-01 13 6 6.78E-02 13 9 4.64E-02 44 9 4.64E-02 19 6 GQEQAS 2.88E-03 16 26 6.13E-01 2 39 2.18E-01 6 25 6.88E-02 7 16 2.11E-01 0 19 TFQAS 4.71E-03 28 19 2.91E-01 37 32 7.80E-01 40 29 1.71E-01 24 24 2.17E-01 24 24 Table 4: Best Evaluation-stage QAS results on the T5 same-family BeH2 of HamQASBench. Molecule T5_BeH2_6q T5_BeH2_631G_8q T5_BeH2_6311G_10q T5_BeH2_CCPVDZ_12q T5_BeH2_CCPVDZ_14q Method Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot CRLQAS 5.54E-04 0 3 2.34E-04 13 19 8.97E-04 7 4 2.00E-03 89 11 6.15E-03 56 44 HyRLQAS 5.54E-04 0 2 2.17E-03 58 12 8.97E-04 6 21 2.00E-03 89 11 1.58E-01 81 19 QuantumDARTS 5.54E-01 11 6 2.17E-03 1 6 8.97E-04 1 6 2.60E-01 19 3 3.01E-01 14 12 GQEQAS 5.54E-04 0 6 2.82E-02 0 31 2.80E-01 40 40 2.00E-03 39 61 7.21E-01 22 36 TFQAS 5.54E-04 5 4 2.07E-01 36 31 3.83E-01 51 41 1.45E-01 50 29 3.26E-01 45 22 Tier 1: Minimalism. Tier 1 targets diagonal-dominant Hamiltonians with near-zero ground-state entanglement, for which compact product-state circuits are sufficient. Most methods reach chemical accuracy on both BeH2_STO3G and LiH_Equil; LiH_Equil is slightly more demanding due to weaker diagonal dominance. The exception is TFQAS under the deep budget, where training-free proxy filtering loses reliability as the search space expands. Critical-structure extraction collapses retained circuits to 2-gate structures across methods (Fig. 2), and per-qubit entropy analysis confirms structural consistency: MAES≤0.012MAE_S≤ 0.012 for both molecules (Table 6), with pruned circuits correctly reproducing the near-product entanglement structure (S¯exact≤0.012 S_exact≤ 0.012) using rotation-only gates. However, the redundancy analysis in Table 5 reveals that methods achieving identical energy differ substantially in structural efficiency—from 6.7% redundancy (HyRLQAS, shallow) to 93.8%(QuantumDARTS)—a difference invisible to energy-only evaluation. Table 5: Gate redundancy rates of chemical-accuracy circuits on BeH2_STO3G relative to the 2-gate minimal structure. Full statistics are provided in Appendix G.2. HyRLQAS CRLQAS GQEQAS TFQAS QuantumDARTS Shallow 6.7% 66.1% 74.7% 79.7% 94.8% Deep 25.3% 80.2% 85.2% — 93.8% Tier 2: Degeneracy. Tier 2 evaluates QAS behavior under degenerate Hamiltonians, where multiple distinct circuits achieve equivalent ground-state energy. On CH2 (3-fold degenerate, Gap=0Gap=0), methods fail for qualitatively distinct algorithmic reasons. CRLQAS discovers chemical-accuracy solutions frequently during training, but fidelity analysis reveals an eigenstate commitment phenomenon: as the DQN converges to compact CNOT skeletons, each seed preferentially locks onto one orthogonal eigenstate (cross-cluster fidelity =0=0), with different seeds committing to different eigenstates. This commitment is not absolute—early exploration produces circuits from both eigenstates—but becomes dominant mid-training and persists, causing the greedy eval policy to fail consistently (5–10% success rate). As illustrated in Fig. 2, critical-structure extraction identifies two structurally distinct minimal circuits: Degenerate Structure A entangles q6q_6 and q4q_4 via q0q_0, while Structure B entangles q3q_3 and q5q_5 via a different CNOT topology—both achieve identical energy yet represent orthogonal quantum states. HyRLQAS fails differently via REINFORCE policy collapse under high gradient variance, while GQEQAS cannot generalize from sparse reward signal. QuantumDARTS and TFQAS find no chemical-accuracy solutions, as continuous relaxation and proxy filtering both lose discriminative signal in the flat degenerate energy landscape. Across all methods, identical energies mask orthogonal quantum states—a failure mode invisible to energy-only evaluation. (a) BeH2 (b) LiH (c) Structure A (d) Structure B Figure 2: Critical-structure analysis. (a,b) Tier 1 circuits collapse to 2-gate minimal forms. (c,d) Tier 2 yields two structurally distinct circuits targeting orthogonal degenerate eigenstates of CH2. Table 6: Entanglement structure consistency between CRLQAS pruned circuits and exact ground states, measured by mean per-qubit von Neumann entropy and MAESMAE_S. Tier System nqn_q Error (mHa) S¯exact S_exact S¯circuit S_circuit MAESMAE_S T1 BeH2 STO-3G 6 0.55 0.006 0.000 0.006 T1 LiH (equil.) 6 1.05 0.012 0.000 0.012 T3 H2 (R=2.5 Å) 4 0.00 0.974 0.974 0.000 T3 H2O 8 4.61 0.187 0.157 0.028 T3 H4 Chain 8 33.55 0.198 0.130 0.068 Tier 3: Representation. Tier 3 evaluates whether QAS methods can represent strongly correlated ground states. A clear transition is observed: RL-based methods achieve near-exact solutions on H2_Stretch, while all methods fail to reach chemical accuracy on the larger instances H2O_StrongCorr and H4_Chain. Per-qubit entropy analysis (Table 6) sharpens this picture. On H2_Stretch, despite near-maximal ground-state entanglement (S¯exact=0.974 S_exact=0.974), pruned circuits achieve MAES=0.000MAE_S=0.000, confirming that methods are not biased toward product states and can faithfully encode strong correlation when the Hilbert space is small. On H2O_StrongCorr, even when energy has not fully converged (ε≈4.6 ≈ 4.6 mHa), pruned circuits capture the dominant entanglement on q2q_2–q7q_7 (MAES=0.028MAE_S=0.028) while missing the weaker correlations on q0q_0 and q1q_1, suggesting that structural failure precedes energy failure. On H4_Chain under all-to-all connectivity, MAES=0.068MAE_S=0.068 with boundary qubits q1q_1 and q6q_6 showing zero captured entanglement, confirming that representation failure is structural rather than parametric. The effect of linear connectivity on H4_Chain is analyzed in Appendix G.3, where MAESMAE_S rises to 0.121 and four boundary qubits lose all captured entanglement—demonstrating that energy and entanglement structure can decouple under connectivity constraints. Tier 4: Topology. Tier 4 evaluates whether QAS methods can realize required correlations under hardware connectivity constraints. On H3_Linear (2-fold degenerate, Gap=0Gap=0), enforcing nearest-neighbour connectivity causes a clear performance drop relative to all-to-all, with errors increasing by more than an order of magnitude across methods. As the ground-state degeneracy of H3_Linear introduces the same eigenstate ambiguity as Tier 2, MAESMAE_S analysis is not directly applicable; the connectivity effect on entanglement structure is instead isolated on H4_Chain (Appendix G.3). Training-stage critical-structure analysis on H3_Linear reveals the mechanism: under all-to-all connectivity, retained circuits include long-range CNOTs enabling end-to-end information flow, while under linear connectivity, circuits reuse only short-range local interactions, forming local hubs but failing to propagate correlations across the full system. The performance gap is thus not due to optimization failure but to a structural limitation in information routing. Tier 5: Same-family scalability. Tier 5 evaluates scalability under increasing system size with controlled molecular structure. On the BeH2 basis ladder (8–14 qubits), ground-state entanglement remains uniformly low (Smax≤0.039S_max≤ 0.039) and the spectrum remains gapped throughout, confirming that Hamiltonian complexity is controlled. Despite this, a sharp performance transition is observed: at 10 qubits, RL-based methods achieve high success rates (HyRLQAS 100%, CRLQAS 90%) with compact circuits (HyRLQAS mean 1.0 CNOT), while all other paradigms largely fail; at 12 and 14 qubits, all methods deteriorate to near-zero evaluation success. Per-qubit entropy analysis confirms that the difficulty is not entanglement complexity: at 12 qubits, training circuits faithfully reproduce the exact ground-state entanglement (MAES=0.005MAE_S=0.005) yet fail to stabilize, and at 14 qubits, even a structurally sound training circuit cannot be re-optimized reliably—the optimizer itself fails in the 2142^14-dimensional parameter space. Tier 5 thus reveals two compounding scalability bottlenecks: search policy instability and parameter optimization failure, both independent of Hamiltonian correlation structure. Full results are provided in Appendix G.4. 6 Conclusion We introduced HamQASBench, which organizes evaluation around Hamiltonian structural fingerprints rather than molecular identity, and complements energy-based metrics with post-hoc critical-structure extraction and per-qubit entanglement analysis. Across five tiers spanning eleven molecules and up to 14 qubits, we find that energy accuracy is an unreliable proxy for structural correctness: methods can achieve chemical accuracy via over-parameterized circuits, commit to orthogonal eigenstates under degeneracy, or encode worse entanglement structure while reaching lower energy under connectivity constraints—failure modes that remain invisible to conventional evaluation. We hope HamQASBench provides a principled foundation for diagnosing and improving QAS methods beyond energy metrics alone. Limitations. First, the per-qubit entropy analysis (MAESMAE_S) is based on CRLQAS training-stage circuits, as it produces the largest pool of chemical-accuracy snapshots suitable for pruning. While this provides a principled structural baseline, extending the analysis to other paradigms remains a direction for future work. Second, the ground-state degeneracy of H3_Linear introduces eigenstate ambiguity that precludes direct MAESMAE_S comparison; we address this by isolating the connectivity effect on entanglement structure using H4_Chain (Appendix G.3), where degeneracy is absent. References [1] K. Bharti, A. Cervera-Lierta, T. H. Kyaw, T. Haug, S. Alperin-Lea, A. Anand, M. Degroote, H. Heimonen, J. S. Kottmann, T. Menke, et al. (2022) Noisy intermediate-scale quantum algorithms. Reviews of Modern Physics 94 (1), p. 015004. Cited by: §1. [2] M. Cerezo, A. Arrasmith, R. Babbush, S. C. Benjamin, S. Endo, K. Fujii, J. R. McClean, K. Mitarai, X. Yuan, L. Cincio, et al. (2021) Variational quantum algorithms. Nature Reviews Physics 3 (9), p. 625–644. Cited by: §1, §1. [3] X. Dong and Y. Yang (2020) Nas-bench-201: extending the scope of reproducible neural architecture search. arXiv preprint arXiv:2001.00326. Cited by: §2. [4] Y. Du, M. Hsieh, T. Liu, and D. Tao (2020) Expressive power of parametrized quantum circuits. Physical Review Research 2 (3), p. 033125. Cited by: §1. [5] F. Fürrutter, G. Muñoz-Gil, and H. J. Briegel (2024) Quantum circuit synthesis with diffusion models. Nature Machine Intelligence 6 (5), p. 515–524. Cited by: §2. [6] Z. He, M. Deng, S. Zheng, L. Li, and H. Situ (2024) Training-free quantum architecture search. In Proceedings of the AAAI conference on artificial intelligence, Vol. 38, p. 12430–12438. Cited by: Appendix A, §1, §1, §2, §3, §4.1. [7] R. A. Horn and C. R. Johnson (2012) Matrix analysis. Cambridge university press. Cited by: §2. [8] A. Ikhtiarudin, A. Das, P. Thakkar, and A. Kundu (2025) BenchRL-qas: benchmarking reinforcement learning algorithms for quantum architecture search. In Proceedings of the AAAI Symposium Series, Vol. 7, p. 358–367. Cited by: §1, §2. [9] A. Joch, G. S. Uhrig, and B. Fauseweh (2025) Entanglement-informed construction of variational quantum circuits. Quantum Science and Technology 10 (3), p. 035032. Cited by: §1, §2. [10] M. A. Jones, H. J. Vallury, M. C. Per, H. M. Quiney, and L. C. L. Hollenberg (2026) Moments-based improved quantum computation of the electric dipole moment of molecular systems. Phys. Rev. Appl. 25, p. 054001. Cited by: §1. [11] A. Kandala, A. Mezzacapo, K. Temme, M. Takita, M. Brink, J. M. Chow, and J. M. Gambetta (2017) Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets. nature 549 (7671), p. 242–246. Cited by: §1. [12] N. Klyuchnikov, I. Trofimov, E. Artemova, M. Salnikov, M. Fedorov, A. Filippov, and E. Burnaev (2022) Nas-bench-nlp: neural architecture search benchmark for natural language processing. IEEE Access 10, p. 45736–45747. Cited by: §2. [13] A. Kundu and S. Mangini (2025) Tensorrl-qas: reinforcement learning with tensor networks for scalable quantum architecture search. arXiv preprint arXiv:2505.09371. Cited by: §2. [14] A. Kundu and L. Sarra (2024) Reinforcement learning with learned gadgets to tackle hard quantum problems on real hardware. arXiv preprint arXiv:2411.00230. Cited by: §2. [15] L. Leone, S. F. Oliviero, L. Cincio, and M. Cerezo (2024) On the practical usefulness of the hardware efficient ansatz. Quantum 8, p. 1395. Cited by: §1, §2. [16] X. Lu, K. Pan, G. Yan, J. Shan, W. Wu, and J. Yan (2023) Qas-bench: rethinking quantum architecture search and a benchmark. In International conference on machine learning, p. 22880–22898. Cited by: §2. [17] D. Martyniuk, J. Jung, D. Barta, and A. Paschke (2025) Benchmarking quantum architecture search with surrogate assistance. arXiv preprint arXiv:2506.06762. Cited by: §1, §2. [18] J. R. McClean, S. Boixo, V. N. Smelyanskiy, R. Babbush, and H. Neven (2018) Barren plateaus in quantum neural network training landscapes. Nature communications 9 (1), p. 4812. Cited by: §1. [19] J. R. McClean, J. Romero, R. Babbush, and A. Aspuru-Guzik (2016) The theory of variational hybrid quantum-classical algorithms. New Journal of Physics 18 (2), p. 023023. Cited by: §1, §1. [20] Y. Mehta, C. White, A. Zela, A. Krishnakumar, G. Zabergja, S. Moradian, M. Safari, K. Yu, and F. Hutter (2022) NAS-bench-suite: nas evaluation is (now) surprisingly easy. arXiv preprint arXiv:2201.13396. Cited by: §2. [21] K. Nakaji, L. B. Kristensen, R. Kemmoku, J. A. Campos-Gonzalez-Angulo, M. G. Vakili, H. Huang, M. Bagherimehrab, C. Gorgulla, F. Wong, A. McCaskey, et al. (2024) The generative quantum eigensolver (gqe) and its application for ground state search. arXiv preprint arXiv:2401.09253. Cited by: Appendix A, §1, §1, §1, §2, §3, §4.1. [22] Y. Nam, N. J. Ross, Y. Su, A. M. Childs, and D. Maslov (2018) Automated optimization of large quantum circuits with continuous parameters. npj Quantum Information 4 (1), p. 23. Cited by: Appendix A. [23] M. A. Nielsen and I. L. Chuang (2010) Quantum computation and quantum information. Cambridge university press. Cited by: §3.1. [24] J. Niu, Y. Wang, J. Li, K. Deng, A. Alavi, M. Usman, and Y. Ren (2025) Hybrid action reinforcement learning for quantum architecture search. arXiv preprint arXiv:2511.04967. Cited by: Appendix A, §1, §1, §1, §2, §3, §4.1. [25] T. E. O’Brien, M. Streif, N. C. Rubin, R. Santagati, Y. Su, W. J. Huggins, J. J. Goings, N. Moll, E. Kyoseva, M. Degroote, C. S. Tautermann, J. Lee, D. W. Berry, N. Wiebe, and R. Babbush (2022) Efficient quantum computation of molecular forces and other energy gradients. Phys. Rev. Res. 4, p. 043210. Cited by: §1. [26] J. Olle, O. M. Yevtushenko, and F. Marquardt (2025) Scaling the automated discovery of quantum circuits via reinforcement learning with gadgets. arXiv preprint arXiv:2503.11638. Cited by: §2. [27] M. Ostaszewski, E. Grant, and M. Benedetti (2021) Structure optimization for parameterized quantum circuits. Quantum 5, p. 391. Cited by: §4.2. [28] M. Ostaszewski, L. M. Trenkwalder, W. Masarczyk, E. Scerri, and V. Dunjko (2021) Reinforcement learning for optimization of variational quantum circuit architectures. Advances in neural information processing systems 34, p. 18182–18194. Cited by: §1, §2, §3. [29] Y. J. Patel, A. Kundu, M. Ostaszewski, X. Bonet-Monroig, V. Dunjko, and O. Danaci Curriculum reinforcement learning for quantum architecture search under hardware errors. In The Twelfth International Conference on Learning Representations, Cited by: Appendix A, §1, §1, §1, §2, §3, §4.1. [30] A. Peruzzo, J. McClean, P. Shadbolt, M. Yung, X. Zhou, P. J. Love, A. Aspuru-Guzik, and J. L. O’brien (2014) A variational eigenvalue solver on a photonic quantum processor. Nature communications 5 (1), p. 4213. Cited by: §1. [31] M. J. Powell (1994) A direct search optimization method that models the objective and constraint functions by linear interpolation. In Advances in optimization and numerical analysis, p. 51–67. Cited by: §4.2. [32] U. Schollwöck (2011) The density-matrix renormalization group in the age of matrix product states. Annals of physics 326 (1), p. 96–192. Cited by: §3.1. [33] S. Sim, P. D. Johnson, and A. Aspuru-Guzik (2019) Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms. Advanced Quantum Technologies 2 (12), p. 1900070. Cited by: Appendix A. [34] H. L. Tang, V. Shkolnikov, G. S. Barron, H. R. Grimsley, N. J. Mayhall, E. Barnes, and S. E. Economou (2021) Qubit-adapt-vqe: an adaptive algorithm for constructing hardware-efficient ansätze on a quantum processor. PRX Quantum 2 (2), p. 020310. Cited by: §2. [35] H. Van Hasselt, A. Guez, and D. Silver (2016) Deep reinforcement learning with double q-learning. In Proceedings of the AAAI conference on artificial intelligence, Vol. 30. Cited by: Appendix A. [36] P. Wang, M. Usman, U. Parampalli, L. C. Hollenberg, and C. R. Myers (2023) Automated quantum circuit design with nested monte carlo tree search. IEEE Transactions on Quantum Engineering 4, p. 1–20. Cited by: §2. [37] D. Wecker, M. B. Hastings, and M. Troyer (2015) Progress towards practical quantum variational algorithms. Physical Review A 92 (4), p. 042303. Cited by: §1. [38] S. R. White (1992) Density matrix formulation for quantum renormalization groups. Physical review letters 69 (19), p. 2863. Cited by: §3.1. [39] R. Wiersema, C. Zhou, Y. de Sereville, J. F. Carrasquilla, Y. B. Kim, and H. Yuen (2020) Exploring entanglement and optimization within the hamiltonian variational ansatz. PRX quantum 1 (2), p. 020319. Cited by: §1, §2. [40] R. J. Williams (1992) Simple statistical gradient-following algorithms for connectionist reinforcement learning. Machine learning 8 (3), p. 229–256. Cited by: Appendix A. [41] A. J. Woitzik, P. K. Barkoutsos, F. Wudarski, A. Buchleitner, and I. Tavernelli (2020) Entanglement production and convergence properties of the variational quantum eigensolver. Physical Review A 102 (4), p. 042402. Cited by: §1, §2. [42] W. Wu, G. Yan, X. Lu, K. Pan, and J. Yan (2023) Quantumdarts: differentiable quantum architecture search for variational quantum algorithms. In International conference on machine learning, p. 37745–37764. Cited by: Appendix A, §1, §1, §1, §2, §3, §4.1. [43] C. Ying, A. Klein, E. Christiansen, E. Real, K. Murphy, and F. Hutter (2019) Nas-bench-101: towards reproducible neural architecture search. In International conference on machine learning, p. 7105–7114. Cited by: §2. [44] S. Zhang, A. Karim, H. M. Quiney, and M. Usman (2024) Full band-structure calculation of semiconducting materials on a noisy quantum processor. Phys. Rev. A 110, p. 062415. Cited by: §1. [45] S. Zhang, C. Hsieh, S. Zhang, and H. Yao (2022) Differentiable quantum architecture search. Quantum Science and Technology 7 (4), p. 045023. Cited by: §1, §1, §2, §3. Appendix A Method Implementation Details For fair comparison, all methods operate over a unified gate basis RX,RY,RZ,CNOT\RX,RY,RZ,CNOT\ and a shared depth budget D. Candidate circuits are allowed to terminate before D through CRLQAS [29]. CRLQAS formulates QAS as a Markov decision process in which a DQN [35] agent sequentially inserts gates into a growing circuit. The step reward is defined as rt=+5if Et<ξt−5if t=L−1 and Et≥ξtclip(Et−1−Et|Et−1−Emin|+ϵ,−1, 1)otherwise,r_t= cases+5&if E_t< _t\\ -5&if t=L-1 and E_t≥ _t\\ clip\! ( E_t-1-E_t|E_t-1-E_ |+ε,\,-1,\,1 )&otherwise, cases (4) where ξt _t is an acceptance threshold that is either progressively tightened via a moving curriculum or held fixed, depending on the task. The policy is trained with n-step DQN (n=6n=6) and an experience replay buffer. Episodes terminate upon reaching the acceptance threshold or the maximum depth D. The gate set matches the benchmark standard with no adaptation required. HyRLQAS [24]. HyRLQAS extends discrete-action QAS by predicting initial rotation angles alongside gate placement, providing warm-start initializations for the external optimizer rather than replacing it. A refinement mechanism further updates previously assigned angles after each gate insertion. The policy is trained with REINFORCE [40]. The gate set requires no adaptation. Episodes terminate upon reaching the acceptance threshold or maximum depth D,following the same curriculum structure as CRLQAS. QuantumDARTS [42]. QuantumDARTS maintains continuous architecture weights over Rz-Ry-Rz,I,CNOT\Rz -Ry-Rz,I,CNOT\ and optimizes them jointly with gate parameters via Gumbel-softmax relaxation. Architecture weights are updated only during the search phase; after discretization, the exported circuit undergoes fixed-structure parameter re-optimization using the shared local optimizer. The search and evaluation spaces differ by design: identity slots allow circuits to terminate before D, and each Rz-Ry-RzRz -Ry-Rz block is lowered to primitive RZ,RY,RZ\RZ,RY,RZ\ at evaluation time. TFQAS [6]. TFQAS applies a three-stage progressive filtering pipeline. Stage 1 ranks S sampled circuits by DAG path count [22]; Stage 2 re-scores the top-R by expressibility [33]; Stage 3 applies the shared local optimizer to the top-K circuits. Gate count is sampled uniformly from [1,D][1,D], enabling natural early termination. The original entangler set X,Y,Z\X,Y,Z\ is replaced with CNOT at search time. GQEQAS [21]. GQEQAS trains an autoregressive transformer online: at each epoch it generates circuits, evaluates them via VQE, and updates with an energy-weighted gradient. Sequence length is sampled uniformly up to the depth budget, allowing early termination. Final energies are reported after parameter re-optimization using the shared local optimizer. The original operator pool is replaced with a discretized token pool over RX,RY,RZ,CNOT\RX,RY,RZ,CNOT\. Appendix B Optimizer Parallelization and Execution Backend Motivation. Circuit-level parameter optimization is the primary computational bottleneck in HamQASBench. For a fixed circuit structure, an external optimizer must repeatedly query the circuit energy until convergence, and as qubit count increases each energy query becomes substantially more expensive. GPU-based state-vector simulation can accelerate individual queries, but its benefit is limited when the optimizer issues strictly sequential calls. Our design therefore targets optimizer structures that admit grouped evaluation and make better use of GPU throughput. Rotosolve as the scalable optimizer. Rotosolve is well matched to this setting. Each sweep over the active rotation parameters evaluates a fixed three-point probe set 0,π/2,π\0,π/2,π\ per parameter and updates it analytically. With rotosolve_sweeps=2=2, two complete sweeps are performed per optimization call. Because all probe angles within a sweep are known in advance, the corresponding energy queries are assembled into a single batched evaluation rather than launched sequentially. This exposes two levels of parallelism: probe circuits within a sweep are evaluated together via a batched state-vector backend, and k=10k=10 optimization environments are overlapped across CUDA streams. COBYLA, by contrast, issues adaptive sequential queries (maximum global_iters=100=100 iterations) and exposes little coarse-grained parallelism, which is why it is retained only for small systems (≤6≤ 6 qubits) where runtime remains manageable. Empirical efficiency. Table 7 reports wall-clock time per training episode on the BeH2 basis-set ladder using a representative CRLQAS workload. GPU∗ Rotosolve with k=10k=10 parallel environments reduces per-episode cost to 14.7–27.0 seconds across the 8q–14q range, compared to 195.7–338.0 seconds for CPU Rotosolve, enabling practical benchmarking at scales that would otherwise be infeasible. Table 7: Wall-clock time per training episode (seconds) on a representative CRLQAS workload over the BeH2 basis-set ladder. GPU∗ denotes grouped GPU execution with k=10k=10 parallel environments. Hardware Optimizer 8q 10q 12q 14q CPU COBYLA 48.9 146.7 270.9 429.9 Rotosolve 42.7 144.9 195.7 338.0 AdamSPSA 69.7 218.4 439.1 934.2 PSRAdam 54.5 206.4 243.4 443.0 GPU COBYLA — — — — Rotosolve 19.0 16.2 21.1 63.2 AdamSPSA 95.6 98.3 110.9 218.8 PSRAdam 45.2 55.8 69.2 131.1 GPU∗ COBYLA — — — — Rotosolve 14.7 12.9 13.4 27.0 AdamSPSA 79.0 70.7 81.3 104.2 PSRAdam 40.9 48.7 48.4 69.8 Appendix C Training Hyperparameters and Compute Budget Per-method training configuration. Table 8 lists the key hyperparameters for each method. For RL methods (CRLQAS, HyRLQAS), one episode denotes a complete circuit-construction trajectory of at most D gate insertions, with 8 environments rolled out in parallel. The two methods share the same overall configuration except for batch size: CRLQAS uses a larger replay buffer update (batch size 1000) while HyRLQAS uses batch size 16 consistent with its REINFORCE update rule. Both use 8000 episodes for simpler molecules and 15000 for larger or more challenging instances. For QuantumDARTS, the search phase runs for nepochsn_epochs with ninner=10n_inner=10 gradient steps per epoch; architecture weights are updated only during this search phase, after which the best discrete circuit undergoes fixed-structure parameter re-optimization with COBYLA or Rotosolve. The configured post-search budget and learning rates vary by problem size as shown in Table 8, but architecture parameters are not updated post-search. For TFQAS, no gradient updates are performed; the budget is expressed as the number of candidate circuits sampled. For GQEQAS, one epoch draws online_sample_count=250=250 circuits from the current generative model, evaluates them via VQE, and updates the transformer with the resulting energy-weighted objective; 1000 epochs are used for simpler molecules and 1500 for larger instances. Table 8: Key training hyperparameters per method. D denotes maximum circuit depth (Shallow: D=10D\!=\!10; Deep: D=50D\!=\!50). VQE optimizer: COBYLA (global_iters=100=100) for ≤6≤ 6q; Rotosolve (sweeps=2=2) for >6>6q. Episodes listed as easy/hard split by molecule complexity. Method Training unit Budget Depth D Policy update Batch size CRLQAS episode (×8 envs) 8k / 15k ep 10 / 50 DQN (n-step, n=6n\!=\!6) 1000 HyRLQAS episode (×8 envs) 8k / 15k ep 10 / 50 REINFORCE 16 QuantumDARTS epoch (ninner=10n_inner\!=\!10) 500–900 ep 10 / 50 Adam (θ: 10−210^-2–5×10−35\!×\!10^-3, α: 5×10−35\!×\!10^-3–3×10−33\!×\!10^-3) — TFQAS candidate circuits S=11S\!=\!11k–2323k 10 / 50 None — GQEQAS epoch (online refresh) 1k / 1.5k ep 10 / 50 Adam — Evaluation during training. For all learning-based methods, periodic evaluation is performed every eevale_eval episodes by sampling Keval=50K_eval=50 circuits from the current model without gradient updates. The best circuit found across all evaluation checkpoints—measured jointly by energy error and CNOT count—is retained as the method’s final result. For TFQAS, evaluation is applied once after the top-K=50K=50 circuits undergo final VQE parameter optimization. Training budget alignment. Comparing training budgets across paradigms is non-trivial because one episode incurs fundamentally different computational costs depending on the method: an RL episode involves D sequential VQE calls during trajectory rollout, whereas one QuantumDARTS epoch processes all circuit slots simultaneously via a single backward pass. We adopt episode/epoch count as the primary budget axis and report wall-clock time per episode in Appendix B to allow cost-adjusted comparisons. Appendix D Molecule Generation and Hamiltonian Construction Table 9 lists the generation parameters for all molecules in HamQASBench. For each instance, we provide the molecular geometry, basis set, active space configuration (CAS), and the resulting number of qubits. All geometries are specified in Angstrom (Å). Electronic structure calculations use a singlet reference (mult=1mult=1) unless otherwise noted. Frozen electrons are defined as the difference between the total and active electrons. Implementation details. Hamiltonians are generated using a standard quantum chemistry pipeline. We first perform mean-field calculations to obtain molecular orbitals, followed by active-space selection to define the CAS(ne,no)(n_e,n_o) configuration. The resulting fermionic Hamiltonian is mapped to qubits via the Jordan–Wigner transformation. All instances use consistent numerical settings and deterministic workflows. Reproducibility. All Hamiltonians can be deterministically reconstructed from the parameters in Table 9, with no stochastic procedures involved, and are directly compatible with standard libraries such as PennyLane. Table 9: Molecule generation parameters for HamQASBench. Tier Molecule Geometry (Å) Charge Basis CAS(ne,no)(n_e,n_o) Frozen e−e^- nqn_q 1 BeH2_STO3G Be(0,0,0); H(0,0,1.326); H(0,0,-1.326) 0 STO-3G (2e, 3o) 4 6 1 LiH_Equil Li(0,0,0); H(0,0,1.595) 0 STO-3G (2e, 3o) 2 6 2 CH2 C(0,0,0); H(0,0.86,0.73); H(0,-0.86,0.73) 0 STO-3G (2e, 4o) 6 8 3 H2_Stretch H(0,0,0); H(0,0,2.500) 0 STO-3G (2e, 2o) 0 4 3 H2O_StrongCorr O(0,0,0); H(0,1.186,0.918); H(0,-1.186,0.918) 0 STO-3G (4e, 4o) 6 8 3 H4_Chain H(0,0,0); H(0,0,1); H(0,0,2); H(0,0,3) 0 STO-3G (4e, 4o) 0 8 4 H3_Linear‡ H(0,0,0); H(0,0,1); H(0,0,2) 1 STO-3G (2e, 3o) 0 6 5 BeH2_631G Be(0,0,0); H(0,0,1.326); H(0,0,-1.326) 0 6-31G (2e, 4o) 4 8 5 BeH2_6311G Be(0,0,0); H(0,0,1.326); H(0,0,-1.326) 0 6-311G (2e, 5o) 4 10 5 BeH2_CCPVDZ Be(0,0,0); H(0,0,1.326); H(0,0,-1.326) 0 c-pVDZ (2e, 6o) 4 12 5 BeH2_CCPVDZ Be(0,0,0); H(0,0,1.326); H(0,0,-1.326) 0 c-pVDZ (4e, 7o) 2 14 • ‡ H+3_3^+ cation; Tier 4 uses nearest-neighbour connectivity. Appendix E Hamiltonian Fingerprint Theory The field of quantum chemistry has historically analysed structural properties and, in particular, approximate solutions of the full configuration interaction (FCI) Hamiltonian to diagnose the complexity of the system. The structure of the FCI Hamiltonian exhibits, in overwhelming number of cases, sparsity with known couplings by excitation rank; high symmetry based on well established spin multiplicity and spatial group theory concepts; and diagonal dominance due to large contributions from mean-field terms compared to off-diagonal coupling. This has allowed the proliferation of classically computationally efficient methods that work in the majority of cases such as coupled cluster theory or truncated configuration interaction. Similarly, it has led to problem specific ansatz design for VQE on these problems such as the UCCSD ansatz used in the initial formulation of VQE. In particular, many existing theories and ansatz work well for problems described well by a single-reference Slater determinant which allows them to centre around the Hartree-Fock solution and its excitations. However, it is well known that these theories and assumptions break down for larger, strongly correlated materials that we wish to study such as: open-shell systems, bond breaking, transition-metal complexes, and large biological systems which often require multi-reference solutions with complicated entanglement structure. We therefore aim to treat the common assumptions on the CI Hamiltonian instead as metrics to characterise the difficulty of the electronic structure problem and identify useful Hamiltonians for use as benchmarking. E.1 Operator and Computational basis Fingerprints As an example, iterative diagonalisation procedures commonly rely on the Hamiltonian being diagonally dominant. Consider a Hamiltonian H with matrix elements hi,jh_i,j. Diagonal dominance is defined as: |hi,i|≥∑i≠j|hi,j|.|h_i,i|≥ _i≠ j|h_i,j|. (5) This is well justified using Gershgorin’s circle theorem, illustrated in Figure 1b) in the main text, which says that every eigenvalue of H lies within at least one of the Gershgorin discs which are discs centered at hi,ih_i,i with radius ∑i≠j|hi,j| _i≠ j|h_i,j|. When the matrix is diagonally dominant, the circles are narrow and may become disjoint. If a disc or set of discs become isolated, then they will contain as many eigenvalues as they have discs, with each eigenvalue well bounded around the corresponding matrix element. Overlapping discs reflect strong off-diagonal coupling in the computational basis and can indicate multi-reference character and cause simple ansatz and classically efficient methods to lose accuracy. We propose three related metrics to measure how a given Hamiltonian violates this property. The first is a direct measure of overall diagonal dominance in the Pauli operator basis. The remaining two are defined in the matrix representation in the computational basis: assuming diagonal dominance has been violated overall, they measure the fraction of rows that remain diagonally dominant and the value of the weakest diagonally dominant row. We will now derive the metrics based on the definition of diagonal dominance. We start with a Hamiltonian in the Pauli operator basis: H=∑iciPi,H= _ic_iP_i, where PiP_i are Pauli strings and cic_i are their coefficients, we can write the matrix elements as an expectation value: hi,j=⟨i|H|j⟩=∑kck⟨i|Pk|j⟩.h_i,j= i |H |j = _kc_k i |P_k |j . (6) Now, for diagonal entries, the only contributions will be from PiP_i that have I and Z qubit components which will contribute either 11 or −1-1. We can therefore write: hi,i=∑k∈I,Zckai,k,h_i,i= _k∈\I,Z\c_ka_i,k, (7) where ai,ka_i,k is either 11 or −1-1 and is determined by how many Z in the Pauli string coincide with a qubit with state 11 in |i⟩ |i . To consider strings with X and Y, consider enumerating the state into n qubits i.e. |i⟩=|q0q1…qb…qn−1⟩ |i = |q_0q_1… q_b… q_n-1 with some index b. A Pauli string, PkP_k that has any X or Y at some qubit index b will flip qbq_b from 0 to 11 or vice versa. This means that any qubit string containing X or Y will not contribute to the diagonal component. For off-diagonals, strings containing only Z and I will not contribute as they cannot transform computational basis states. PkP_k with X and Y strings will only contribute when |i⟩ |i is related to |j⟩ |j by flipping the qubits with X or Y terms. Since a single Pauli string cannot create a superposition between computational basis states, it will only map one basis state to another basis state, so, for each row i, for each Pauli PkP_k, there will be only one non-zero j. Therefore, we can immediately treat the sum over the row, since each Pauli will only contribute to one element in the row: ∑jhi,j=∑k∈X,Yckbi,k, _jh_i,j= _k∈\X,Y\c_kb_i,k, (8) where bi,k∈1,−1,i,−ib_i,k∈\1,-1,i,-i\. Overall, we have diagonal dominance forming the following chain of inequalities: |∑kckbi,k|≤∑j|hi,j|≤|hii|=|∑kckak|≤∑k|ck|,| _kc_kb_i,k|≤ _j|h_i,j|≤|h_i|=| _kc_ka_k|≤ _k|c_k|, (9) where we have used the triangle inequality for the last step. Note that this upper bound works for all rows, where the original diagonal dominance condition was only for each row. While this statement is true and can be evaluated to determine diagonal dominance, we also investigate a stronger statement. We can form an upper bound for the off-diagonals using the triangle inequality: ∑j|hi,j|≤∑k∈X,Y|ck|, _j|h_i,j|≤ _k∈\X,Y\|c_k|, (10) which gives us a sufficient but not necessary condition for diagonal dominance: ∑k∉I,Z|ck|≤∑k∈I,Z|ck|. _k ∈\I,Z\|c_k|≤ _k∈\I,Z\|c_k|. (11) We want to define an overall metric that can be a proxy for how difficult it is to find the ground state. We can use the fraction of the Pauli coefficients that contribute to the diagonal as a ratio of overall contribution: rZ=∑Pi∈Z-only|ci|∑i|ci|,r_Z= _P_i∈ Z-only|c_i| _i|c_i|, (12) where as rZ>0.5r_Z>0.5, the more diagonally dominant the Hamiltonian will be. We note that this is a metric independent of row, distinct from our computational metrics G1G_1 and G2G_2 which measure the proportion of rows and the weakest diagonal dominance row respectively. E.2 Multiqubit interaction metric Similarly, we take inspiration from results in quantum computational complexity theory. In complexity theory, the k-local Hamiltonian problem is QMA-complete. k-local refers to each Pauli string in the Hamiltonian having at most "k" non-identity terms i.e. only acting on "k" qubits at a time. In particular, it is well known that 2-local Hamiltonians can have ground states with long range non-trivial quantum correlations, the typical example being a 2D antiferromagnetic Heisenberg model and, similarly, it is why we can achieve universal gate sets for quantum computing with only two-qubit entangling gates. As a comparison, 1-local Hamiltonians are trivial to find the ground state and are in P regardless of the number of qubits. To that end, we define a metric to determine the weight of the entangling terms, which cause the problem to be QMA-complete. Similarly, this also measures how badly the ground state can be approximated by the trivial 1-local component of the Hamiltonian. E.3 Energy Metrics The energy gap is a common metric for measuring difficulty of finding a ground state and is tied to degeneracy. Firstly, many ground state theorems are only applicable to gapped Hamiltonians. Secondly, for this work, we consider an energy gap of zero as equivalent to having degenerate ground states. Typically in chemistry, for degenerate ground states such as triplet states, the energy gap will be defined to the next highest triplet state or something similar. Indeed, the degeneracy due to spin multiplicity and spatial symmetry is well known and can be readily predicted. For our Hamiltonians, it is possible to remove degeneracy by restricting the Hilbert space to a specific spin/charge/symmetry sector, however we use degeneracy to create gapless Hamiltonians to serve as a challenge for architecture search algorithms, which can demonstrate its scaling when tackling real world problems with degeneracy that cannot be predicted or removed. E.4 Ground state Metrics Measuring multipartite entanglement structure is highly non-trivial and multiple competing metrics exist. Fortunately, bipartite entanglement metrics are well understood and, therefore, we propose to use the Von Neumann Entropy from separating one qubit from the ground state for each qubit. While this metric requires access to the exact ground state, it is common in quantum chemistry to calculate similar information theoretic quantities using approximations of the ground state. For instance, for larger benchmarks, we can use the 1-RDM, 2-RDM, or even a Matrix Product State approximation of the ground state which are able to be calculated with classical computers. Appendix F Critical-Structure Extraction Details Algorithm 1 formalizes the critical-structure extraction procedure. Given low-error training snapshots from a fixed molecule–method setting, the procedure combines counterfactual gate ablation with constrained beam pruning under an explicit error budget, returning compact retained circuits and cross-snapshot structure summaries. Algorithm 1 Critical-Structure Extraction 1:Snapshot records S, bucket width w, selected bucket b, beam width B, branching factor k, prune budget M, bucket slack δbucket _bucket, reconstruction slack δrec _rec, per-step tolerance τ 2:Retained circuits Cret\C_ret\ and cross-snapshot structure summaries 3:Bucket snapshot events by quantized error; select records bS_b in bucket b 4:Identify anchor signatures A from frequent gate-qubit signatures in bS_b 5:Sample representative subset ~b⊆b S_b _b, balanced across runs 6:for each snapshot s∈~bs∈ S_b do 7: Reconstruct circuit C and re-optimize parameters to obtain baseline C(0)C^(0) with error ε(C(0)) (C^(0)) 8: Set εallow=max(b+δbucket,ε(C(0))+δrec) _allow= (b+ _bucket,\ (C^(0))+ _rec) 9: for each gate gj∈C(0)g_j∈ C^(0) do 10: Remove gjg_j, re-optimize from warm start, compute Δe(j)=ε(C(0)∖gj)−ε(C(0)) _e(j)= (C^(0) g_j)- (C^(0)) 11: end for 12: Construct deletion prior π(j)π(j) from Δe(j)\ _e(j)\; gates in A receive reduced deletion probability 13: Initialize ℬ0=C(0)B_0=\C^(0)\, evaluation counter m←|C(0)|m←|C^(0)| 14: for t=0,1,…t=0,1,… until no feasible expansion or m≥Mm≥ M do 15: ℬt+1←∅B_t+1← 16: for each C∈ℬtC _t do 17: Sample k gates according to deletion prior π(j)π(j) 18: for each sampled gate gjg_j do 19: C′←C∖gjC ← C g_j; re-optimize from warm start; m←m+1m← m+1 20: if ε(C′)≤εallow (C )≤ _allow and |ε(C′)−ε(C)|≤τ| (C )- (C)|≤τ then 21: Add C′C to ℬt+1B_t+1 22: end if 23: end for 24: end for 25: Deduplicate ℬt+1B_t+1 by gate sequence; retain top B ranked by (|C|,ε(C),Δtotal)(|C|,\ (C),\ _total) 26: end for 27: Cret←C_ret← smallest feasible circuit encountered 28:end for 29:Aggregate retained structures across snapshots Snapshot collection and bucketing. Snapshots (Ci,θi,εi)(C_i, _i, _i) are grouped into quantized error buckets and analysis is restricted to a selected bucket, ensuring circuits are compared at a consistent performance level. Representative snapshots are sampled with bias toward late training and balanced across random seeds to avoid dominance by a single run. Circuit reconstruction and baseline optimization. Each snapshot is reconstructed into a gate-level circuit and parameters are re-optimized to obtain a stable baseline C(0)C^(0), accommodating minor discrepancies between stored traces and locally optimized circuits. Counterfactual gate importance. For each gate gj∈C(0)g_j∈ C^(0), we remove it and re-optimize the remaining circuit from a warm start (inheriting current parameter values), computing Δe(j)=ε(C(0)∖gj)−ε(C(0)) _e(j)= (C^(0) g_j)- (C^(0)). Using warm-start re-optimization ensures that Δe(j) _e(j) reflects the true structural contribution of gjg_j rather than a parameter initialization artifact. Constrained beam pruning. From the baseline importance scores, we construct a deletion prior π(j)π(j) inversely weighted by Δe(j) _e(j), so that gates with smaller degradation are more likely to be sampled for removal. Gates matching frequent gate-qubit signatures across snapshots (anchor gates) receive reduced deletion probability to protect structurally recurring motifs. At each pruning step, k gates are sampled per candidate according to π(j)π(j)—the prior is fixed from the baseline and not recomputed as the circuit shrinks. A candidate is retained only if it satisfies both the error tolerance εallow _allow and the per-step degradation bound τ. The beam retains the top B candidates ranked by gate count, energy error, and cumulative error degradation Δtotal _total. Outputs. For each snapshot, the procedure returns the smallest retained circuit CretC_ret and records its redundancy ratio ρ=(|C(0)|−|Cret|)/|C(0)|ρ=(|C^(0)|-|C_ret|)/|C^(0)|. Across snapshots, retained gate-qubit signatures are aggregated to identify common structural motifs. Appendix G More Experiment Results G.1 Training-stage Results and Eval Gap Table 10 reports the best circuits discovered during training for each method–molecule pair. Comparing against the evaluation-stage results in Table 3, two patterns emerge. First, for Tier 1 and the small-scale Tier 3 instance H2_Stretch, the training–eval gap is negligible: methods that find chemical-accuracy solutions during training reliably reproduce them at evaluation, indicating stable policy convergence in simple and well-conditioned regimes. Second, the gap widens substantially in more challenging settings. On T2_CH2, RL-based methods discover near-exact solutions during training (CRLQAS, HyRLQAS, GQEQAS all reach errors below 10−610^-6 mHa) but fail to reproduce them consistently at evaluation, reflecting the eigenstate commitment and policy instability described in Section 5. On Tier 3 larger instances and Tier 4, training-stage errors are systematically lower than eval-stage errors across all methods, suggesting that low-error circuits are discovered sporadically during exploration but do not correspond to stable learned policies. TFQAS shows no training–eval gap by construction, as it is training-free and produces a single ranked set of candidates. Table 10: Best Training-stage QAS results on the T1–T4 diagnostic tiers of HamQASBench. Molecule T1_BeH2_6q (Shallow) T1_BeH2_6q (Depth) T1_LiH_Equil_6q (Shallow) T1_LiH_Equil_6q (Depth) T2_CH2_8q Method Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot CRLQAS 2.68E-04 4 5 2.68E-04 5 4 6.03E-04 5 5 2.34E-04 18 10 6.19E-07 8 6 HyRLQAS 5.54E-04 3 3 2.56E-04 21 11 1.05E-03 0 5 2.47E-04 12 7 6.19E-07 11 5 QuantumDARTS 5.54E-04 11 6 6.69E-05 90 48 1.05E-03 3 3 1.05E-03 3 3 5.66E-03 66 22 GQEQAS 5.54E-04 0 2 5.54E-04 0 3 1.05E-03 8 8 1.05E-03 4 19 6.20E-07 10 17 TFQAS 5.54E-04 5 4 1.89E-02 26 23 1.05E-03 5 4 1.01E-02 24 21 3.69E-01 35 26 Molecule T3_H2_Stretch_4q T3_H2O_StrongCorr_8q T3_H4_Chain_8q T4_H3_Linear_6q_All T4_H3_Linear_6q_Linear Method Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot CRLQAS 4.44E-11 8 4 5.87E-03 34 25 3.38E-02 39 12 1.36E-03 25 19 1.69E-02 26 19 HyRLQAS 1.41E-07 13 7 6.46E-03 26 12 3.98E-02 16 11 9.36E-03 27 11 2.35E-02 9 7 QuantumDARTS 2.44E-03 24 12 1.43E-01 13 6 6.78E-02 13 9 4.64E-02 44 9 4.64E-02 19 6 GQEQAS 4.39E-05 4 12 4.67E-02 0 6 6.69E-02 7 24 2.35E-02 7 8 4.64E-02 3 12 TFQAS 4.71E-03 28 19 2.91E-01 37 32 7.80E-01 40 29 1.71E-01 24 24 2.17E-01 24 24 G.2 Tier 1 Full Gate Statistics Table 12 reports the complete gate statistics for all chemical-accuracy circuits discovered during training in Tier 1, covering both BeH2_STO3G and LiH_Equil across all methods and budget settings. Across both molecules, HyRLQAS consistently achieves the lowest redundancy rates (6.7% shallow and 25.3% deep on BeH2_STO3G; 34.9% on LiH_Equil), indicating that its hybrid action space effectively suppresses unnecessary gate placement even when a larger budget is available. All other methods show substantially higher redundancy, with QuantumDARTS exceeding 92% across all settings. Table 11: Best Training-stage QAS results on the T5 same-family BeH2 scaling ladder of HamQASBench. Molecule T5_BeH2_6q T5_BeH2_631G_8q T5_BeH2_6311G_10q T5_BeH2_CCPVDZ_12q T5_BeH2_CCPVDZ_14q Method Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot Error Cnot Rot CRLQAS 2.68E-04 4 5 1.15E-04 42 10 2.48E-04 35 10 1.24E-03 46 17 5.01E-03 18 9 HyRLQAS 5.54E-04 3 3 2.34E-04 18 9 2.48E-04 13 6 1.24E-03 42 32 5.68E-03 33 6 QuantumDARTS 5.54E-04 11 6 2.17E-03 1 6 8.97E-04 1 6 2.60E-01 19 3 3.01E-01 114 12 GQEQAS 5.54E-04 0 2 2.17E-03 7 21 8.96E-04 6 12 1.87E-03 8 11 6.15E-03 0 9 TFQAS 5.54E-04 5 4 2.07E-01 36 31 3.83E-01 51 41 1.45E-01 50 29 3.26E-01 45 32 Table 12: Full gate statistics for chemical-accuracy circuits in Tier 1. Mean and standard deviation of rotation-gate count (Rot), CNOT count, and total gate count are reported across all circuits within chemical accuracy. — indicates no chemical-accuracy circuits were found under that budget. BeH2 STO-3G Method Budget Rot mean Rot std CNOT mean CNOT std Total mean Redundancy CRLQAS shallow 3.17 1.22 2.72 1.77 5.89 66.1% HyRLQAS shallow 2.06 0.39 0.08 0.52 2.14 6.7% GQEQAS shallow 7.78 1.70 0.14 0.34 7.92 74.7% TFQAS shallow 4.39 0.70 5.45 0.62 9.85 79.7% QuantumDARTS shallow 9.60 3.10 29.20 17.38 38.80 94.8% CRLQAS deep 4.45 3.17 5.65 6.00 10.10 80.2% HyRLQAS deep 2.21 1.08 0.47 2.45 2.68 25.3% GQEQAS deep 11.79 4.54 1.75 3.48 13.54 85.2% TFQAS deep — — — — — — QuantumDARTS deep 9.60 3.84 22.75 13.88 32.35 93.8% LiH (equil.) Method Budget Rot mean Rot std CNOT mean CNOT std Total mean Redundancy CRLQAS shallow 3.06 1.22 2.88 1.76 5.94 66.3% HyRLQAS shallow 2.02 0.36 0.11 0.59 2.13 6.1% GQEQAS shallow 7.44 2.47 0.07 0.37 7.51 73.4% TFQAS shallow 4.11 0.70 5.48 0.58 9.59 79.2% CRLQAS deep 4.97 3.69 6.47 6.73 11.43 82.5% HyRLQAS deep 2.34 1.46 0.73 3.16 3.07 34.9% QuantumDARTS deep 8.80 3.96 16.70 14.99 25.50 92.2% GQEQAS deep 9.81 6.37 6.36 7.43 16.17 87.6% TFQAS deep — — — — — — G.3 Topology Analysis: H4 Chain Connectivity Comparison To isolate the effect of connectivity constraints on entanglement structure encoding—independent of the eigenstate ambiguity present in the degenerate H3_Linear instance—we apply per-qubit entropy analysis to H4_Chain under two connectivity settings: all-to-all and nearest-neighbour linear. Table 13: Entanglement structure consistency for H4_Chain under two connectivity settings. MAESMAE_S measures deviation from the exact ground-state per-qubit entropy profile. Connectivity Error (mHa) S¯exact S_exact S¯circuit S_circuit MAESMAE_S All-to-all 33.55 0.198 0.130 0.068 Linear 48.03 0.198 0.077 0.121 Table 13 shows that enforcing linear connectivity increases MAESMAE_S from 0.068 to 0.121 while also worsening energy error from 33.55 to 48.03 mHa. The per-qubit breakdown in Table 14 reveals the structural mechanism underlying this degradation. Table 14: Per-qubit von Neumann entropy S(q)S(q) for H4_Chain pruned circuits under all-to-all and linear connectivity, compared against the exact ground state. Values of 0.000 indicate qubits whose entanglement is completely unrepresented by the circuit. q0q_0 q1q_1 q2q_2 q3q_3 q4q_4 q5q_5 q6q_6 q7q_7 Exact .124 .124 .274 .274 .284 .284 .109 .109 All-to-all .062 .000 .213 .245 .245 .213 .000 .062 Linear .000 .000 .153 .153 .153 .153 .000 .000 Under all-to-all connectivity, the pruned circuit captures interior qubit entanglement (q2q_2–q5q_5) reasonably well but fails on boundary qubits q1q_1 and q6q_6 (circuit S=0S=0 vs. exact ≈0.12≈ 0.12). Under linear connectivity, this failure extends to all four boundary qubits (q0,q1,q6,q7q_0,q_1,q_6,q_7), with S¯circuit S_circuit dropping from 0.130 to 0.077. Critically, the linear-connectivity circuit achieves higher energy error despite encoding less entanglement structure, confirming the decoupling between energy and structural fidelity identified in Section 5: a circuit can find a lower-energy solution in a restricted topology by concentrating gates on interior qubits, while systematically failing to represent the boundary correlations required by the Hamiltonian. This demonstrates that connectivity constraints impose a structural bottleneck that energy metrics alone cannot detect. G.4 Tier 5 Full Scalability Results Table 15 reports training-stage and evaluation-stage results for all methods across the BeH2 basis ladder. Three observations sharpen the main-text analysis. 10-qubit as the key inflection point. At 10 qubits (BeH2_6311G), methods stratify into three tiers: HyRLQAS achieves 100% evaluation success rate with a mean of 1.0 CNOT per chemical-accuracy circuit, CRLQAS achieves 90% with a mean of 4.5 CNOTs, QuantumDARTS succeeds sporadically (15%), and GQEQAS and TFQAS fail entirely. The low CNOT counts for both RL methods confirm that they correctly exploit the near-product ground-state structure (Smax=0.011S_ =0.011) at this scale. 12-qubit: solutions exist but cannot stabilize. At 12 qubits (BeH2_CCPVDZ), CRLQAS discovers circuits reaching 1.24 mHa during training (below chemical accuracy) with a training success rate of 0.1%, but evaluation success rate drops to 0%. Critical-structure extraction confirms that 6 such circuits exist in the training trajectory; their gate counts range from 8 to 64 with redundancy rates of 25–78%, indicating that the policy remains in an exploratory regime and has not converged to a compact reusable structure. 14-qubit: complete failure across all methods. At 14 qubits, no method achieves chemical accuracy at either training or evaluation stage. CRLQAS produces the lowest evaluation error (6.15 mHa), still more than four times above the chemical accuracy threshold. The exponential growth of the search space (214=16,3842^14=16,384 dimensions) appears to be the dominant bottleneck, consistent with the controlled entanglement structure across the ladder. Table 15: Training-stage and evaluation-stage results for the BeH2 basis ladder (Tier 5). SR denotes success rate at chemical accuracy (1.6 mHa). — indicates no chemical-accuracy solutions found. Method System Train Best (mHa) Train SR Eval Best (mHa) Eval SR CRLQAS 8q 1.99 0.0% 0.23 0% HyRLQAS 8q 0.23 0.1% 2.17 0% QuantumDARTS 8q — — 2.17 0% GQEQAS 8q — — 24.57 0% TFQAS 8q — — 197.39 0% CRLQAS 10q 0.13 90.2% 0.90 90% HyRLQAS 10q 0.90 98.7% 0.90 100% QuantumDARTS 10q — — 0.90 15% GQEQAS 10q — — 35.48 0% TFQAS 10q — — 390.42 0% CRLQAS 12q 1.24 0.1% 2.00 0% HyRLQAS 12q 2.00 0.0% — 0% QuantumDARTS 12q — — 2.00 0% GQEQAS 12q — — 269.68 0% TFQAS 12q — — 209.00 0% CRLQAS 14q 5.15 0.0% 6.15 0% HyRLQAS 14q 6.15 0.0% — 0% QuantumDARTS 14q — — 273.00 0% GQEQAS 14q — — 711.00 0% TFQAS 14q — — 6.19 0% Entanglement structure is not the bottleneck. Per-qubit entropy analysis across the ladder confirms that ground-state entanglement complexity remains controlled throughout (Table 16). At 10 qubits, solved circuits achieve MAES=0.001MAE_S=0.001. At 12 qubits, the 6 near-chemical-accuracy circuits discovered during training all reproduce the same entanglement profile (MAES=0.005MAE_S=0.005, Std =0.000=0.000) despite gate counts ranging from 8 to 64—the policy has not converged to a compact structure, but when it does find a solution it correctly encodes the quantum state. At 14 qubits, a single training circuit (25 gates, 5.92 mHa) is available for analysis; its MAES=0.018MAE_S=0.018 confirms the ground state remains near-product (Smax=0.039S_ =0.039). However, critical-structure extraction re-optimization recovers only 328 mHa from this circuit, compared to the training error of 5.92 mHa—the circuit structure is sound but the optimizer fails to recover the correct parameters in the 214=16,3842^14=16,384-dimensional space within the allotted restarts. This reveals a two-layer failure at 14 qubits: the search policy can occasionally discover a structurally correct circuit, but neither the policy nor the optimizer can reliably exploit it. Together, these results confirm that performance degradation across the ladder is driven by search space growth rather than increasing entanglement complexity, directly supporting the Tier 5 design rationale. Table 16: Per-qubit entropy consistency for the BeH2 basis ladder. At 14q, critical-structure extraction reoptimization recovers 328 mHa from a training circuit with 5.92 mHa error, indicating optimizer failure in the 2142^14-dimensional parameter space rather than structural failure. System nqn_q Error (mHa) S¯exact S_exact S¯circuit S_circuit MAESMAE_S BeH2 6-311G 10 0.13 0.005 0.004 0.001 BeH2 c-pVDZ 12 1.24 0.011 0.006 0.005 BeH2 c-pVDZ 14 5.92† 0.020 0.002 0.018 • † Training-stage error; critical-structure extraction reoptimization baseline = 328 mHa.