January 01, 1970
Predicting the structure of short peptides in protein binding pockets remains difficult because this regime requires physics-based conformational search, yet existing methods do not provide a practical way to carry out that search on current hardware. We present QSAD, a quantum-classical framework that reformulates peptide structure prediction as amino-acid-level Hamiltonian sampling and replaces iterative optimization with non-iterative Hamiltonian evolution. Executed entirely on IBM Heron R2 across 101 binding-pocket peptides (5–18 residues), QSAD improves prediction accuracy by 27–71% over all evaluated AI and quantum baselines while maintaining the lowest variance across tested lengths. QSAD also tolerates noise levels 3–5\(\times\) beyond typical hardware error rates, where iterative methods fail, and reduces mean quantum execution time by \(27\times\) relative to VQE. The sampled ensemble further supports approximate reconstruction of protein energy landscapes. These results establish coarse-grained quantum sampling as a practical computational path for structure prediction in regimes where data-driven methods lack sufficient signal.
Predicting the three-dimensional structure of a protein from its amino-acid sequence is a central problem in computational biology, with direct importance for understanding biological function, disease mechanisms, and drug design [1]. Within this broad problem, one specific regime remains particularly difficult in practice: short peptides of 5–20 residues located in binding-pocket regions. These segments mediate interactions between proteins and drugs, substrates, or partner proteins, so that their geometry directly influences binding affinity and biological activity. They are difficult to predict because protein folding is fundamentally a process of exploring the energy landscape to identify stable conformational basins. However, such systems lack the intuitive sequence and evolutionary patterns that enable modern prediction methods, such as deep learning, to work effectively, and their energy landscapes are substantially more complex than those of protein systems that follow more general structural regularities. As a result, existing methods perform poorly in this regime [2], [3]. Figure 1 shows 6OIM, a representative pocket–ligand structure of the cancer target KRAS G12C.
An effective solution must satisfy two conditions at once. First, it must derive structure by mapping the underlying energy landscape from physical principles, because short peptides do not provide enough sequence signal to support reliable statistical learning. Second, it must search an exponentially large and highly complex energy landscape efficiently enough to recover low-energy structures without exhaustive enumeration.
The conformational search space in binding-pocket regions is extremely complex. Their rich biochemical characteristics give rise to a highly rugged energy landscape, significantly increasing the problem complexity. Classical methods such as molecular dynamics [4] and Monte Carlo sampling [5] therefore incur very high computational cost, and the search process is highly prone to becoming trapped in local optima [6]. Deep learning methods such as AlphaFold2 [7] and AlphaFold3 [8] rely heavily on informative long-sequence patterns, and thus fail to produce reliable predictions in short-peptide settings where information is limited and structural variability is high [2], [3].
Quantum computing offers an alternative route. The superposition property of a quantum processor allows it to explore all states in the eigenstate space mapped onto the measurement basis simultaneously [9]. With an appropriate Hamiltonian formulation, quantum entanglement enables efficient exploration of the entire reachable conformational search space. However, current quantum methods still fall short. Variational quantum eigensolvers (VQE) [10], which have been applied to protein structure prediction [11], [12] and can outperform deep learning in certain cases, are highly sensitive to quantum noise. As shown in Figure 2 (a), the convergence breaks down when the per-gate error exceeds 2%, and on real hardware the optimizer exhibits persistent oscillations without stable improvement, as shown in Figure 2 (b). Non-iterative quantum methods such as sample-based quantum diagonalization (SQD) [13] and probabilistic quantum eigensolver (PQE) [14] avoid this optimization loop, but operate at the atomic orbital level and are not well aligned with the present problem. For an 18-residue peptide, they require 1,800–5,700 qubits, which is 12–39\(\times\) beyond current hardware capabilities [13].
We present QSAD (Quantum Sampling And Decomposed Reconstruction), a quantum–classical framework designed to address this gap. QSAD formulates protein structure prediction through an amino-acid-level coarse-grained Hamiltonian, mapping the protein energy landscape into the eigenstate space while reducing the qubit cost to \(O(N^2)\). Through multi-level one-way evolution and measurement, QSAD projects the energy landscape encoded in the eigenstate space onto a chosen measurement basis, represented as a distribution over candidate structures. Structural information is then inferred from ensemble statistics, enabling robustness to hardware noise without relying on error mitigation. QSAD is implemented as an end-to-end system that integrates quantum sampling with classical decoding, ranking, and reconstruction, producing both a predicted structure and an energy landscape projected onto the measurement basis.
We evaluate QSAD on 101 binding-pocket peptides of 5–18 residues with experimentally resolved crystal structures, executed entirely on the IBM Heron R2 quantum processor. QSAD outperforms all evaluated baselines, improving prediction accuracy by 27–71% over both AI and quantum methods while maintaining the lowest variance across all tested lengths. It also recovers the ground-state energy at noise levels 3–5\(\times\) beyond typical device error rates, where VQE fails to converge, and reduces mean quantum execution time by \(27\times\). These results show that amino-acid-level, non-iterative quantum sampling is a practical and effective computational path for short peptide structure prediction on current superconducting hardware.
Our contributions are as follows: (1) An amino-acid-level Hamiltonian encoding that reduces qubit requirements by modeling residue interactions through an implicit physical formulation, enabling mapping of the sequence conformational space into the quantum system; (2) A non-iterative quantum sampling architecture that replaces iterative optimization with one-way Hamiltonian evolution, achieving noise resilience through statistical patterns over measurement outcomes; (3) Experimental validation on 101 binding-pocket peptides executed on IBM Heron R2, achieving a 27–71% improvement over all evaluated AI and quantum baselines; (4) Reconstruction of an approximate protein energy landscape from the ensemble of measured structures, revealing the distribution of accessible conformational states encoded in the underlying eigenstate space.
Protein folding is governed by thermodynamics: a polypeptide chain adopts the conformation that minimizes its free energy [15]. Predicting the native structure is therefore equivalent to finding the global minimum of an energy function that combines covalent geometry, non-covalent interactions, and solvent effects [16]. The conformational space grows exponentially with chain length, making exhaustive search intractable [17]. This energy function defines a high-dimensional surface over all possible conformations, known as the energy landscape [18]. Its topology determines the native fold, folding kinetics, metastable states, and conformational flexibility. For binding-pocket peptides, the landscape is shaped by evolutionary pressure: sequences that cannot adopt pocket-compatible geometries do not persist as functional binding motifs [19]. The intrinsic energy landscape of such peptides therefore encodes binding-relevant structural information even without explicit modeling of the receptor. Characterizing this landscape as a conformational ensemble, rather than a single minimum, reveals the distribution of accessible states underlying binding affinity and mutational robustness [20].
The protein folding energy landscape can be mapped onto a quantum system through a Hamiltonian [21]. A Hamiltonian is essentially a function: it takes a candidate conformation as input, where that conformation is represented as a string of qubit values, and returns a single number, namely the energy of that conformation. Each possible fold of the peptide corresponds to a different qubit string, and the Hamiltonian scores it according to the underlying physics, such as whether neighboring residues form favorable contacts, whether any two residues collide, and whether the backbone geometry is physically plausible. The qubit string with the lowest score is called the ground state, and it corresponds to the most stable folded conformation. A quantum processor can prepare a superposition of many conformations simultaneously and measure it, thereby sampling the protein energy space mapped by this Hamiltonian. Sampling the Hamiltonian is therefore, in essence, equivalent to exploring the energy landscape.
Structural prediction accuracy in protein science is measured by root-mean-square deviation (RMSD) [22], reported in angstroms (Å). RMSD is the sole universally accepted metric for comparing predicted and experimentally determined protein structures: it quantifies the average distance between corresponding atoms after optimal superposition. One angstrom equals 0.1 nm, roughly the length of a single covalent bond. Values below 3 Å indicate high-accuracy predictions, 3–4 Å reflects reasonable structural agreement, and values above 5 Å generally indicate incorrect folds [23]. Throughout this paper, all reported RMSD values are computed over backbone C\(\alpha\) atoms in the binding-pocket region. C\(\alpha\) positions capture the overall backbone conformation, so computing C\(\alpha\) distances effectively measures the global structural deviation of the predicted backbone.
QSAD takes an amino acid sequence as input and produces a predicted three-dimensional structure together with an approximate energy landscape. The system has two phases: quantum sampling on superconducting hardware, followed by classical post-processing that converts raw measurements into all-atom protein models. Figure 3 illustrates the architecture. Technical details of each component are given in Section 4.
Given a peptide of length \(N\), QSAD constructs a coarse-grained Hamiltonian that encodes folding physics into a qubit register. QSAD drives a single forward Hamiltonian evolution: randomized ansatz circuits prepare diverse initial states, and multiple evolution strengths \(\beta\) are swept to sample different energy regimes. All circuits run independently with no classical feedback.
The measured bitstrings are converted into all-atom structures through three stages: decoding into backbone C\(\alpha\) coordinates (Stage 1), filtering, diversity-preserving selection, and physics-based ranking (Stage 2), and all-atom reconstruction (Stage 3). Backbone coordinates are fixed throughout this pipeline; reported RMSD values reflect the quantum-sampled lattice backbone directly. The sampled conformational ensemble is also fitted with a continuous energy surface, revealing energy basins, funnel structure, and the distribution of metastable states. By constructing a Hamiltonian based on the problem structure, the approximately reconstructed energy surface in the measurement basis can map, along a relevant dimension, all energy information accessible to the Hamiltonian. The resulting structures further support chemical validation and downstream applications.
QSAD models a peptide of length \(N\) as a self-avoiding walk on a tetrahedral lattice. Each residue is a single backbone bead, and the folded conformation is determined by \(N{-}1\) discrete turns, each taking one of four directions encoded by two binary variables: \[a \longmapsto \mathbf{v}(a) = \bigl(v^{(0)}(a),\, v^{(1)}(a)\bigr) \in \{0,1\}^2,\] so the configuration register requires \(2(N{-}1)\) qubits. The tetrahedral lattice is chosen because its coordination number of four matches the \(\mathrm{sp}^3\) backbone geometry, and each turn needs only two qubits [24].
Side chains are not modeled as geometric variables. Their physicochemical effects are absorbed into sequence-dependent coefficients derived from a fixed amino acid feature table (volume, charge, hydrophobicity, aromaticity, hydrogen-bond tendency, conformational propensity). These features produce four coefficient classes: a pair coefficient \(\alpha_{ij}^{\mathrm{pair}}\) encoding contact preference via hydrophobic, electrostatic, and aromatic terms; a node coefficient \(\alpha_i^{\mathrm{node}}\) for burial/exposure preference; a local propensity \(\alpha_i^{\mathrm{loc}}\) for residue-specific backbone preferences (with special treatment of glycine and proline); and a steric coefficient \(\alpha_i^{\mathrm{ster}}\) for excluded volume. All weights are fixed constants derived from established residue contact potentials [25], [26], lattice folding theory [27], and backbone conformational statistics [28]. No per-sequence tuning is needed; the same weight set is applied to all 101 proteins. This design eliminates explicit side-chain qubits and is the primary source of QSAD’s qubit efficiency.
The Hilbert space factorizes as \(\mathcal{H} = \mathcal{H}_{\mathrm{cont}} \otimes \mathcal{H}_{\mathrm{conf}}\), where \(\mathcal{H}_{\mathrm{conf}}\) stores turn variables and \(\mathcal{H}_{\mathrm{cont}}\) stores contact indicators. Admissible contacts are pairs \((i,j)\) with \(j - i \ge 5\) and \(j - i\) odd, reflecting the lattice bipartite structure. Each admissible pair gets a contact qubit \(c_{ij}\) with projector \(c_{ij} = (\mathbb{I}- Z_{k_{ij}})/2\). After symmetry reduction (fixing the first two turns) and removing inactive qubits, the count ranges from 7 (\(N{=}5\)) to 145 (\(N{=}18\)).
The complete Hamiltonian is: \[H = H_{\mathrm{back}} + H_{\mathrm{dist}} + H_{\mathrm{pair}} + H_{\mathrm{node}} + H_{\mathrm{loc}} + H_{\mathrm{ster}}. \label{eq:total95hamiltonian}\tag{1}\] \(H_{\mathrm{back}} = \lambda_{\mathrm{back}} \sum_{i=1}^{N-2} T_{i,i+1}\) penalizes immediate backbone reversals, where \(T_{pq}\) is the turn-alignment operator. \(H_{\mathrm{dist}}\) enforces unit lattice distance at declared contacts via a primary penalty \(\Phi_1(i,j) = \lambda_0(i,j)(D(i,j) - \mathbb{I})\) and second-neighbour overlap penalties. The four effective terms couple the registers through sequence-dependent coefficients: \(H_{\mathrm{pair}} = \sum_{(i,j) \in \mathcal{A}} \alpha_{ij}^{\mathrm{pair}}\, \hat{c}_{ij}\) for contact preferences, \(H_{\mathrm{node}} = \sum_i \alpha_i^{\mathrm{node}}\, \hat{N}_i\) for burial bias, and \(H_{\mathrm{loc}}\), \(H_{\mathrm{ster}}\) for local propensities and steric corrections.
The sampling circuit applies two stages to the \(n\)-qubit register: \[|\Psi(s, \beta)\rangle = U_H(\beta)\; U_{\mathrm{ans}}(\boldsymbol{\theta}^{(s)})\; |0\rangle^{\otimes n}, \label{eq:full95circuit}\tag{2}\] followed by computational-basis measurement.
The first stage uses an EfficientSU2 ansatz with \(R\) repetition layers and linear entanglement. Each layer \(l\) applies single-qubit rotations and nearest-neighbour
entangling gates: \[U_{\mathrm{ans}}^{(l)} = \prod_{j=1}^{n-1} \mathrm{CNOT}_{j,j+1} \;\cdot\; \bigotimes_{j=1}^{n} R_Z(\theta_{j,l}^{(z)})\, R_Y(\theta_{j,l}^{(y)}),
\label{eq:ansatz95layer}\tag{3}\] so the full ansatz is \(U_{\mathrm{ans}} = \prod_{l=1}^{R} U_{\mathrm{ans}}^{(l)}\) with \(2nR\) parameters. The parameters \(\boldsymbol{\theta}^{(s)}\) are not optimized: for each seed \(s\), they are drawn uniformly from \([0, 2\pi)\) using a deterministic random generator.
Multiple seeds produce diverse initial states that explore different regions of the Hilbert space, trading optimization guarantees for sampling diversity.
The second stage applies \[U_H(\beta) = e^{-i\beta H_D}\, e^{-i\beta H}, \qquad H_D = \sum_{j=1}^{n} X_j,\] implemented via second-order Suzuki–Trotter decomposition [29] with \(r\) repetitions. Multiple values of \(\beta\) (default: \(\{1, 2, 3, 4\}\)) are swept to sample the landscape at different energy resolutions: small \(\beta\) preserves broad exploration across conformational space, while large \(\beta\) increases bias toward low-energy configurations.The physical mechanism is as follows. The phase kick \(e^{-i\beta H}\) assigns each computational-basis component \(|x\rangle\) a phase factor \(e^{-i\beta E(x)}\), and the transverse driver \(e^{-i\beta H_D}\) rotates the phase-encoded state out of the \(Z\)-eigenbasis so that these phase differences translate into \(Z\)-basis probability differences favouring low-energy conformations. As a result, the probability of observing a computational-basis bitstring \(x\) depends on \(\beta\) through \[p_x(\beta)=\left|\langle x|U_H(\beta)\,U_{\mathrm{ans}}|0\rangle^{\otimes n}\right|^2, \label{eq:beta95sampling}\tag{4}\] where \(x\) denotes a measured bitstring. Different \(\beta\) values therefore reshape the observed distribution in the measurement basis and emphasize different regions of the conformational landscape.A set of \(\beta\) values spanning \([\beta_{\min}, \beta_{\max}]\) therefore covers a wider band of the energy landscape than any single value. In our experiments, we find that the results are not highly sensitive to the specific choice of \(\beta\) values, provided that the set spans a sufficient range: the ablation study in Table ¿tbl:tab:sampling? confirms that the multi-\(\beta\) strategy consistently outperforms any single \(\beta\) in both coverage and effective sample size. The default set \(\{1,2,3,4\}\) has not been optimized for individual proteins, and the same values are used across all 101 cases. Tuning \(\beta\) per system or using a finer sweep could yield further improvements, which we leave to future work.
For \(S\) seeds and \(|{\beta}|\) evolution strengths, QSAD builds sampling circuits by combining randomized state preparation with Hamiltonian phase evolution. The sequence is encoded as a coarse-grained Hamiltonian on the tetrahedral lattice, decomposed into Pauli operators, and compiled into a Trotterized circuit. Different seeds explore different regions of Hilbert space, while different \(\beta\) values bias sampling toward low-energy states. With the default setting \(S{=}3\), \(\beta \in {1,2,3,4}\), and \(G{=}10\), QSAD generates 120 circuits per protein. Each circuit uses 2,000 shots, for a total of 240,000 shots. Circuits in each group are submitted together as a batch job and transpiled to the IBM Heron R2 native gate set at optimization level 3. Figure 4 shows the circuit-construction logic, and Figure 5 shows an example transpiled circuit.
Each measured bitstring is decoded in three steps: (i) the backbone configuration bits are extracted and mapped back to the turn sequence; (ii) counts from bitstrings that differ only in contact-qubit assignments are aggregated to obtain the marginal frequency of each backbone conformation; (iii) the turn sequence is converted into C\(\alpha\) coordinates on the tetrahedral lattice. Coordinates are rescaled so that the median C\(\alpha\)–C\(\alpha\) distance matches the physical peptide-bond length of 3.8 Å. This aggregation step is important because the contact register is auxiliary: multiple contact-qubit patterns can correspond to the same backbone fold.
Decoded conformations are first filtered for self-avoiding walk validity by rejecting any structure with non-adjacent bead overlaps. A greedy MaxMin procedure then selects diverse representatives: starting from the lowest-energy conformation, it iteratively adds the candidate most distant (in RMSD) from the current set, preserving distinct conformational basins that might otherwise be lost to energy-only ranking. Candidates are ranked by a composite physics-based score that sums six terms: backbone overlap penalty, Miyazawa–Jernigan contact energy [30], radius-of-gyration compactness, burial consistency (hydrophobic residues interior, polar residues exposed), contact order, and cross-group consensus (conformations found independently across multiple batch groups receive a bonus).
Lattice C\(\alpha\) coordinates are scaled to physical distances, and backbone heavy atoms (N, C\(\alpha\), C, O) are placed using ideal peptide-bond geometry (\(d_{\mathrm{C\alpha\text{-}C}} = 1.52\) Å, \(d_{\mathrm{C\text{-}N}} = 1.33\) Å) via a NERF (Natural Extension Reference Frame)-style coordinate builder that positions each atom from the preceding three via bond length, bond angle, and dihedral angle [31]. Side chains are added from a backbone-dependent rotamer library. Backbone C\(\alpha\) coordinates are fixed throughout this stage: reported RMSD values reflect the quantum-sampled lattice backbone directly, with no classical refinement bias. An optional Stage 4 supports full-atom energy minimization via OpenMM [32] and PyRosetta [33] but is not used in this work.
Through the Hamiltonian, a native mapping can be established between the protein energy landscape and the eigenstate space. The energy modes in the eigenstate space correspond to the energy features on the protein energy surface. Finding the ground state in this eigenstate space with a quantum processor is equivalent to identifying the lowest-energy conformational mode on the protein energy landscape. At the same time, superposition allows these energy states to coexist simultaneously. Leveraging this property, the quantum system represents the entire protein energy surface defined by the Hamiltonian, and the resulting measurement distribution can be interpreted as a projection of this high-dimensional energy landscape onto the measurement basis. Figure 6 illustrates the mapping between contact potential and conformational space. The lowest-energy conformations correspond to structures in which no steric conflicts occur in structural space.
Each valid conformation yields a coordinate vector \(\mathbf{x}_k \in \mathbb{R}^{3N}\). PCA (Principal Component Analysis) on the set of \(M\) valid conformations produces a 2-D embedding \(\mathbf{z}_k\); in our experiments the top two components capture 60–75% of structural variance. A continuous energy surface is fitted via thin-plate-spline RBF (Radial Basis Function interpolation) interpolation: \[\hat{E}(\mathbf{z}) = \sum_{k=1}^{M} w_k\, \phi\!\bigl(\|\mathbf{z} - \mathbf{z}_k\|\bigr),\] where \(\phi(r) = r^2 \ln r\). Each landscape is characterized by a funnel score (Pearson correlation between distance from the energy minimum and energy) and a basin count (connected components on a gridded energy map at the 35th percentile). As a consistency check, we verify that sampling frequencies follow an approximate Boltzmann distribution [34] (\(\ln p \approx -\beta_{\mathrm{eff}} E + \mathrm{const}\)).
We evaluate QSAD on 101 binding-pocket peptide structures with experimentally resolved crystal structures, drawn from two sources: 55 cases from the QDockBank [3] benchmark (5–14 residues, 7–97 qubits), which also have published VQE results for direct comparison, and 46 cases from PDBbind [35] (14–18 residues, 97–145 qubits). Lengths range from 5 to 18 residues with 3–18 cases per length.
All QSAD experiments run on the IBM Heron R2 processor (ibm_cleveland, 156 qubits), using 120 circuits at 2,000 shots each (240,000 total shots per protein) submitted as 10 independent batch jobs.
We compare against seven baselines spanning three paradigms. (i) Multiple Sequence Alignment(MSA)-based: ColabFold-MSA [36] uses the AlphaFold2 architecture with a full MSA pipeline (MMseqs2, \({\sim}500\) GB database), inferring residue contacts from co-evolutionary patterns across homologous sequences. (ii) Single-sequence: ESMFold [37], [38] and OmegaFold [39] extract structural information from protein language models; ColabFold [40] and OpenFold [41] use the AlphaFold2 architecture in single-sequence mode to test whether the structure module alone suffices for short peptides. (iii) Diffusion-based: AlphaFold3 [8] replaces AF2’s structure module with a diffusion model that iteratively denoises atomic coordinates, representing the current state of the art. On the quantum side, we compare against VQE from the QDockBank benchmark (55 cases, up to 14 residues).
Structural quality is measured by backbone C\(\alpha\) RMSD [22] against the crystal structure, computed over the binding-pocket region only.
4pt max width=
The 120 circuits per protein (Section 5.1) produce 24.2 million shots across the full campaign. Table ¿tbl:tab:runtime? lists the ansatz circuit depth for each peptide length. The
EfficientSU2 ansatz (\(\mathrm{reps}{=}1\), linear entanglement) grows from depth 10 (5 residues, 7 qubits) to 148 (18 residues, 145 qubits). For the 101 proteins with complete IBM Runtime telemetry, the total
quantum execution time is 23.0 hours (mean 22.3 min per protein), with a mean queue wait of 3.3 s per job group, indicating near-zero queuing overhead under batch submission mode. The total classical post-processing time is 1.1 hours across all 101
proteins (mean 5.9 min per protein).
For each of the 101 proteins, QSAD runs the full pipeline: quantum sampling on Heron R2, followed by classical post-processing (decoding, filtering, scoring, and all-atom reconstruction). Backbone coordinates are fixed during reconstruction, and the optional refinement stage is not used. All reported RMSD values therefore reflect the quantum-sampled lattice backbone directly. AI baselines are evaluated with default configurations, and VQE results are taken from the published QDockBank benchmark.
Figure 7 summarizes both pairwise and distributional comparisons against all baselines. In the scatter panels, most points lie above the diagonal, showing that QSAD achieves lower RMSD than AF3, ColabFold-MSA, ColabFold, ESMFold, OmegaFold, OpenFold, and VQE on the large majority of cases. The violin panel further shows that QSAD has the lowest median RMSD at 2.7 Å and mean RMSD at 2.6 Å, compared with AF3 at 4.8 Å (mean 5.2 Å), ColabFold-MSA at 6.1 Å, ColabFold at 7.5 Å, ESMFold at 8.6 Å, OmegaFold at 9.4 Å, and OpenFold at 5.9 Å. QSAD also exhibits the tightest distribution, with RMSD concentrated in a narrow low-error range, whereas all other baselines show substantially broader spreads. VQE reaches a median RMSD of 3.7 Å on its 55 shared cases, but remains limited to shorter proteins and shows larger variability.
We compare execution time on the 55 shared QDockBank cases. QSAD completes each case with a mean of 1,966 s (33 min) and median 1,470 s (25 min). VQE requires a mean of 28,036 s (467 min) and median 9,870 s (164 min). QSAD is faster on all 55 cases, with a mean speedup of \(27\times\) and a maximum of \(365\times\).
QSAD’s runtime scales approximately linearly with qubit count, with low variance across groups (CV (Coefficient of Variation) \(\approx 0.12\)). VQE shows unpredictable scaling: individual cases range from 67 min to over 57 hours, because convergence depends on noise, optimizer trajectory, and landscape ruggedness (Figure 8). In practical deployment, unpredictable runtime is a significant obstacle for task scheduling and resource planning. The difference in runtime stability between VQE and QSAD stems from their execution models: VQE relies on a session mode that maintains a long-lived bidirectional connection to the QPU, while QSAD submits independent batch jobs with no return communication, making its runtime predictable and controllable.
We reconstruct energy landscapes for all 101 proteins (5–18 residues) with at least 40 valid conformations each (mean 947 per protein). The sampled ensemble is projected via PCA and fitted with a continuous energy surface.
Across the 101 landscapes, the mean funnel score, the definition in section 4.4, is 0.619 (median 0.698), with basin counts ranging from 1 to 21 (mean 6.1).Different basin counts correspond to distinct energy landscape topologies and distinct chemical preferences; complex landscapes further explain why most methods fail to produce accurate structures. Figure 9 shows protein 1A0Q (16 residues, funnel score 0.745): a clear primary funnel with subsidiary basins, and a Boltzmann-consistent sampling distribution (\(\beta_{\mathrm{eff}} = 0.005\)). Figure 10 shows a contrasting case, protein 4Y79 (9 residues, funnel score 0.261): a rough, multi-basin landscape suggesting multiple competing conformations. These two cases illustrate that the landscape reconstruction captures qualitatively different conformational regimes. The reconstructed landscapes carry practical value beyond structural prediction. A well-funnelled landscape (high funnel score) suggests that the peptide adopts a dominant bound-state conformation, while a rough, multi-basin landscape may indicate conformational heterogeneity relevant to binding promiscuity or allosteric regulation. Such information is inaccessible to single-structure predictors, which return one conformation and provide no view of the surrounding energy surface. The ability to distinguish funnelled from frustrated landscapes from a single round of quantum sampling is a unique capability of the QSAD framework.
In this set of experiments, running on real QPUs would affect both reproducibility and fairness, because noise on physical quantum backends fluctuates over time and with environmental conditions, and noise levels also vary across physical qubits. In addition, to study system behavior under different noise levels, we cannot directly tune the noise on a real backend, since its noise profile remains within a relatively stable and narrow range. Therefore, under identical conditions, we conduct fair and reproducible experiments on a simulator by emulating different noise levels for both methods.
4pt max width=
We compare QSAD and VQE under progressively increasing per-gate depolarizing noise on a 6-residue test system (SAASAS, 18 qubits). Each gate depolarizes the state with probability \(\varepsilon\), so a circuit of depth
\(d\) retains signal fraction \(\alpha = (1-\varepsilon)^d\). We test four levels from \(\varepsilon = 0\%\) (ideal) to \(\varepsilon = 2\%\), spanning noiseless, near-ideal, low-noise, and typical NISQ conditions. Table ¿tbl:tab:noise95config? maps each level to its real-hardware equivalence and signal retention. VQE uses the
same EfficientSU2 ansatz with COBYLA (600 iterations, 4,096 shots per iteration, \({\sim}2.5 \times 10^6\) total shots, 3 repeats per level). QSAD uses the stratified ensemble (48 circuits, 49,152 total
shots).
Table ¿tbl:tab:noise95comparison? presents the detailed comparison. The two methods respond to noise in opposite ways. VQE’s low-energy coverage drops from 2.9% to 1.3%, and energy estimates show increasing variance above \(\varepsilon = 1\%\). At \(\varepsilon = 2\%\), the typical NISQ regime, VQE convergence becomes unstable. Under ideal conditions, COBYLA converges within approximately 200 iterations, but at \(\varepsilon = 2\%\) the optimizer oscillates without settling (Figure 2).
4pt max width=
QSAD shows the opposite behavior: coverage increases from 14.5% to 17.1% under noise, because depolarizing noise acts as a perturbation that broadens conformational exploration. QSAD recovers the ground-state energy (\(E^* = -655.0\)) at every noise level tested up to \(\varepsilon = 2\%\). This robustness follows from the sampling architecture: corrupted individual measurements do not compound, because the ensemble averages them out instead of feeding them back into an optimization loop.
The preceding sections establish that QSAD achieves high accuracy, fast execution, landscape reconstruction, and noise resilience. This section examines three questions about the origin of these results: where in the pipeline does the structural advantage arise, how does the sampling strategy contribute, and does quantum sampling outperform classical alternatives on the same Hamiltonian.
We track RMSD through three pipeline stages: (1) lattice C\(\alpha\) trace from coarse scoring, (2) after all-atom reconstruction, and (3) after optional energy minimization. Across all 101 proteins, the mean RMSD is 2.462 Å at all three stages. The all-atom step adds backbone heavy atoms and side chains around the existing C\(\alpha\) trace but does not move C\(\alpha\) positions. Energy minimization shifts coordinates by at most 0.0001 Å. Figure 12 illustrates this for protein 2A14; Figure 13 confirms the flat RMSD band across all 101 cases. The structural quality is determined entirely at the quantum sampling stage; post-processing contributes atomic detail without altering the backbone geometry.
We validate that each component of QSAD’s sampling strategy contributes to conformational exploration through a controlled ablation on a 6-residue peptide (SAASAS, 18 qubits, \(2^{18} = 262{,}144\) conformations). Three configurations are compared under the same shot budget (49,152 shots): L0 (Random): Ansatz only, \(\beta = 0\), single seed. L1 (Single Evolved): Single seed, \(\beta = 1.0\). L2 (Stratified): 3 groups \(\times\) 4 seeds \(\times\) 4 \(\beta\) values, the full QSAD strategy.
Table ¿tbl:tab:sampling? shows the results. All three configurations find the ground-truth energy (\(E^* = -655.0\)), but coverage quality differs substantially. Adding Hamiltonian evolution (L0 \(\to\) L1) increases low-energy coverage from 5.5% to 12.6% and reduces mean energy from 272.7 to 179.2, confirming that evolution biases sampling toward low-energy regions. Stratification (L1 \(\to\) L2) further raises total coverage to 14.5% and ESS (Effective Sample Size) by \(1.64\times\), by exploring multiple energy regimes simultaneously. Figure 14 visualizes the progressive improvement; Figure 15 shows L2’s superior discovery rate.
4pt max width=
Having established that the advantage originates at the sampling stage and that the stratified strategy is effective, we compare QSAD directly against three classical sampling baselines: uniform random sampling, greedy local search, and simulated annealing (SA). All methods operate on the same tetrahedral lattice with the same Hamiltonian under a matched pool-size protocol. For each protein, Random generates a pool of the same size as QSAD; Greedy and SA run until their pools reach the same size (within \(\pm 20\%\)), with a cap of 100,000 energy evaluations.
Figure 16 compares candidate pool quality. QSAD wins on 87% of proteins against Random, 88% against Greedy, and 84% against SA in mean valid RMSD. The near-native yield (RMSD \(< 4\) Å) shows a larger gap: QSAD achieves a median near-native fraction of 44%, compared with 18% for Random, 16% for Greedy, and 18% for SA. The advantage does not come from generating more valid conformations; rather, QSAD’s valid conformations concentrate closer to the native structure.
After selecting the lowest-energy valid conformation from each pool and reconstructing it through the same all-atom pipeline, QSAD achieves a median end-to-end RMSD of 2.51 Å, compared with 4.65 Å for Random, 4.44 Å for Greedy, and 4.49 Å for SA (Figure 17). QSAD produces the lower-RMSD structure on 94% of proteins against Random, 95% against Greedy, and 95% against SA, with median pairwise improvements of 2.20, 1.94, and 1.89 Å respectively.
The results show that the two requirements identified in the introduction must be satisfied together in this regime. The 44% improvement over AlphaFold3 does not come from a larger model or more training data, but from encoding folding physics directly into the Hamiltonian and sampling that Hamiltonian effectively. The quantum versus classical comparison in Section 5.7 shows that the advantage lies in sampling quality: Hamiltonian evolution concentrates samples near low-energy basins more effectively than random, greedy, or simulated annealing search on the same Hamiltonian, winning on 95–96 out of 101 proteins. The primary quantum contribution is therefore the structure of the sampling distribution, not only faster execution than iterative methods.
The central design choice in QSAD is amino-acid-level encoding on a tetrahedral lattice. This keeps qubit cost at \(O(N^2)\) and makes execution feasible on current hardware. The trade-off is a precision ceiling: lattice discretization limits the best achievable RMSD to about 1.6 Å, regardless of sampling quality. A finer lattice or continuous coordinate encoding could raise this ceiling, but only at the cost of substantially higher qubit demand. In the current NISQ regime, this trade-off is appropriate because qubit budget remains the main constraint.
QSAD still has important limitations. The \(\beta\) schedule \({1,2,3,4}\) is chosen heuristically rather than optimized per protein. The reconstructed landscapes are 2D PCA projections and should be viewed as approximate structural energy maps, not full thermodynamic free-energy surfaces, although Boltzmann-consistency checks support their utility.
QSAD shows that current quantum hardware, when paired with an appropriate problem formulation, can solve a meaningful computational biology task with strong accuracy, robustness, and execution efficiency. The key design choice is to encode folding physics at the amino-acid level rather than the atomic orbital level. This keeps qubit counts within the reach of existing processors while preserving enough physical structure to outperform all evaluated AI and quantum baselines on binding-pocket peptide prediction. More broadly, the results establish amino-acid-level, non-iterative quantum sampling as a practical computational path for short peptides in regimes where data-driven methods lack sufficient signal.