QFoldAgent: An Autonomous Quantum Optimization Multi-Agent System for Protein Structure Prediction
Summary
QFoldAgent is a closed-loop multi-agent framework for quantum-classical protein structure prediction that iteratively optimizes Hamiltonian penalties using VQE and feedback, achieving improved RMSD and structural validity on 5-residue fragments.
View Cached Full Text
Cached at: 07/28/26, 06:23 AM
# QFoldAgent: An Autonomous Quantum Optimization Multi-Agent System for Protein Structure Prediction
Source: [https://arxiv.org/html/2607.22549](https://arxiv.org/html/2607.22549)
###### Abstract
Hybrid quantum\-classical protein structure prediction depends strongly on Hamiltonian penalty weights, yet existing lattice\-based workflows typically fix these coefficients by hand and evaluate only very short fragments in simulation\. We present QFoldAgent, a closed\-loop multi\-agent framework for 5\-residue tetrahedral\-lattice folding in which a design agent proposes sequence\-conditioned penalties, a VQE\-based quantum\-classical pipeline optimizes the resulting Hamiltonian under Qiskit Aer noise, and a feedback agent uses energy\-landscape diagnostics and MolProbity validation signals to refine penalties across cycles\. Ground\-truth metrics such as RMSD are never exposed to the agents and are used only for evaluation\. We study the framework on two complementary datasets: 55 QDockBank\-derived fragments with known structures and 100 coverage\-optimized unseen sequences\. On the QDockBank benchmark, QFoldAgent reduces median RMSD from 3\.64 Å to 3\.20 Å, with the largest gains on the hardest targets\. On unseen sequences, the closed loop raises structural validity from 87\.5% to 98\.7%, recovers 87% of initially invalid cases, and the strongest controller improves cycle\-3 energy on 87% of sequences while maintaining\>\>96% Ramachandran\-favored geometry\. These results show that iterative agent control can systematically improve optimization behavior and reduce failure cases in a 5\-residue quantum setting\.
## IIntroduction
Protein structure prediction remains a central problem in computational biology because molecular structure strongly influences biochemical function, intermolecular binding, and downstream therapeutic design\. Recent deep learning systems have substantially advanced the field, with AlphaFold 3\[[1](https://arxiv.org/html/2607.22549#bib.bib1)\]extending prediction beyond single protein chains to complexes involving proteins, nucleic acids, ligands, ions, and modified residues\. Yet important challenges remain, especially in work\[[24](https://arxiv.org/html/2607.22549#bib.bib25),[18](https://arxiv.org/html/2607.22549#bib.bib26)\]involving flexible fragments, ambiguous local geometries, competing low\-energy conformations, and structurally constrained functional regions\. Recent CASP16\[[33](https://arxiv.org/html/2607.22549#bib.bib9)\]assessments further indicate that complex structure prediction remains unsolved, with model ranking and stoichiometry prediction continuing to be major bottlenecks\. In many cases, these remaining difficulties are not only prediction problems, but also search problems under strong structural constraints\.
For quantum computing, these challenging cases can be viewed as constrained optimization problems over discrete structural variables\[[22](https://arxiv.org/html/2607.22549#bib.bib2)\]\. Rather than treating structure prediction solely as an end\-to\-end pattern recognition task, selected subproblems can be formulated through a Hamiltonian, which acts as an energy\-based objective function that evaluates a candidate conformation according to how well it satisfies encoded structural and physical constraints\. This perspective creates a bridge from biological structure prediction to quantum optimization, making selected protein modeling tasks amenable to variational and hybrid quantum\-classical solvers\. In this setting, the goal is not only to search over candidate conformations, but to construct an objective whose low\-energy states align with structurally meaningful solutions\.
Figure 1:LLM\-based mean RMSD vs\. non\-agent QDockBank baseline \(dashed line, 3\.53 Å\) across 55 proteins\. All three LLM produce worse RMSD under both noise conditions, indicating that LLM penalty selection alone cannot outperform the non\-agent baseline\.In practice, the effectiveness of quantum protein optimization depends critically on how the Hamiltonian penalty weights are chosen\. This tuning is typically manual and iterative, creating a major bottleneck in quantum protein structure pipelines\. This bottleneck motivates an agentic perspective\. Recent work on biological Large Language Model \(LLM\)\-based agents describes a shift from passive predictive models toward systems that can plan, use tools, interpret intermediate outputs, and refine decisions across multi\-step scientific workflows\[[6](https://arxiv.org/html/2607.22549#bib.bib10),[20](https://arxiv.org/html/2607.22549#bib.bib11)\]\. However, current agentic systems are more often used for workflow coordination or algorithmic support than to directly reformulate the mathematical objective of an optimization problem\. In this setting, LLM\-based approaches remain limited and are unable to effectively solve the task without iterative agentic control\. As shown in Figure[1](https://arxiv.org/html/2607.22549#S1.F1), we evaluate three LLMs, Qwen3\.5\[[21](https://arxiv.org/html/2607.22549#bib.bib22)\], GPT\-4o\[[15](https://arxiv.org/html/2607.22549#bib.bib24)\], and GPT\-5\.2\[[14](https://arxiv.org/html/2607.22549#bib.bib23)\]for Hamiltonian penalty prediction, and benchmark their performance against QDockBank\[[34](https://arxiv.org/html/2607.22549#bib.bib5)\]\. Results show that LLM\-based approaches underperform QDockBank, exhibiting higher mean RMSD\[[13](https://arxiv.org/html/2607.22549#bib.bib29)\]\. This suggests that current LLM\-based methods are unable to surpass the manually optimized approaches employed in QDockBank\. To address this gap, we introduceQFoldAgent, a closed\-loop multi\-agent framework to to enable adaptive Hamiltonian refinement for quantum protein structure prediction\. Rather than treating Hamiltonian penalty weights as fixed expert\-defined choices, QFoldAgent uses a feedback\-guided refinement loop: a design agent proposes sequence\-conditioned penalties, variational quantum eigensolver \(VQE\)\[[26](https://arxiv.org/html/2607.22549#bib.bib30)\]optimizer executes the resulting Hamiltonian, and a feedback agent analyzes optimization traces and structural validation signals to refine penalties for the next cycle\. The agent serves as a control layer that uses iterative feedback to shape the optimization formulation and adapt the Hamiltonian to each sequence\.
This paper makes three contributions\. First, we introduce QFoldAgent, a closed\-loop multi\-agent framework that treats Hamiltonian penalty tuning in quantum protein structure prediction as an adaptive control problem by linking sequence\-conditioned penalty design, VQE execution, structure reconstruction, and feedback\-driven refinement across cycles\. Second, we establish an evaluation suite setting for this problem using 55 QDockBank\-derived fragments with ground\-truth structures and 100 coverage\-optimized unseen sequences under two Qiskit Aer noise presets\. Third, we provide empirical and ablation\-based evidence that iterative agent control improves penalty refinement across cycles or independent LLM\-based penalty selection, without exposing ground\-truth structural metrics to the agent during optimization\.
## IIRelated Work
Recent progress in agentic AI suggests that autonomous systems are well suited to scientific workflows requiring iterative reasoning, tool invocation, execution, and verification\. Prior studies identify a recurring architectural pattern in which high\-level planning is separated from execution and coupled with explicit evaluation or reflection before revision\[[30](https://arxiv.org/html/2607.22549#bib.bib16)\]\. This principle is also reflected in recent scientific agent frameworks\. MCP\-SIM adopts a self\-correcting loop of planning, acting, reflection, and revision for physics simulation, while VeriMAP combines task decomposition with explicit verification functions for iterative refinement in multi\-agent settings\[[16](https://arxiv.org/html/2607.22549#bib.bib17),[31](https://arxiv.org/html/2607.22549#bib.bib18)\]\. These works position agents as controllers for structured technical pipelines rather than as one\-shot text generators\.
This perspective is relevant to quantum computing, where workflows are mathematically structured, tool\-dependent, and difficult to automate end to end\. Recent studies report growing use of AI and agentic methods across the quantum stack, including software support, calibration, control, and system operation\[[3](https://arxiv.org/html/2607.22549#bib.bib12),[25](https://arxiv.org/html/2607.22549#bib.bib13)\]\. Within this broader trend, LLMs have been explored for tasks such as circuit generation and quantum programming assistance\[[9](https://arxiv.org/html/2607.22549#bib.bib14)\]\. These systems improve accessibility and support automation, but their role is typically limited to coding, explanation, or localized decision support\.
Within quantum protein folding more specifically, prior work has largely focused on encoding strategies and solver design, including quantum annealing for lattice\-protein conformations\[[17](https://arxiv.org/html/2607.22549#bib.bib6)\], resource\-efficient gate\-model encodings\[[22](https://arxiv.org/html/2607.22549#bib.bib2)\], constraint\-aware QAOA\-style ansätze for lattice folding\[[8](https://arxiv.org/html/2607.22549#bib.bib3)\], and recent peptide\-folding studies on quantum computers\[[4](https://arxiv.org/html/2607.22549#bib.bib4)\]\. This line of work emphasizes encoding choices and solver construction for quantum or hybrid protein\-folding formulations, whereas the role of iterative, external control over Hamiltonian parameterization during optimization remains less explored\.
However, current LLM support in quantum computing remains constrained\. Quantum\-Audit shows that quantum computing is a challenging domain for language models because it combines abstract mathematics, non\-intuitive physical principles, and rapidly evolving terminology; even strong models exhibit substantial failure modes on advanced expert\-authored tasks\[[2](https://arxiv.org/html/2607.22549#bib.bib15)\]\. More importantly, most existing LLM\-based quantum systems remain algorithm\-centric: they assist within a predefined workflow rather than adapt the mathematical objective governing the optimization itself\[[3](https://arxiv.org/html/2607.22549#bib.bib12),[9](https://arxiv.org/html/2607.22549#bib.bib14)\]\.
QFoldAgent targets this less explored setting\. Consistent with the planner\-executor\-verifier structure common in agent systems\[[16](https://arxiv.org/html/2607.22549#bib.bib17),[31](https://arxiv.org/html/2607.22549#bib.bib18)\], our framework embeds the agent directly within the optimization loop\. Its role is not merely to assist quantum programming or orchestrate a fixed sequence of tools, but to iteratively refine the Hamiltonian used for protein structure prediction based on feedback from the quantum\-classical pipeline\. The contribution is therefore not simply the use of LLMs in quantum computing, but an agentic mechanism for repeated reformulation of the application objective itself, with the emphasis on workflow adaptation rather than on claiming a new quantum advantage result\.
## IIIBackground
Protein structure prediction aims to determine the three\-dimensional structure adopted by an amino\-acid sequence, since structure strongly shapes protein function\. Computationally, this problem is difficult because the number of possible conformations grows rapidly with sequence length, while realistic modeling must enforce steric, geometric, and interaction constraints\. Current quantum approaches therefore focus on reduced settings such as short fragments, local motifs, binding pockets, or coarse\-grained representations, where conformational choices can be expressed in a finite discrete search space while preserving key physical constraints\. Candidate conformations are encoded into binary or spin\-like variables, and a Hamiltonian is constructed so that low\-energy states correspond to plausible structures\. The success of the workflow therefore depends heavily on how well the biological problem is mapped to a quantum\-optimizable objective\.
Figure 2:Traditional human\-in\-the\-loop workflow for Hamiltonian refinement\. A domain expert manually defines the Hamiltonian and experiment setup, then inspects predicted structures and validation metrics before revising the formulation for the next iteration\. Because each round depends on experimental results and expert review, the process is slow and labor intensive\.A conventional quantum workflow for protein structure prediction begins by narrowing the biological task into a quantum\-amenable subproblem, since current hardware is better suited to local or coarse\-grained formulations than to full all\-atom folding at biological scale\[[22](https://arxiv.org/html/2607.22549#bib.bib2),[7](https://arxiv.org/html/2607.22549#bib.bib21)\]\. The workflow typically includes selecting a target fragment or motif, defining a discrete structural representation, encoding geometric and physical constraints, constructing a Hamiltonian, mapping it to a quantum\-compatible form, running a solver such as VQE or quantum annealing, and decoding and validating the resulting structures\. Figure[2](https://arxiv.org/html/2607.22549#S3.F2)summarizes this conventional loop\. In practice, human experts make most of the key formulation decisions before and after quantum optimization\.
Within this process, Hamiltonian design is the central expert task\. The Hamiltonian serves as the objective function for the encoded structural problem, so its terms must capture the constraints that distinguish valid from invalid conformations\[[22](https://arxiv.org/html/2607.22549#bib.bib2)\]\. This requires deciding which constraints to include, how to encode them, and how to set penalty coefficients that balance structural realism with tractable optimization\. Prior quantum protein studies show that these choices strongly affect the structures a solver can recover\[[17](https://arxiv.org/html/2607.22549#bib.bib6),[22](https://arxiv.org/html/2607.22549#bib.bib2),[10](https://arxiv.org/html/2607.22549#bib.bib19),[32](https://arxiv.org/html/2607.22549#bib.bib27)\]\. In current practice, these decisions are usually made manually through domain knowledge and repeated empirical testing\.
This manual formulation step is difficult because small changes in constraint definitions or penalty weights can reshape the energy landscape, affecting feasibility, convergence, and decoded structure quality\. Weak penalties may allow invalid conformations, while overly strong penalties can overconstrain the search and hinder optimization\[[7](https://arxiv.org/html/2607.22549#bib.bib21)\]\. As a result, the conventional workflow is iterative and expert driven: researchers inspect outputs, revise the Hamiltonian, rerun optimization, and repeat until the formulation behaves acceptably\.
In this setting, AI Agent can be introduced as a control layer within the surrounding classical workflow\. Recent work shows that AI is increasingly used across quantum computing for preprocessing, control, optimization, and postprocessing, making hybrid classical\-AI\-quantum pipelines a natural direction for complex technical tasks\[[3](https://arxiv.org/html/2607.22549#bib.bib12)\]\. Our setting builds on this trend by placing AI inside the formulation loop, where it can assist in mapping the biological problem into a quantum objective and refining that objective across iterative cycles\.
## IVMethods
We implement a closed\-loop pipeline with five stages \(Figure[3](https://arxiv.org/html/2607.22549#S4.F3)\)\. In stage ①, a*Designer Agent*profiles the input amino acid sequence using composition analysis, motif detection, flexibility scoring, and Miyazawa–Jernigan \(MJ\) interaction statistics, then proposes initial Hamiltonian penalty weights \(λchiral\\lambda\_\{\\text\{chiral\}\},λback\\lambda\_\{\\text\{back\}\},λ1\\lambda\_\{1\}\)\. In stage ②, the quantum framework compiles the penalized Hamiltonian, performs VQE\-based optimization under the configured noise model, decodes the optimized quantum state into lattice conformations via inverse mapping, and reconstructs full\-atom candidate structures using MODELLER\[[23](https://arxiv.org/html/2607.22549#bib.bib7)\]\. In stage ③, Qiskit\-derived energy metrics \(final energy, convergence quality, energy range\) and MolProbity structural validation signals \(Ramachandran statistics, Cβoutliers, twisted peptides\) are computed from the candidate structures to summarize current cycle quality\. In stage ④, a*Feedback Agent*receives these optimization and validation metrics together with full cycle history, analyzes how the current penalty settings shaped the energy landscape and structural outcome, and proposes refined penalty values for the next iteration\. In stage ⑤, this loop repeats forkkconfigured cycles \(3 in our experiments\), with each cycle refining the Hamiltonian based on the previous cycle’s results, before producing the final predicted structure from the best cycle\.
Figure 3:Overview of the closed\-loop quantum\-classical pipeline for lattice\-based protein structure prediction\.### Problem Mapping and Quantum Encoding
Following QDockBank, we formulate fragment\-level protein structure prediction as sequence\-conditioned optimization on a tetrahedral lattice\. Each residue is represented as a node with four allowed extension directions, fixed bond length, and an approximately109\.4∘109\.4^\{\\circ\}bond angle, preserving key stereochemical properties of the backbone\[[32](https://arxiv.org/html/2607.22549#bib.bib27)\]\. This encoding maps each candidate conformation to a quantum state, with conformation energy represented by the expectation of a compiled Hamiltonian\. In QDockBank notation, the total Hamiltonian is defined as
Ht=λcHc\+λgHg\+λdHd\+λiHi,H\_\{t\}=\\lambda\_\{c\}H\_\{c\}\+\\lambda\_\{g\}H\_\{g\}\+\\lambda\_\{d\}H\_\{d\}\+\\lambda\_\{i\}H\_\{i\},\(1\)whereHcH\_\{c\}enforces chirality constraints,HgH\_\{g\}enforces backbone geometry constraints,HdH\_\{d\}penalizes steric conflicts, andHiH\_\{i\}captures the sequence\-dependent Miyazawa–Jernigan \(MJ\) interaction term\. The coefficientsλc,λg,λd,\\lambda\_\{c\},\\lambda\_\{g\},\\lambda\_\{d\},andλi\\lambda\_\{i\}are tunable scalar penalty weights that balance the relative contribution of chirality, backbone geometry, collision avoidance, and residue interaction terms in the total Hamiltonian\. Our implementation keeps this decomposition but exposes only three adaptive coefficients to the agent:
λc↦λchiral,λg↦λback,λd↦λ1,λi=1\(fixed\)\.\\lambda\_\{c\}\\mapsto\\lambda\_\{\\text\{chiral\}\},\\quad\\lambda\_\{g\}\\mapsto\\lambda\_\{\\text\{back\}\},\\quad\\lambda\_\{d\}\\mapsto\\lambda\_\{1\},\\quad\\lambda\_\{i\}=1\\;\\text\{\(fixed\)\}\.Thus the agent changes only the relative strength of the three constraint penalties; the MJ interaction term is compiled from the sequence and remains fixed during all feedback cycles\.
### Stage ①: Design Agent
At the start of each cycle, the Hamiltonian design agent selects penalty weights that balance interaction terms and hard constraints\. The initialization stage characterizes the input sequence using four profiling modules:
1. \(a\)Amino acid composition analysis:residues are categorized as hydrophobic \(F,I,L,V,W,MF,I,L,V,W,M\), polar \(S,T,N,Q,C,YS,T,N,Q,C,Y\), or charged \(D,E,K,R,HD,E,K,R,H\)\. The profiler also flags proline, cysteine, and glycine content\.
2. \(b\)Sequence motif detection:detects hydrophobic runs \(length≥3\\geq 3\), cysteine pairs, and helix\-breaking proline positions\.
3. \(c\)Flexibility scoring:sequence flexibility is estimated on a normalized\[0,1\]\[0,1\]scale from glycine/proline content\. flexibility=0\.5\+0\.15×NGlyL−0\.2×NProL\\text\{flexibility\}=0\.5\+0\.15\\times\\frac\{N\_\{\\text\{Gly\}\}\}\{L\}\-0\.2\\times\\frac\{N\_\{\\text\{Pro\}\}\}\{L\}
4. \(d\)Miyazawa–Jernigan \(MJ\) energy profiling:pairwise contact tendencies are estimated from MJ statistics, including total and mean interaction energy and the count of strongly favorable pairs\. Etotal=∑i<jMJ\(ai,aj\)E\_\{\\text\{total\}\}=\\sum\_\{i<j\}\\text\{MJ\}\(a\_\{i\},a\_\{j\}\)
These features are passed to the LLM together with qubit\-budget metadata \(initial qubits=4\(N−1\)2=4\(N\-1\)^\{2\}, then reduced by unused\-qubit elimination\)\. The LLM proposes three penalties:
- •penalty\_chiralfor chirality constraints,
- •penalty\_backfor consecutive same\-axis turns,
- •penalty\_1for local overlap constraints\.
Using the penalties, we construct the total Hamiltonian as
Ht=\\displaystyle H\_\{t\}=HMJ\+λchiralHchiral\+λbackHback\+λ1Hoverlap,\\displaystyle H\_\{\\text\{MJ\}\}\+\\lambda\_\{\\text\{chiral\}\}H\_\{\\text\{chiral\}\}\+\\lambda\_\{\\text\{back\}\}H\_\{\\text\{back\}\}\+\\lambda\_\{1\}H\_\{\\text\{overlap\}\},\(2\)whereHoverlapH\_\{\\text\{overlap\}\}aggregates the local steric\-conflict terms used in the tetrahedral lattice construction\. The solver does not operate on a simple “two qubits per turn label” register\. Instead, the tetrahedral encoding expands the turn decisions into a binary indicator register whose pre\-compression size scales as4\(N−1\)24\(N\-1\)^\{2\}\. For the 5\-residue fragments used throughout this paper, this corresponds to 64 qubits before eliminating fixed or unused variables\. After compression, the working optimization register is approximately 22 qubits, and the backend requirement is approximately 27 qubits once the 5\-qubit execution buffer used by our VQE stack is included\.
Here,
Hback=∑i∑k=03δ^k\(i\)δ^k\(i\+1\),H\_\{\\text\{back\}\}=\\sum\_\{i\}\\sum\_\{k=0\}^\{3\}\\hat\{\\delta\}\_\{k\}^\{\(i\)\}\\,\\hat\{\\delta\}\_\{k\}^\{\(i\+1\)\},\(3\)whereδ^k\(i\)\\hat\{\\delta\}\_\{k\}^\{\(i\)\}is an indicator projector for turn directionkkat positionii\. Identity\-only or symmetry\-fixed variables are removed after construction, so the optimized circuit acts only on the compressed register rather than the full indicator expansion\.
For cyclek\>1k\>1, the LLM receives previous\-cycle diagnostics from the Feedback Agent \(Section[IV](https://arxiv.org/html/2607.22549#S4.SSx4)\) \(energy range, convergence quality, and structural\-validation summary\) and updates penalties without recomputing sequence features\.
### Stages ②–③: Quantum Folding Pipeline
Figure 4:Quantum folding pipeline\. The amino acid sequence is encoded into a tetrahedral\-lattice Hamiltonian, optimized with VQE using a parameterized quantum circuit and COBYLA, then decoded into backbone conformations and reconstructed into full\-atom structures with MODELLER\.#### IV\-1Variational Optimization with VQE
As shown in Figure[4](https://arxiv.org/html/2607.22549#S4.F4), the compiled HamiltonianHtH\_\{t\}, we solve the corresponding ground\-state search problem using a Variational Quantum Eigensolver \(VQE\), consistent with QDockBank\. Starting from an initial state\|ψi⟩\\lvert\\psi\_\{i\}\\rangle, the parameterized circuitU\(𝜽\)U\(\\boldsymbol\{\\theta\}\)prepares
\|ψ\(𝜽\)⟩=U\(𝜽\)\|ψi⟩,\\lvert\\psi\(\\boldsymbol\{\\theta\}\)\\rangle=U\(\\boldsymbol\{\\theta\}\)\\lvert\\psi\_\{i\}\\rangle,\(4\)with variational objective
E\(𝜽\)=⟨ψi\|U†\(𝜽\)HtU\(𝜽\)\|ψi⟩\.E\(\\boldsymbol\{\\theta\}\)=\\langle\\psi\_\{i\}\|U^\{\\dagger\}\(\\boldsymbol\{\\theta\}\)H\_\{t\}U\(\\boldsymbol\{\\theta\}\)\|\\psi\_\{i\}\\rangle\.\(5\)MinimizingE\(𝜽\)E\(\\boldsymbol\{\\theta\}\)searches for low\-energy states whose decoded bit strings correspond to lattice conformations satisfying the encoded folding constraints\.
We use an EfficientSU2 ansätz with alternating single\-qubit rotations \(RYR\_\{Y\},RZR\_\{Z\}\) and CNOT entanglers onncompressed\+5n\_\{\\text\{compressed\}\}\+5qubits\. In the 5\-residue setting, the compiled circuit has approximately 18 layers after decomposition and 56 trainable parameters\. Parameters𝜽\\boldsymbol\{\\theta\}are initialized randomly and optimized with COBYLA\[[19](https://arxiv.org/html/2607.22549#bib.bib8)\]for up to 50 iterations, using 200 shots per energy evaluation\.
This VQE budget is held fixed across both experiments to isolate the effect of Hamiltonian refinement from differences in quantum optimization effort\. The chosen budget should therefore be interpreted as a controlled evaluation setting rather than a claim of full VQE convergence\. To reduce sensitivity to local minima, we retain all intermediate\(Ei,𝜽i\)\(E\_\{i\},\\boldsymbol\{\\theta\}\_\{i\}\)pairs and keep the six lowest\-energy parameter sets for downstream decoding\. The pipeline supports both IBM Quantum backends, using least\-busy selection and level\-3 transpilation, and Qiskit Aer simulation with a matrix\-product\-state backend and maximum bond dimension 512\.
#### IV\-2Measurement and Structural Interpretation
After optimization, each retained low\-energy solution is measured with 100,000 shots to estimate
P\(𝐛\)=\|⟨𝐛∣ψ\(𝜽∗\)⟩\|2\.P\(\\mathbf\{b\}\)=\\left\|\\langle\\mathbf\{b\}\\mid\\psi\(\\boldsymbol\{\\theta\}^\{\\ast\}\)\\rangle\\right\|^\{2\}\.\(6\)This larger shot budget is used only for final decoding, allowing a more reliable estimate of the output bit\-string distribution than in the lower\-shot optimization loop\.
The most probable bit string𝐛∗\\mathbf\{b\}^\{\\ast\}is decoded into turn variablesQi∈\{0,1,2,3\}Q\_\{i\}\\in\\\{0,1,2,3\\\}and mapped to Cαcoordinates as
𝐫i\+1=𝐫i\+\(−1\)i𝐯Qi\.\\mathbf\{r\}\_\{i\+1\}=\\mathbf\{r\}\_\{i\}\+\(\-1\)^\{i\}\\,\\mathbf\{v\}\_\{Q\_\{i\}\}\.\(7\)The resulting coordinates are rescaled to the canonical Cα–Cαdistance of 3\.8 Å to produce a coarse backbone trace\.
#### IV\-3Atomic Reconstruction and Structural Validation
Predicted Cαtraces are reconstructed into all\-atom models with standard amino acid templates using MODELLER\. Backbone geometry is normalized to standard bond lengths and angles so that the resulting structures can be evaluated for stereochemical plausibility\. To assess functional compatibility after atomic reconstruction, we additionally use AutoDock Vina\[[27](https://arxiv.org/html/2607.22549#bib.bib31)\]to estimate the ligand docking affinity of each candidate structure\. We then compute structural validation signals including Ramachandran favored percentage, Cβoutliers, and twisted peptides using MolProbity\[[29](https://arxiv.org/html/2607.22549#bib.bib32)\]\. In Experiment 1, RMSD to the ground\-truth fragment is used as the primary endpoint metric\. Because low variational energy does not always yield the best decoded structure, the pipeline evaluates candidates using both optimization and downstream structural criteria\. These structural signals are subsequently passed to the feedback stage for the next cycle of Hamiltonian refinement\.
### Stage ④: Feedback Agent
This agent uses anLLM\-as\-judge\[[35](https://arxiv.org/html/2607.22549#bib.bib28)\]pattern to evaluate VQE output metrics and decide how to refine penalty parameters\. The LLM receives the configured metric set and acts as the primary decision\-maker for penalty adjustments\. The metrics presented to the LLM judge are organized into modular categories:
- •Energy landscape:convergence quality scoreq∈\[0,1\]q\\in\[0,1\], computed asq=0\.4qimp\+0\.35qstab\+0\.25qmonoq=0\.4\\,q\_\{\\text\{imp\}\}\+0\.35\\,q\_\{\\text\{stab\}\}\+0\.25\\,q\_\{\\text\{mono\}\}, whereqimp=\(Einit−Efinal\)/\|Einit\|q\_\{\\text\{imp\}\}=\(E\_\{\\text\{init\}\}\-E\_\{\\text\{final\}\}\)/\|E\_\{\\text\{init\}\}\|measures improvement ratio,qstab=1−min\(σtail/μtail,1\)q\_\{\\text\{stab\}\}=1\-\\min\(\\sigma\_\{\\text\{tail\}\}/\\mu\_\{\\text\{tail\}\},1\)measures late\-iteration stability over the final 20% of iterations, andqmonoq\_\{\\text\{mono\}\}is the fraction of iterations with decreasing energy\. The agent also receives initial/final/min/max VQE energies and the energy range \(Emax−EminE\_\{\\max\}\-E\_\{\\min\}\)\.
- •Structural validation:Ramachandran favored/outlier statistics, Cβdeviation counts, and twisted\-peptide counts from the reconstructed full\-atom model\. These metrics validate*local*backbone geometry rather than global fold accuracy\.
- •Structural summary:3D Cαcoordinates, pairwise distance matrix, and geometry statistics derived from the reconstructed structure\.
The LLM judge produces a structured output: \(1\)\[ANALYSIS\]—assessment of current structural quality; \(2\)\[CORRELATION\]—how penalties shaped the energy landscape; \(3\)\[PENALTY\_RATIONALE\]—specific reasoning for each suggested adjustment; and \(4\)\[PENALTIES\]—refined values for\(λchiral,λback,λ1\)\(\\lambda\_\{\\text\{chiral\}\},\\lambda\_\{\\text\{back\}\},\\lambda\_\{1\}\)\. The prompt includes the physical meaning of each penalty, full cycle history, and metric interpretation guides\. Guidance adapts by cycle number: bold adjustments early \(exploration\), moderate in middle cycles, and small targeted adjustments late \(fine\-tuning\)\.
### Stage ⑤: Final Structure Selection
Afterkkcycles are completed, the pipeline selects the final predicted structure\. For each cycle, the VQE retains multiple low\-energy candidate conformations \(Section III\-C\)\. The pipeline compares all candidates across all cycles and selects the structure from the best\-performing cycle based on the lowest VQE final energy\. This structure is output as the final PDB file, which includes the full\-atom reconstruction produced by MODELLER from the selected cycle’s Cαtrace\. Evaluation\-only metrics \(RMSD in Experiment 1\) are computed on this final output but are never fed back to the agents\.
## VExperiments
To evaluate how effectively the closed\-loop pipeline adapts Hamiltonian penalties across sequences and noise conditions, we test it on two complementary settings\. The 55 QDockBank protein fragments with known ground\-truth structures allow direct measurement of structural accuracy; 100 newly generated unseen 5\-residue sequences probe whether the agent’s penalty\-refinement strategy generalizes when no reference structure is available\. Together with the evaluation scripts and baseline results released alongside this work, these two tracks form a reusable evaluation suite for benchmarking future LLM controllers in quantum optimization workflows\.
### V\-AExperimental Setup
Models and infrastructure\.We evaluate three LLM controllers as the reasoning backbone for both agents:OS\(Qwen3\.5\-35B\-A3B\[[21](https://arxiv.org/html/2607.22549#bib.bib22)\], served locally via vLLM\),SP\(GPT\-4o\[[15](https://arxiv.org/html/2607.22549#bib.bib24)\], OpenAI API\), andSP\+\(GPT\-5\.2\[[14](https://arxiv.org/html/2607.22549#bib.bib23)\], OpenAI API\)\. The Hamiltonian Designer temperature is set toT=0\.6T\{=\}0\.6\(encouraging exploration\) and the Feedback Analyzer toT=0\.3T\{=\}0\.3\(deterministic assessments\)\. All runs use an EfficientSU2 ansätz with COBYLA optimizer, 50 iterations, and 200 measurement shots per energy evaluation\. This fixed compute budget is shared across both experiments so that outcome differences reflect LLM\-driven penalty adaptation rather than variation in optimization effort\. All experiments run on a single server with dual AMD EPYC 9354 processors \(128 threads\), 756 GB RAM, and 8×\\timesNVIDIA RTX PRO 6000 Blackwell \(96 GB each\), running Ubuntu 22\.04\. Quantum simulation uses Qiskit Aer on CPU only \(CUDA\_VISIBLE\_DEVICES=""\) to ensure reproducibility, while the GPUs are reserved exclusively for local vLLM inference of the Qwen3\.5 controller\.
Quantum noise simulation\.Both experiments are evaluated under two Qiskit Aer noise presets—SmallandLarge—designed to bracket the error regimes of current superconducting quantum processors\. Both include thermal relaxation with gate times of 50 ns \(single\-qubit\) and 300 ns \(two\-qubit\)\. TheSmallpreset uses depolarizing rates of2×10−42\\times 10^\{\-4\}\(1Q\) and2×10−32\\times 10^\{\-3\}\(2Q\), readout error1×10−21\\times 10^\{\-2\}, andT1/T2=50/70μsT\_\{1\}/T\_\{2\}=50/70~\\mu\\text\{s\}, representing a gate\-error\-dominated regime\. TheLargepreset increases all noise channels to5×10−45\\times 10^\{\-4\}\(1Q\) and5×10−35\\times 10^\{\-3\}\(2Q\), readout error1\.5×10−21\.5\\times 10^\{\-2\}, andT1/T2=80/60μsT\_\{1\}/T\_\{2\}=80/60~\\mu\\text\{s\}, where the shorterT2T\_\{2\}shifts the dominant error source toward decoherence\.
Evaluation metrics\.We use three categories of metrics:
- •Endpoint accuracy: RMSD against ground\-truth Cαpositions \(QDockBank set\); MolProbity\-based structural validity—Ramachandran favored≥\{\\geq\}95%, zero Cβoutliers, zero twisted peptides \(unseen\-sequence set\)\.
- •Optimization process: the normalized energy\-to\-penalty ratioE/P=Efinal/Σλ\\text\{E/P\}=E\_\{\\mathrm\{final\}\}/\\Sigma\\lambdaisolates optimization quality from penalty scale; a monotonic decrease across cycles indicates directed refinement\. Also reported: energy range, VQE convergence rate, and penalty trajectory\.
- •Structural quality\(secondary\): Ramachandran favored %, convergence quality, and docking affinity\.
All paired comparisons use the Wilcoxon signed\-rank test \(two\-sided\), with rank\-biserial correlationrras effect size \(\|r\|\>0\.5\|r\|\>0\.5: large effect\)\[[28](https://arxiv.org/html/2607.22549#bib.bib33)\]\.
### V\-BQDockBank Benchmark
Figure 5:Best RMSD \(Å\) on the five QDockBank targets with the largest improvement under small Aer noise\. The agent drives several difficult cases below 2 Å where the fixed\-parameter baseline exceeds 4 Å\.Setup\.We evaluate QFoldAgent on 55 protein–ligand complexes from QDockBank using 5\-residue binding\-site fragments, comparing the three LLM controllers against theQDockBank baseline, which uses fixed penalty weights and a single optimization pass\. QDockBank reports RMSD on variable\-length fragments \(5–14 residues\), whereas our agent operates on fixed 5\-residue sub\-fragments; the comparison is therefore informative for workflow\-level improvement but is not a matched\-length benchmark\. Each model runs3 closed\-loop cyclesper target under both Aer noise presets\. The primary metric is RMSD after Kabsch alignment\[[11](https://arxiv.org/html/2607.22549#bib.bib20)\]; values below 2 Å are generally considered near\-native for short fragments\. When the predicted fragment is shorter than the ground\-truth PDB, RMSD is computed on the matching Cαsubset\.
#### V\-B1Results on the QDockBank baseline
QFoldAgent improves on the fixed\-parameter QDockBank baseline on many targets under both noise settings, with the strongest gains concentrated on the hardest cases\. The QDockBank reference has median RMSD3\.64 Åand mean RMSD3\.53 Å\. Per\-model win counts are27/55\(Qwen3\.5\),29/55\(GPT\-4o\), and33/55\(GPT\-5\.2\) under small noise, and32/55\(Qwen3\.5\),28/55\(GPT\-4o\), and28/55\(GPT\-5\.2\) under large noise\. As a post\-hoc upper bound \(not deployable\), an oracle selecting the best model per target improves on40/55targets under small noise and39/55under large noise; the failures are concentrated on already\-easy targets where the baseline is already below 3\.0 Å\. The oracle result suggests that combining multiple models could yield further gains, since different controllers succeed on different targets\. For any single model, however, each individually beats the fixed baseline on roughly half or more of targets, and all three land in a narrow RMSD band \(median 3\.20–3\.33 Å\), suggesting that the benefit is not tied to any particular backend alone\. The stronger evidence for a framework\-level effect comes from the behavioral comparison against the LLM\-only baseline presented below\.
The advantage is most visible on the hardest QDockBank cases\. Under small noise, Figure[5](https://arxiv.org/html/2607.22549#S5.F5)highlights the five largest improvements: 5CQU \(4\.83→1\.364\.83\{\\to\}1\.36Å\), 4CLJ \(5\.18→1\.825\.18\{\\to\}1\.82Å\), 1GX8 \(4\.50→1\.264\.50\{\\to\}1\.26Å\), 6UDV \(5\.58→2\.385\.58\{\\to\}2\.38Å\), and 5CXA \(5\.22→2\.165\.22\{\\to\}2\.16Å\)\. These are precisely the cases where iterative penalty adaptation is expected to help most, since the fixed\-parameter baseline fails to locate a near\-native fold\. Large\-noise results show the same trend, with strong recoveries on 1GX8 \(4\.50→0\.624\.50\{\\to\}0\.62Å\) and 6G98 \(3\.69→0\.853\.69\{\\to\}0\.85Å\)\. The strongest individual cases reach sub\-1 Å RMSD under both noise presets, including 3EAX \(2\.06→0\.432\.06\{\\to\}0\.43Å\) and 4ZB8 \(3\.36→0\.893\.36\{\\to\}0\.89Å\)\.
#### V\-B2Directed optimization evidence
To test whether the improvement reflects directed optimization rather than random sampling, we compare behavioral trajectories between agent and LLM\-only pipelines on the same 55 targets, where both run 3 independent cycles\. The normalized energy\-efficiency ratioE/P=Efinal/Σλ\\text\{E/P\}=E\_\{\\mathrm\{final\}\}/\\Sigma\\lambdaisolates optimization quality from penalty scale; directed optimization should produce monotonic E/P improvement across cycles, whereas random sampling should show no systematic trajectory\. E/P improves from cycle 1 to cycle 3 in5/6agent model–noise configurations \(Wilcoxonp<0\.05p<0\.05, rank\-biserialr=0\.40r=0\.40–0\.860\.86\), while LLM\-only independent sampling shows no directed trend \(0/6significant, allp\>0\.28p\>0\.28\)\. Figure[6](https://arxiv.org/html/2607.22549#S5.F6)visualizes these contrasting trajectories\. Penalty convergence provides complementary evidence: the ratiomax\(λ\)/min\(λ\)\\max\(\\lambda\)/\\min\(\\lambda\)decreases in5/6agent configurations \(p<0\.05p<0\.05\) vs\.0/6for LLM\-only\. The same LLM, given the same number of cycles without structured feedback, does not develop a directed penalty strategy—isolating the feedback loop as the causal mechanism\.
Figure 6:E/P trajectory on the 55 ground\-truth targets\. Agent configurations \(solid\) improve systematically from cycle 1 to cycle 3; LLM\-only baselines \(dashed\) show no directed trend\.TABLE I:Structural quality metrics on the QDockBank set, averaged over 55 targets \(best\-RMSD cycle per protein\)\. Rama = Ramachandran favored; Conv\. Q = convergence quality; Dock = AutoDock Vina affinity in kcal/mol \(more negative = stronger binding\)\.ModelNoiseRama \(%\)Conv\. QDockMed\. RMSDQwen3\.5small97\.00\.650−\-3\.673\.33GPT\-4osmall97\.00\.651−\-3\.683\.28GPT\-5\.2small97\.60\.654−\-3\.693\.20Qwen3\.5large97\.60\.660−\-3\.743\.20GPT\-4olarge99\.40\.651−\-3\.713\.28GPT\-5\.2large97\.00\.653−\-3\.753\.20QDockBank ref\.———3\.64
#### V\-B3Structural quality and endpoint ceiling
The reduction in RMSD does not come at the expense of backbone geometry\. Table[I](https://arxiv.org/html/2607.22549#S5.T1)summarizes Ramachandran favored percentages, energy convergence quality, and docking affinity across all six configurations\. Ramachandran percentages remain above 97% in every setting, convergence quality is tightly clustered around 0\.65, and docking affinity is stable between−3\.67\-3\.67and−3\.75\-3\.75kcal/mol, confirming that the RMSD improvements do not compromise binding\-pocket geometry\.
TABLE II:Per\-protein best RMSD \(Å\) under small noise: QDockBank baseline vs\. agent pipeline \(3 cycles\)\.Bold= best per protein; agent improves on 40/55\.Per\-protein Wilcoxon tests against the QDockBank reference do not reach significance for any model–noise configuration \(p\>0\.05p\>0\.05\)\. Across all 13 pipeline configurations, mean best RMSD falls within a0\.29 Åband \(3\.24–3\.53 Å\), indicating a 5\-residue structural ceiling at which method discrimination collapses\. The QDockBank evaluation itself reports that AlphaFold3 achieves better RMSD than the quantum baseline on90%of S\-group fragments \(5–8 residues\) but only58\.7%of L\-group fragments \(13–14 residues\), confirming that method discrimination weakens with decreasing fragment length\. At this scale, the agent’s contribution is therefore better characterized as improved optimization behavior and reduced failure cases without compromising structural quality, rather than as a statistically significant endpoint advantage\.
TABLE III:Per\-protein best RMSD \(Å\) under large noise: QDockBank baseline vs\. agent pipeline \(3 cycles\)\.Bold= best per protein; agent improves on 39/55\.
### V\-CGeneralization to Unseen Sequences
The QDockBank results establish that the closed\-loop agent improves on the fixed\-parameter baseline on roughly half or more of targets per model, with the hardest cases benefiting most\. A natural question is whether this advantage extends to sequences outside the benchmark, where no reference structure or ligand\-derived signal is available\. Critically, the unseen\-sequence set uses a minimal\-prompt configuration: the designer receives only composition, flexibility, and MJ interaction summaries, with no few\-shot examples, penalty ranges, or suggested heuristics\. This design isolates whether the LLM can*use feedback across cycles*rather than rely on prompt scaffolding\. Because each model chooses a different Hamiltonian, absolute energy should be interpreted cautiously across models; the main question is which model is best at*iterative refinement*\.
Dataset\.We construct 100 unseen 5\-residue peptide sequences with no overlap with QDockBank, selected via a coverage\-optimization procedure that maximizes compositional diversity across residue types, dipeptide pairs, and interaction families\. The resulting 100 sequences span hydrophobic\-rich, polar, charged, and glycine/proline\-containing compositions, ensuring that the agent is tested across a broad range of biophysical contexts\.
#### V\-C1Reliability gains from the feedback loop
To quantify the value of the closed\-loop mechanism, we compare the agent \(best\-of\-3 cycles\) against an LLM\-only baseline that runs the same LLM for the same number of independent cycles but without receiving feedback from previous iterations\. We report structural validity \(defined in Section[V\-A](https://arxiv.org/html/2607.22549#S5.SS1)\) and*recovery rate*: the fraction of proteins whose cycle\-1 structure fails the validity check but whose best\-cycle structure passes\. Across all 6 configurations \(3 models×\\times2 noise presets, 600 protein\-experiments in total\), the agent achieves98\.7%structural validity compared with87\.5%for LLM\-only—a gain of11\.2 percentage points\. All three controllers improve substantially: GPT\-5\.2 reaches100%\(200/200\), GPT\-4o97\.5%, and Qwen3\.598\.5%\. Energy range narrows by52%\(0\.68 vs\. 1\.41; Wilcoxonp<0\.001p<0\.001in all 6 configurations\)\. Among proteins with invalid cycle\-1 structures, the agent recovers87%\(53/61\) by best\-of\-3 cycles and95%\(57/60\) by best\-of\-5\.
E/P improves from cycle 1 to cycle 3 in all6/6agent configurations \(Wilcoxonp<0\.05p<0\.05\), while LLM\-only shows no directed trend \(0/6\), replicating the QDockBank behavioral finding on an independent dataset\. AlphaFold Server reports high local confidence on these sequences \(mean pLDDT=94\.3/100=\\textbf\{94\.3\}/100\) but extremely low global fold confidence \(pTM=0\.03=\\textbf\{0\.03\}–0\.04, on a 0–1 scale\), consistent with locally plausible geometry without a stable global fold—the regime where iterative refinement of local constraints is most relevant\.
Figure 7:Per\-sequence energy comparison between cycle 1 and cycle 3 for the 100 unseen sequences \(large noise\)\. Points below the diagonal indicate within\-model improvement\.TABLE IV:Per\-cycle VQE statistics on the 100 unseen sequences\.↓\\downarrow= lower is better\. “Improved” is the within\-model fraction of proteins with lower cycle\-3 than cycle\-1 energy; it can exceed 50% even when the mean increases, because outliers dominate the mean while most individual proteins still improve\.
#### V\-C2Controller profiles and penalty mechanism
The clearest pattern on the unseen\-sequence set is thatGPT\-5\.2 is the strongest refinement model\(Table[IV](https://arxiv.org/html/2607.22549#S5.T4)\)\. Across both noise settings, GPT\-5\.2 improves monotonically across cycles\. Under large noise, mean final energy decreases from 1\.182 in cycle 1 to 0\.757 in cycle 3, and87%of sequences improve; under small noise, it decreases from 1\.528 to 0\.874, with82%improving\. GPT\-4o shows weaker refinement \(68% and 61% improving\), while Qwen3\.5 is the least consistent in energy trajectory \(59–60%improving\) but uniquely improves structural validity—a different optimization strategy that prioritizes constraint satisfaction over energy minimization\. Because each model chooses a different Hamiltonian, absolute energy comparison across models should be interpreted cautiously; the within\-model improvement rate is the primary signal\. This hierarchy suggests that while the closed\-loop framework provides the foundation, the quality of the LLM controller determines how much of that potential is realized\.
Across all three controllers, later cycles consistently produce tighter energy ranges and lower convergence rates than cycle 1, indicating that the feedback loop yields smoother optimization landscapes regardless of the backend\. The per\-protein distribution \(Figure[7](https://arxiv.org/html/2607.22549#S5.F7)\) reveals that the aggregate numbers in Table[IV](https://arxiv.org/html/2607.22549#S5.T4)hide distinct controller behaviors: GPT\-5\.2’s improvements are broadly distributed across the dataset rather than driven by a few large gains; GPT\-4o’s points cluster tightly near the diagonal, reflecting small, consistent adjustments; and Qwen3\.5 shows large outliers in both directions, with some proteins exhibiting substantial energy degradation\.
Figure 8:Mean total penalty \(λchiral\+λback\+λ1\\lambda\_\{\\text\{chiral\}\}\+\\lambda\_\{\\text\{back\}\}\+\\lambda\_\{1\}\) across 5 cycles \(log scale\)\. GPT\-5\.2 consistently reduces penalties, GPT\-4o plateaus, and Qwen3\.5 tends to increase\.The refinement advantage of GPT\-5\.2 is reflected in its penalty updates \(Figure[8](https://arxiv.org/html/2607.22549#S5.F8)\)\. Under large noise,penalty\_backdecreases in84%of sequences from cycle 1 to 2 and81%from cycle 2 to 3\. Crucially, this reduction does not come at the cost of structural quality: Ramachandran favored percentages remain above 96% across cycles \(Table[IV](https://arxiv.org/html/2607.22549#S5.T4)\), indicating that the backbone constraint is already being satisfied when the penalty is relaxed\. Qwen3\.5, in contrast, increases total penalty on average across cycles\. The controller hierarchy in Table[IV](https://arxiv.org/html/2607.22549#S5.T4)aligns with these penalty\-update patterns\.
#### V\-C3Sustained refinement through five cycles
To verify that the directed optimization observed at 3 cycles reflects a sustained behavioral pattern rather than an early\-cycle artifact, we extended all models to five cycles on the same 100 unseen sequences\. Figure[9](https://arxiv.org/html/2607.22549#S5.F9)shows that GPT\-5\.2 maintains a consistent downward energy trajectory through cycles 4 and 5, while others plateau\. The best structure does not always come from the final cycle—the feedback loop enables exploration across cycles, and best\-of\-kkselection captures the strongest result regardless of which cycle produced it\. Structural validity exhibits a U\-shaped trajectory: validity dips in mid\-cycle as the agent explores lower penalties, then recovers by cycle 5 \(best\-of\-5 pooled:99\.5%, GPT\-5\.2:100%\)\. This pattern indicates self\-correcting behavior—the agent first explores aggressively, then learns the structural validity boundary and adjusts accordingly\. The controller ranking is preserved across both noise presets with no rank inversions\.
Figure 9:Energy trajectory extended to five optimization cycles\. GPT\-5\.2 continues to improve through cycles 4–5, demonstrating sustained closed\-loop value when feedback interpretation is consistent\.
### V\-DAblation Study
We decompose the sources of improvement using three ablation dimensions\.
#### V\-D1Closed\-Loop Feedback vs\. Single Cycle
To isolate the value of iterative feedback, we compare cycle\-1 energy \(no feedback\) against the best energy across all 3 cycles \(with feedback\) for each protein\. All nine configurations \(3 models×\\times3 noise levels including noiseless\) show statistically significant improvement \(Wilcoxonp<10−11p<10^\{\-11\}\)\. The magnitude varies by model: GPT\-5\.2 achieves39–43%energy reduction, GPT\-4o11–17%, and Qwen3\.514–24%\(Table[V](https://arxiv.org/html/2607.22549#S5.T5)\)\. Even Qwen3\.5, which shows net energy*increase*at cycle 3 on average \(Table[IV](https://arxiv.org/html/2607.22549#S5.T4)\), still achieves a lower*best*energy across cycles than its cycle\-1 starting point\. The feedback loop enables exploration even when the average trajectory of the model is suboptimal\.
TABLE V:Single cycle vs\. closed\-loop ablation\. C1 Mean = mean VQE final energy at cycle 1; Best Mean = mean of the lowest energy across 3 cycles per protein;Δ\\Delta% = relative reduction\. All 9 model–noise configurations are significant \(Wilcoxonp<10−11p<10^\{\-11\}\)\.
#### V\-D2Effect of Noise Level
Holding the model constant and varying noise, GPT\-5\.2 shows a consistent improvement pattern: 82% of proteins improve under no noise, 87% under small noise, and 89% under large noise\. Counter\-intuitively, noisier conditions produce*higher*improvement rates, likely because noise roughens the energy landscape, creating more room for penalty refinement to steer the optimizer away from poor local minima\. Qwen3\.5 shows the opposite pattern: only 37% improve under no noise, rising to 64% under large noise, where noise\-induced energy fluctuations create a more forgiving optimization landscape\. GPT\-4o falls between, with 45–67% improvement rates\. This suggests that the agent’s feedback strategy interacts with the noise profile: a strong model becomes*more*effective under noise, while a weaker model is partially rescued by it\.
#### V\-D3Penalty Dynamics
Penalty magnitude is the dominant optimization lever\. Across all three models under large noise,penalty\_backis strongly associated with VQE final energy \(R2\>0\.99R^\{2\}\>0\.99\), although part of this relationship is definitional becausepenalty\_backenters the Hamiltonian directly as the coefficient ofHbackH\_\{\\text\{back\}\}\(Eq\. 1\)\. The more informative test is whether*changes*in penalty track*changes*in energy across cycles, which cannot be explained by the Hamiltonian definition alone\. The change in total penalty from cycle 1 to cycle 3 explainsR2=0\.72R^\{2\}=0\.72of the energy improvement for GPT\-5\.2, but onlyR2=0\.41R^\{2\}=0\.41for Qwen3\.5, because the penalty changes of Qwen3\.5 are not consistently directional\. Given this dominance, the agent’s contribution reduces to a directional question: does it decrease penalties when structural constraints are already satisfied? Penalty direction predicts outcome: for every model and noise level, proteins wherepenalty\_backdecreases show energy improvement \(meanΔE=\+0\.34\\Delta E=\+0\.34to\+1\.39\+1\.39\), while proteins where it increases show degradation \(ΔE=−0\.17\\Delta E=\-0\.17to−5\.06\-5\.06\)\. GPT\-5\.2 decreasespenalty\_backin78–89%of cases, yielding82–89%improvement; GPT\-4o decreases in 32–65%, yielding 45–67% improvement; Qwen3\.5 decreases in 36–59%, yielding 37–64% improvement\. This confirms the premise established in Section[III](https://arxiv.org/html/2607.22549#S3): penalty weight choice is the dominant lever in quantum protein optimization\. Beyond magnitude, the agent also produces more balanced penalty distributions: the standard deviation across the three penalty weights is significantly lower than LLM\-only in 10 of 12 experiments, indicating that the feedback loop learns to distribute constraint weights more uniformly\.
### V\-EDiscussion
The experiments demonstrate clear process\-level improvements, including more directed optimization, higher structural validity, and smoother energy landscapes, even though endpoint\-level RMSD gains are not yet distinguishable at the 5\-residue scale\. The ablation shows that penalty magnitude is the dominant control variable, and that the feedback loop is what makes this variable effective\. Because the refinement loop is modular and independent of the quantum backend, the workflow can scale naturally with available hardware\. For 6 to 8 residue fragments, tensor\-network simulation via Qiskit Aer’s matrix product state backend can replace statevector simulation, while for 9\+ residue fragments the same pipeline can run on IBM Quantum hardware backends\[[5](https://arxiv.org/html/2607.22549#bib.bib35),[12](https://arxiv.org/html/2607.22549#bib.bib34)\]by swapping only the VQE execution layer\. The agent loop, metric computation, and structural validation remain unchanged\. From this perspective, the current 5\-residue setting is best understood as a controlled proof of concept rather than a structural limitation of the framework\. An important next step is to extend the agent beyond penalty refinement so that it can also design sequence\-specific quantum circuits and execution settings, such as ansätz choice, circuit depth, entanglement structure, shot allocation, and optimizer configuration\. Such a direction would enable a more adaptive workflow and research opportunities in which both the optimization objective and the quantum strategy are tailored to each unique sequence\.
## VIConclusion
We presented QFoldAgent, a closed\-loop multi\-agent framework that adaptively refines Hamiltonian penalties for quantum\-classical protein structure prediction\. Through a Designer Agent and a Feedback Agent, the framework first proposes sequence\-conditioned penalty settings and then refines them across cycles using structural validation and optimization feedback\. On 55 QDockBank fragments, the framework improves RMSD over the fixed\-parameter baseline for each model individually, with the largest gains on the hardest targets\. Behavioral analysis confirms that these gains arise from directed refinement: E/P improves in 5/6 agent configurations while LLM\-only controls show no trend \(0/6\)\. On 100 unseen sequences, the advantage generalizes: structural validity rises from 87\.5% to 98\.7%, with 87% recovery of initially invalid structures and sustained refinement behavior confirmed through five cycles\.
We release the complete evaluation suite—55 ground\-truth targets, 100 coverage\-optimized unseen sequences, evaluation scripts, and baseline results from three controllers under two noise regimes—as a reusable protocol for comparing future LLM controllers in quantum optimization workflows\.
## References
- \[1\]J\. Abramson, J\. Adler, J\. Dunger,et al\.\(2024\)Accurate structure prediction of biomolecular interactions with AlphaFold 3\.Nature630,pp\. 493–500\.Note:https://doi\.org/10\.1038/s41586\-024\-07487\-wExternal Links:[Document](https://dx.doi.org/10.1038/s41586-024-07487-w)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p1.1)\.
- \[2\]M\. Afane, K\. Laufer, W\. Wei, Y\. Mao, J\. Farooq, Y\. Wang, and J\. Chen\(2026\)Quantum\-audit: evaluating the reasoning limits of llms on quantum computing\.arXiv\.Note:https://doi\.org/10\.48550/arXiv\.2602\.10092External Links:2602\.10092,[Document](https://dx.doi.org/10.48550/arXiv.2602.10092)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p4.1)\.
- \[3\]Y\. Alexeev, M\. H\. Farag, T\. L\. Patti, M\. E\. Wolf, N\. Ares, A\. Aspuru\-Guzik, S\. C\. Benjamin, Z\. Cai, S\. Cao, C\. Chamberland,et al\.\(2025\)Artificial intelligence for quantum computing\.Nature Communications16\(1\),pp\. 10829\.Note:https://doi\.org/10\.1038/s41467\-025\-65836\-3External Links:[Document](https://dx.doi.org/10.1038/s41467-025-65836-3)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p2.1),[§II](https://arxiv.org/html/2607.22549#S2.p4.1),[§III](https://arxiv.org/html/2607.22549#S3.p5.1)\.
- \[4\]S\. Boulebnane, X\. Lucas, A\. Meyder, S\. Adaszewski, and A\. Montanaro\(2023\-07\)Peptide conformational sampling using the Quantum Approximate Optimization Algorithm\.npj Quantum Information9\(1\),pp\. 70\.Note:https://doi\.org/10\.1038/s41534\-023\-00733\-5External Links:ISSN 2056\-6387,[Document](https://dx.doi.org/10.1038/s41534-023-00733-5)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p3.1)\.
- \[5\]J\. Chow, O\. Dial, and J\. Gambetta\(2021\)IBM Quantum breaks the 100\-qubit processor barrier\.Note:IBM Research Bloghttps://www\.ibm\.com/quantum/blog/127\-qubit\-quantum\-processor\-eagleCited by:[§V\-E](https://arxiv.org/html/2607.22549#S5.SS5.p1.1)\.
- \[6\]S\. A\. Dip, D\. Mallick, U\. Acharjee Shuvo, S\. Barua Soumma, F\. Rafsani, B\. Kumar Paul, N\. Ahmed Moumi, S\. Ahmed, and L\. Zhang\(2026\)Large language model agents for biological intelligence across genomics, proteomics, spatial biology, and biomedicine\.Briefings in Bioinformatics27\(2\),pp\. bbag110\.Note:https://doi\.org/10\.1093/bib/bbag110External Links:[Document](https://dx.doi.org/10.1093/bib/bbag110)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1)\.
- \[7\]H\. Doga, B\. Raubenolt, F\. Cumbo, J\. Joshi, F\. P\. DiFilippo, J\. Qin, D\. Blankenberg, and O\. Shehab\(2024\)A perspective on protein structure prediction using quantum computers\.Journal of Chemical Theory and Computation20\(9\),pp\. 3359–3378\.Note:https://doi\.org/10\.1021/acs\.jctc\.4c00067External Links:[Document](https://dx.doi.org/10.1021/acs.jctc.4c00067)Cited by:[§III](https://arxiv.org/html/2607.22549#S3.p2.1),[§III](https://arxiv.org/html/2607.22549#S3.p4.1)\.
- \[8\]M\. Fingerhuth, T\. Babej,et al\.\(2018\)A quantum alternating operator ansatz with hard and soft constraints for lattice protein folding\.arXiv preprint arXiv:1810\.13411\.Note:https://doi\.org/10\.48550/arXiv\.1810\.13411External Links:[Document](https://dx.doi.org/10.48550/arXiv.1810.13411)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p3.1)\.
- \[9\]E\. R\. Henderson, J\. M\. Henderson, J\. Ange, and M\. A\. Thornton\(2025\)Programming quantum computers with large language models\.arXiv\.Note:https://doi\.org/10\.48550/arXiv\.2506\.18125External Links:2506\.18125,[Document](https://dx.doi.org/10.48550/arXiv.2506.18125)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p2.1),[§II](https://arxiv.org/html/2607.22549#S2.p4.1)\.
- \[10\]A\. Irbäck, O\. Knuthson, M\. Meli, and S\. Mohanty\(2022\)Folding lattice proteins with quantum annealing\.Physical Review Research4\(4\),pp\. 043013\.Note:https://doi\.org/10\.1103/PhysRevResearch\.4\.043013External Links:[Document](https://dx.doi.org/10.1103/PhysRevResearch.4.043013)Cited by:[§III](https://arxiv.org/html/2607.22549#S3.p3.1)\.
- \[11\]W\. Kabsch\(1976\)A solution for the best rotation to relate two sets of vectors\.Acta Crystallographica Section A32,pp\. 922–923\.Note:https://doi\.org/10\.1107/S0567739476001873External Links:[Document](https://dx.doi.org/10.1107/S0567739476001873)Cited by:[§V\-B](https://arxiv.org/html/2607.22549#S5.SS2.p1.1)\.
- \[12\]Y\. Kim, A\. Eddins, S\. Anand, K\. X\. Wei, E\. van den Berg, S\. Rosenblatt, H\. Nayfeh, Y\. Wu, M\. Zaletel, K\. Temme, and A\. Kandala\(2023\)Evidence for the utility of quantum computing before fault tolerance\.Nature618\(7965\),pp\. 500–505\.Note:https://doi\.org/10\.1038/s41586\-023\-06096\-3External Links:[Document](https://dx.doi.org/10.1038/s41586-023-06096-3)Cited by:[§V\-E](https://arxiv.org/html/2607.22549#S5.SS5.p1.1)\.
- \[13\]I\. Kufareva and R\. Abagyan\(2012\)Methods of protein structure comparison\.InHomology Modeling: Methods and Protocols,A\. J\. W\. Orry and R\. Abagyan \(Eds\.\),pp\. 231–257\.Note:https://doi\.org/10\.1007/978\-1\-61779\-588\-6\_10External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1007/978-1-61779-588-6%5F10),ISBN 978\-1\-61779\-588\-6Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1)\.
- \[14\]OpenAI Research\(2025\-12\)Introducing gpt\-5\.2\.Note:https://openai\.com/index/introducing\-gpt\-5\-2/Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1),[§V\-A](https://arxiv.org/html/2607.22549#S5.SS1.p1.3)\.
- \[15\]OpenAI\(2024\)GPT\-4o system card\.Note:https://doi\.org/10\.48550/arXiv\.2410\.21276External Links:2410\.21276,[Document](https://dx.doi.org/10.48550/arXiv.2410.21276)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1),[§V\-A](https://arxiv.org/html/2607.22549#S5.SS1.p1.3)\.
- \[16\]D\. Park, H\. Moon, and S\. Ryu\(2026\-01\)A self\-correcting multi\-agent LLM framework for language\-based physics simulation and explanation\.npj Artificial Intelligence2\(1\),pp\. 10\.Note:https://doi\.org/10\.1038/s44387\-025\-00057\-zExternal Links:ISSN 3005\-1460,[Document](https://dx.doi.org/10.1038/s44387-025-00057-z)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p1.1),[§II](https://arxiv.org/html/2607.22549#S2.p5.1)\.
- \[17\]A\. Perdomo\-Ortiz, N\. Dickson, M\. Drew\-Brook, G\. Rose, and A\. Aspuru\-Guzik\(2012\-08\)Finding low\-energy conformations of lattice protein models by quantum annealing\.Scientific Reports2\(1\),pp\. 571\.Note:https://doi\.org/10\.1038/srep00571External Links:ISSN 2045\-2322,[Document](https://dx.doi.org/10.1038/srep00571)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p3.1),[§III](https://arxiv.org/html/2607.22549#S3.p3.1)\.
- \[18\]B\. H\. Perkins\-Jechow, J\. P\. Iglesias Ahualli, H\. T\. Nhu, A\. Omidi, C\. Li, J\. A\. Holguin\-Cruz, D\. Cho, D\. Na, N\. Malhis, J\. M\. Bui, and J\. Gsponer\(2025\-11\)Challenging AlphaFold in predicting proteins with large\-scale allosteric transitions\.Commun\. Chem\.8\(1\),pp\. 378\(en\)\.Note:https://doi\.org/10\.1038/s42004\-025\-01763\-0External Links:[Document](https://dx.doi.org/10.1038/s42004-025-01763-0)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p1.1)\.
- \[19\]M\. J\. D\. Powell\(1994\)A direct search optimization method that models the objective and constraint functions by linear interpolation\.InAdvances in Optimization and Numerical Analysis,S\. Gomez and J\. Hennart \(Eds\.\),pp\. 51–67\.Note:https://doi\.org/10\.1007/978\-94\-015\-8330\-5\_4External Links:[Document](https://dx.doi.org/10.1007/978-94-015-8330-5%5F4),ISBN 978\-94\-015\-8330\-5Cited by:[§IV\-1](https://arxiv.org/html/2607.22549#S4.SSx3.SSS1.p2.4)\.
- \[20\]C\. Qi, W\. Wang, S\. Jiang, Q\. Liu, X\. Song, H\. Fang, and Z\. Wei\(2026\)Artificial intelligence agents for biological research: a survey\.Briefings in Bioinformatics27\(1\),pp\. bbag075\.Note:https://doi\.org/10\.1093/bib/bbag075External Links:[Document](https://dx.doi.org/10.1093/bib/bbag075)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1)\.
- \[21\]Qwen Team\(2026\-02\)Qwen3\.5: towards native multimodal agents\.Note:https://qwen\.ai/blog?id=qwen3\.5Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1),[§V\-A](https://arxiv.org/html/2607.22549#S5.SS1.p1.3)\.
- \[22\]A\. Robert, P\. K\. Barkoutsos, S\. Woerner, and I\. Tavernelli\(2021\)Resource\-efficient quantum algorithm for protein folding\.npj Quantum Information7,pp\. 38\.Note:https://doi\.org/10\.1038/s41534\-021\-00368\-4External Links:[Document](https://dx.doi.org/10.1038/s41534-021-00368-4)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p2.1),[§II](https://arxiv.org/html/2607.22549#S2.p3.1),[§III](https://arxiv.org/html/2607.22549#S3.p2.1),[§III](https://arxiv.org/html/2607.22549#S3.p3.1)\.
- \[23\]A\. Šali and T\. L\. Blundell\(1993\)Comparative protein modelling by satisfaction of spatial restraints\.Journal of Molecular Biology234,pp\. 779–815\.Note:https://doi\.org/10\.1006/jmbi\.1993\.1626External Links:[Document](https://dx.doi.org/10.1006/jmbi.1993.1626)Cited by:[§IV](https://arxiv.org/html/2607.22549#S4.p1.5)\.
- \[24\]V\. Scardino, J\. I\. Di Filippo, and C\. N\. Cavasotto\(2023\-01\)How good are AlphaFold models for docking\-based virtual screening?\.iScience26\(1\),pp\. 105920\(en\)\.Note:https://doi\.org/10\.1016/j\.isci\.2022\.105920External Links:[Document](https://dx.doi.org/10.1016/j.isci.2022.105920)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p1.1)\.
- \[25\]E\. Sultanow, M\. Tehrani, S\. Dutta, W\. J\. Buchanan, and M\. S\. Khan\(2025\)Quantum agents\.arXiv\.Note:https://doi\.org/10\.48550/arXiv\.2506\.01536External Links:2506\.01536,[Document](https://dx.doi.org/10.48550/arXiv.2506.01536)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p2.1)\.
- \[26\]J\. Tilly, H\. Chen, S\. Cao, D\. Picozzi, K\. Setia, Y\. Li, E\. Grant, L\. Wossnig, I\. Rungger, G\. H\. Booth, and J\. Tennyson\(2022\-11\)The variational quantum eigensolver: a review of methods and best practices\.Physics Reports986,pp\. 1–128\.Note:https://doi\.org/10\.1016/j\.physrep\.2022\.08\.003External Links:ISSN 0370\-1573,[Document](https://dx.doi.org/10.1016/j.physrep.2022.08.003)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1)\.
- \[27\]O\. Trott and A\. J\. Olson\(2010\)AutoDock vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization, and multithreading\.Journal of Computational Chemistry31\(2\),pp\. 455–461\.Note:https://doi\.org/10\.1002/jcc\.21334External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1002/jcc.21334),https://onlinelibrary\.wiley\.com/doi/pdf/10\.1002/jcc\.21334Cited by:[§IV\-3](https://arxiv.org/html/2607.22549#S4.SSx3.SSS3.p1.2)\.
- \[28\]F\. Wilcoxon\(1945\)Individual comparisons by ranking methods\.Biometrics Bulletin1\(6\),pp\. 80–83\.Note:https://doi\.org/10\.2307/3001968External Links:ISSN 00994987,[Link](http://www.jstor.org/stable/3001968),[Document](https://dx.doi.org/10.2307/3001968)Cited by:[§V\-A](https://arxiv.org/html/2607.22549#S5.SS1.p5.2)\.
- \[29\]C\. J\. Williams, J\. J\. Headd, N\. W\. Moriarty, M\. G\. Prisant, L\. L\. Videau, L\. N\. Deis, V\. Verma, D\. A\. Keedy, B\. J\. Hintze, V\. B\. Chen, S\. Jain, S\. M\. Lewis, W\. B\. Arendall III, J\. Snoeyink, P\. D\. Adams, S\. C\. Lovell, J\. S\. Richardson, and D\. C\. Richardson\(2018\)MolProbity: more and better reference data for improved all\-atom structure validation\.Protein Science27\(1\),pp\. 293–315\.Note:https://doi\.org/10\.1002/pro\.3330External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1002/pro.3330),https://onlinelibrary\.wiley\.com/doi/pdf/10\.1002/pro\.3330Cited by:[§IV\-3](https://arxiv.org/html/2607.22549#S4.SSx3.SSS3.p1.2)\.
- \[30\]B\. Xu\(2026\)AI agent systems: architectures, applications, and evaluation\.arXiv\.Note:https://doi\.org/10\.48550/arXiv\.2601\.01743External Links:2601\.01743,[Document](https://dx.doi.org/10.48550/arXiv.2601.01743)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p1.1)\.
- \[31\]T\. Xu, D\. Zhang, K\. Mitra, and E\. Hruschka\(2026\)Verification\-aware planning for multi\-agent systems\.InProceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 7528–7546\.Note:https://doi\.org/10\.18653/v1/2026\.eacl\-long\.353External Links:[Document](https://dx.doi.org/10.18653/v1/2026.eacl-long.353)Cited by:[§II](https://arxiv.org/html/2607.22549#S2.p1.1),[§II](https://arxiv.org/html/2607.22549#S2.p5.1)\.
- \[32\]Z\. Yan, Z\. Zhou, Y\. Zhou, Y\. Wang, X\. Qiu, Z\. Y\. Meng, and X\. Zhang\(2023\-09\)Quantum optimization within lattice gauge theory model on a quantum simulator\.npj Quantum Information9\(1\)\.Note:http://dx\.doi\.org/10\.1038/s41534\-023\-00755\-zExternal Links:ISSN 2056\-6387,[Document](https://dx.doi.org/10.1038/s41534-023-00755-z)Cited by:[§III](https://arxiv.org/html/2607.22549#S3.p3.1),[§IV](https://arxiv.org/html/2607.22549#S4.SSx1.p1.1)\.
- \[33\]J\. Zhang, Q\. Cong,et al\.\(2025\)Assessment of protein complex predictions in casp16: are we making progress?\.Proteins: Structure, Function, and Bioinformatics\.Note:https://doi\.org/10\.1002/prot\.70068External Links:[Document](https://dx.doi.org/10.1002/prot.70068)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p1.1)\.
- \[34\]Y\. Zhang, Y\. Yang, C\. Lu, W\. Jiang, F\. Cheng, B\. Fang, and Q\. Guan\(2025\)QDockBank: a dataset for ligand docking on protein fragments predicted on utility\-level quantum computers\.InProceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis,SC ’25,New York, NY, USA,pp\. 746–761\.External Links:ISBN 9798400714665,[Link](https://doi.org/10.1145/3712285.3759799),[Document](https://dx.doi.org/10.1145/3712285.3759799)Cited by:[§I](https://arxiv.org/html/2607.22549#S1.p3.1)\.
- \[35\]L\. Zheng, W\. Chiang, Y\. Sheng, S\. Zhuang, Z\. Wu, Y\. Zhuang, Z\. Lin, Z\. Li, D\. Li, E\. P\. Xing, H\. Zhang, J\. E\. Gonzalez, and I\. Stoica\(2023\)Judging llm\-as\-a\-judge with mt\-bench and chatbot arena\.Note:https://doi\.org/10\.48550/arXiv\.2306\.05685External Links:2306\.05685,[Link](https://arxiv.org/abs/2306.05685),[Document](https://dx.doi.org/10.48550/arXiv.2306.05685)Cited by:[§IV](https://arxiv.org/html/2607.22549#S4.SSx4.p1.1)\.Similar Articles
Co-folding model guided by structural proteomics
Introduces AIMS-Fold, an inference-time guided-diffusion framework that integrates cross-linking mass spectrometry (XL-MS) and hydrogen-deuterium exchange (HDX-MS) data to improve protein co-folding predictions for induced proximity drug targets.
VFEAgent: A Multimodal Agent Framework for End-to-End Automated Finite Element Analysis
This paper proposes VFEAgent, a multi-agent system that automates finite element analysis by integrating vision-language models with a verification-first code synthesis framework, enabling end-to-end simulation from images and problem descriptions.
MALOQ: Massively Accelerated Learning of Operators for Quantum Transport
MALOQ introduces a massively accelerated machine learning model for predicting density functional theory Hamiltonian/density matrices, enabling electronic-structure calculations for systems with up to 100k atoms using an SO(2)-equivariant backbone and scalable graph distribution, achieving over 30% time-per-epoch reduction on the Alps supercomputer.
QuantFPFlow: Quantum Amplitude Estimation for Fokker--Planck Policy Optimisation in Continuous Reinforcement Learning
Introduces QuantFPFlow, a reinforcement learning framework that uses quantum amplitude estimation to achieve a quadratic speedup in estimating the Fokker-Planck partition function for continuous control, improving exploration and avoiding local optima.
A Multi-AI-agent Framework Enabling End-to-end Finite Element Analysis for Solid Mechanics Problems
This paper presents AbaqusAgent, a multi-agent framework using large language models to automate finite element analysis in solid mechanics. It achieves 86% success rate on 50 problems, lowering the barrier for entry-level users and enabling human-simulation interaction.