Pith. sign in

REVIEW 5 major objections 6 minor 2 cited by

MDCrow: Automating Molecular Dynamics Workflows with Large Language Models

T0 review · 5 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This paper claims that a large language model equipped with a curated set of molecular-dynamics tools can automate most routine biomolecular simulation workflows, with gpt-4o completing 72% of a 25-task benchmark and an open-source model…

desk verdict MDCrow is a useful, open-source agentic MD toolkit with a new 25-task benchmark, but its headline accuracy numbers rest on single, hand-scored runs per model-prompt pair. read the letter →

arxiv 2502.09565 v1 pith:GROXPWRK submitted 2025-02-13 cs.AI physics.chem-ph

classification cs.AIphysics.chem-ph
keywords moleculardynamicsLLMagentsReActtooluseworkflowautomationproteinsimulationOpenMMbenchmarkevaluation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that a large language model equipped with a curated set of molecular-dynamics tools can automate most routine biomolecular simulation workflows end to end. On a benchmark of 25 prompts requiring 1 to 10 subtasks, MDCrow with gpt-4o completes 72% of tasks accurately and with llama3-405b 68%, while a gpt-4o baseline given only a Python interpreter reaches 28%. The authors argue that the toolset, not the language model alone, is what makes the difference, and that top models are largely insensitive to whether instructions are natural or explicitly ordered. If correct, this means expert-curated tool environments can turn general LLMs into practical automation for a substantial fraction of standard MD work, including parameter selection, simulation setup, analysis, and literature lookup.

What carries the argument

The carrying object is the MDCrow environment: forty-plus tools grouped into information retrieval (UniProt access and a PaperQA-based literature search), PDB and protein handling (cleaning, downloading, visualization), simulation (OpenMM with PackMol solvation and script output), and analysis (MDTraj-based RMSD, radius of gyration, secondary structure, SASA, PCA, RDF, and plotting). The agent runs a chain-of-thought ReAct loop in which the LLM emits a thought, an action, and action input, the tool emits an observation, and the loop repeats until a final answer. The tools emit informative error messages when simulation parameters are missing, letting the agent repair its own setup. A checkpoint-based chat feature saves each run's files and context so users can resume long simulations and guide the agent outside its predefined toolset.

What would settle it

Run the 25 prompts multiple times per model with the same settings and have independent experts grade each trajectory blindly; if per-model accuracy varies by more than a few points across repetitions, or if accuracy drops sharply when literature searches target an open corpus instead of the curated local PDFs, the central generalization fails. A simpler check is to score MDCrow's outputs automatically against a fixed reference trajectory and compare the result to the reported 72%.

Watch

Extended reading notes

Core claim

The central claim is that MDCrow, a ReAct-style agent with over 40 expert-designed tools, enables frontier LLMs to complete nearly all assessed molecular-dynamics tasks. The paper's headline result is quantitative: 72% of 25 tasks are judged accurate with gpt-4o and 68% with llama3-405b, compared with 28% for a plain LLM with a Python interpreter. The authors also report that the best models maintain 80-90% subtask completion even as task complexity rises and show low variance in performance when prompts are given in either a natural conversational style or an explicitly ordered style. They interpret the results as showing that MDCrow is limited by base-model capability rather than by the tool wrapper, with weaker models hallucinating or omitting steps as task length grows.

Load-bearing premise

The headline accuracy numbers rest on a single manually scored run per prompt, with accuracy defined as the result's consistency with an expected trajectory rather than a fixed reference, so the 72% versus 28% gap could shift if runs were repeated or graded blindly.

Editorial extensions

If this is right

  • MDCrow can offload routine MD tasks such as solvation, equilibration, RMSD/RMSF/SASA analysis, and literature parameter lookup to an automated agent, freeing researchers for design and interpretation.
  • Because the best open-source model, llama3-405b, trails the frontier model by only a few points, reproducible open toolchains can support this automation without proprietary APIs.
  • Task accuracy degrades with complexity for weaker models, so the practical scope of automation depends on base-model capability; stronger models keep near-100% subtask completion up to 10-step prompts.
  • The chat-and-resume design means long simulations can be started, revisited, and guided by a human, which is how the authors show the agent can perform an annealing simulation outside its original toolset.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The toolset's action interface is generic: the same curated-tool pattern could wrap other simulation engines or experimental protocols, and the 25-prompt evaluation could serve as a template benchmark for those domains.
  • Because the literature tool is tested against a corpus chosen for the prompts, the reported accuracy likely upper-bounds what the same agent would achieve searching uncurated literature; an open-search variant is the natural next test.
  • The single-run hand-scoring protocol conflates agent variance with model capability; a repeated-run evaluation with inter-rater agreement statistics would sharpen the 72% estimate.
  • Human-in-the-loop chatting, demonstrated on annealing, suggests the next capability milestone is measuring how much guidance a user must supply per task rather than binary success.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. MDCrow is an LLM-based agent for molecular dynamics workflows. It wraps more than 40 tools for PDB handling, OpenMM simulation setup/execution, MDTraj-based analysis, and information retrieval from UniProt and a local PaperQA literature corpus. The authors evaluate it on 25 self-authored prompts (1-10 required subtasks) with seven LLMs, compare it with a single-query LLM and a ReAct+Python-REPL baseline on gpt-4o, test robustness to natural vs. ordered prompt phrasing on 10 additional prompts, and demonstrate a chat-based annealing simulation outside the toolset. They report 72% task accuracy for gpt-4o, 68% for llama3-405b, and 28% for the baseline, concluding that MDCrow can complete nearly all assessed tasks and is relatively insensitive to instruction precision.

Significance. If the reported numbers were stable, this would be a useful contribution to AI-for-science: it shows that a ReAct agent with expert-curated domain tools can outperform code-writing baselines on routine protein MD tasks, and it provides an open-source toolset and task set for future work. The comparison across seven proprietary and open-weight models is informative, and the inclusion of the Llama 3 405B result is valuable for reproducibility. The main weakness is that the evaluation is currently single-run and hand-scored, with no inter-rater reliability reported, which makes the specific percentages and the 'nearly all' conclusion provisional; the internal benchmark also has several scoring-table inconsistencies. The conceptual direction is sound, but the quantitative claims need strengthening before they can be taken as established.

major comments (5)
  1. [Section 3.1] The headline accuracy figures rest on a single hand-scored run per (model, prompt) pair: the text states that 'each version of MDCrow executed a single run per prompt' and that accuracy is judged by the result's 'consistency with the expected trajectory' rather than a fixed reference. With 25 binary task outcomes, gpt-4o's 72% corresponds to a wide 95% confidence interval (roughly 51-88%), and no inter-rater reliability, scoring rubric, or number of annotators is reported. The abstract's 'low variance' claim is therefore not established, and the conclusion that MDCrow 'is able to perform nearly all of our assessed tasks' is stronger than the data support. The paper should either add repeated runs and an explicit scoring protocol with independent annotators, or substantially temper the headline claims.
  2. [Section 3.2] The robustness experiment uses only one trajectory per (model, prompt, style) condition: 'Each prompt was tested twice' means two total runs, one natural and one ordered. Thus 'relatively insensitive to how precise the instructions are given' is based on one observation per cell. Moreover, the coefficient of variation in Figure 4C is computed across the 10 tasks, not across repeated runs, so a low CV reflects consistency across task complexity rather than low stochastic variance; the abstract's 'low variance' wording conflates these. The claim that prompt style has 'significant effects on smaller models' is also not supported by any significance test reported in Section 3.2.
  3. [Section 3.1, Figure 3A caption] The t-tests and Spearman correlations are not corrected for multiple comparisons. With seven base models, multiple pairwise t-tests are reported (p-values 0.004-0.046), and Spearman p-values are given per model for the accuracy-complexity correlation; p-values near 0.046 or 0.011 would not survive a standard multiple-comparison correction. The qualitative conclusions may survive, but the paper should either apply a correction or explicitly label these as uncorrected exploratory tests.
  4. [Table 1 (SI section C)] The benchmark definition is internally inconsistent in several rows, which matters because the expert scoring is against the listed required subtasks. Prompt 7 asks for 'final secondary structure' but lists SASA (solvent accessible surface area) rather than a secondary-structure analysis; prompt 24 swaps the oxygenated/deoxygenated labels for 1A3N and 6BB5 compared with prompt 14; and prompt 25 asks for pH 5.0 and 8.8 but lists cleaning at pH 5.5 and 8.0. These mismatches should be corrected and the affected scores re-checked, because they can propagate directly into the hand-scored accuracy.
  5. [Section 2.1 and SI section C] The LiteratureSearch tool is tested against a local database 'selected specifically for the test prompts', so the literature subtasks measure retrieval from a known, pre-curated corpus rather than open literature search. This limits the external validity of the information-retrieval results. In addition, the SI reference list is not fully reproducible: it contains 28 entries while the benchmark has 25 prompts, there is no mapping from prompts to the relevant references, entry 27 lacks a DOI, and entry 28 is software documentation unrelated to the prompts. Please provide the exact corpus with DOIs and state clearly that the literature subtasks are closed-corpus retrieval.
minor comments (6)
  1. [Section 2.1 / SI B / Table 1] There are several typos and small errors: 'inpnut arguments' should be 'input arguments'; 'RSCB website' should be 'RCSB website'; 'TO preprocess' should be 'To preprocess'; 'eneRGy' in Table 1 should be 'energy'; and 'Medic al' in the Acknowledgments is a typo.
  2. [Section 3.3 / Conclusion] The Conclusion's statement that 'Simply using an LLM with a python interpreter and required packages installed had a 28% accuracy' does not specify which of the two baselines (single-query LLM or ReAct+REPL) this refers to; please state the exact condition and report both baseline numbers in the Conclusion.
  3. [Section 4] The sentence 'It performs 80% better than gpt-4o in ReAct workflows at completing subtasks' is ambiguous; it should be rephrased as a percentage-point or relative difference and tied explicitly to Figure 5.
  4. [Section 3.4 / Discussion] The annealing simulation is a single anecdotal example, and the Discussion correctly admits that no full evaluation of the chatting feature was performed; the abstract and conclusion should not imply that chat-based extrapolation is a measured capability.
  5. [Conclusion] The claim that MDCrow 'can scale-out to thousands of simultaneous tasks' is not supported by any experiment in the paper; either remove it or qualify it as an architectural capability rather than a demonstrated result.
  6. [Abstract / Section 2.1] The abstract says '40 expert-designed tools' while Section 2.1 says 'over 40'; please align the number and consider listing the complete tool inventory in the SI.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the accuracy claims are empirical measurements, not derived from the benchmark definitions or from self-citations.

full rationale

MDCrow's central claims are empirical: 72% / 68% task accuracy are measured outcomes of running LLM agents with tools against 25 prompts, scored by expert review. There is no fitted parameter that is later called a prediction, no quantity defined in terms of the target quantity, and no uniqueness theorem imported from the authors' prior work to force a choice. The LiteratureSearch tool's corpus is 'selected specifically for the test prompts' (Section 2.1), which is a benchmark-generalization limitation and a source of optimistic bias, but it is not circular: the agent's trajectories and tool calls are not constructed from the scoring rubric, and the base LLMs and OpenMM/MDTraj/PackMol engines are external anchors. The paper's self-citations (PaperQA, ChemCrow, LAB-Bench, Aviary, the authors' review) describe tools and related work; none is used to justify the headline result in place of the executed runs. The single-run-per-prompt protocol and subjective 'expected trajectory' rubric affect statistical reliability and reproducibility, but those are evaluation-quality concerns, not circularity. Under the definition of circularity as a derivation that reduces to its inputs, the paper contains no circular step.

Assumptions & free parameters 1 free parameters · 4 assumptions · 0 invented entities

The central claim rests on the evaluation design rather than on physical postulates. The paper introduces no new physical entities or fitted constants; the load-bearing choices are the hand-defined task rubric, the single-run protocol, and the curated literature database.

free parameters (1)
  • Per-task difficulty label (number of required subtasks) = 1 to 10, assigned per prompt (SI Table 1)
    Hand-authored by the study designers for each of the 25 prompts; these labels determine the 'percent of subtasks completed' metric and the complexity-correlation analysis, so they directly shape the headline results.
assumptions (4)
  • domain assumption Expert hand-scoring of 'accuracy' as consistency with an expected trajectory is consistent and unbiased.
    Section 3.1 defines accuracy this way; the headline 72% and 68% figures depend on this subjective judgment with no inter-rater reliability reported.
  • ad hoc to paper Single runs per (model, prompt) pair are representative of typical agent behavior.
    Section 3.1 states 'each version of MDCrow executed a single run per prompt'; no repeated runs with different seeds or temperatures are reported for the 25-task benchmark.
  • ad hoc to paper The pre-selected local literature database is a valid test of the LiteratureSearch tool.
    Section 2.1 says PaperQA 'accesses a local database of relevant PDFs, selected specifically for the test prompts'; this means literature subtasks are evaluated against a curated corpus, not an open-ended search.
  • domain assumption The 25 authored prompts are representative of real-world MD workflow requests.
    Tasks are routine protein simulations with short runtimes (1 ns), limited to proteins and common force fields; generalizing to ligand binding, long simulations, or non-protein systems is untested.

how reviews work

0 comments
Cite this review

Pith. "Pith review of MDCrow: Automating Molecular Dynamics Workflows with Large Language Models." pith.science (2026). https://pith.science/paper/GROXPWRK

@misc{pith2026250209565,
  author       = {Pith},
  title        = {Pith review of: MDCrow: Automating Molecular Dynamics Workflows with Large Language Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GROXPWRK}},
  note         = {Machine review of arXiv:2502.09565}
}
read the original abstract

Molecular dynamics (MD) simulations are essential for understanding biomolecular systems but remain challenging to automate. Recent advances in large language models (LLM) have demonstrated success in automating complex scientific tasks using LLM-based agents. In this paper, we introduce MDCrow, an agentic LLM assistant capable of automating MD workflows. MDCrow uses chain-of-thought over 40 expert-designed tools for handling and processing files, setting up simulations, analyzing the simulation outputs, and retrieving relevant information from literature and databases. We assess MDCrow's performance across 25 tasks of varying required subtasks and difficulty, and we evaluate the agent's robustness to both difficulty and prompt style. \texttt{gpt-4o} is able to complete complex tasks with low variance, followed closely by \texttt{llama3-405b}, a compelling open-source model. While prompt style does not influence the best models' performance, it has significant effects on smaller models.

Figures

Figures reproduced from arXiv: 2502.09565 by the authors.

Figure 1
Figure 1. A. MDCrow workflow. Starting with a user prompt and initialized with a set of MD tools, MDCrow follows a chain-of-thought process until it completes all tasks in the prompt. The final output includes a response, along with all resulting analyses and files. B. The tool distribution categorized into 4 types: information retrieval, PDB and protein handling, simulation, and analysis. A few examples from each category ar… view at source ↗
Figure 2
Figure 2. Example Chat Example of chat with MDCrow. The user first asks to download PDB files for two systems. Then, once MDCrow has completed this task, the user asks for analysis of the files. Next, the user asks for a quick 10 ps simulation of both files, and MDCrow saves all files for later handling. Lastly, the user asks for plots of RMSD for each simulation over time, and MDCrow responds with each plot. 3 Results 3.1 MD… view at source ↗
Figure 3
Figure 3. MDCrow Performance across Large Language Models. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: A. The number of subtasks in each task, categorized by type. Task 1 begins with a single pre-simulation subtask (Download a PDB file) and each subsequent task adds a single subtask, adding to a total of 10 tasks with a maximum of 10 subtasks. B. Example of ”Natural” an…
Figure 5
Figure 5. Figure 5: Performance across LLM Frameworks using the same 25-prompt set: MDCrow, direct LLM with no tools [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: A. MDCrow simulating annealing. The user directly instructs MDCrow to simulate an annealing simulation of protein 1L2Y. Once the simulation is complete, the user utilizes the chatting feature to ask for further analyses. B. RMSD, RGy, and temperature throughout the sim…
Figure 7
Figure 7. Figure 7: Performance of MDCrow with three Claude models on 10 tasks. As the number of subtasks increase, we [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Automating MD simulations for Proteins using Large language Models: NAMD-Agent

    cs.CL 2025-07 conditional novelty 5.0 of 10

    NAMD-Agent automates NAMD input file generation and simulation via a Gemini 2.0 Flash agent driving CHARMM-GUI with Selenium, succeeding in 5 of 7 test protein systems.

  2. ChemGraph: An Agentic Framework for Computational Chemistry Workflows

    physics.chem-ph 2025-06 conditional novelty 5.0 of 10

    A new LLM-driven framework, ChemGraph, automates molecular simulation workflows and shows that multi-agent task decomposition improves smaller models' accuracy on complex thermochemistry benchmarks.

Reference graph

Works this paper leans on

100 extracted references · 63 canonical work pages · cited by 2 Pith papers

  1. [1]

    Applications of molecular dynamics simulation in protein study

    Siddharth Sinha, Benjamin Tam, and San Ming Wang. Applications of molecular dynamics simulation in protein study. Membranes, 12(9):844, August 2022

  2. [2]

    Molecular dynamics simulations of biomolecules

    Martin Karplus and J Andrew McCammon. Molecular dynamics simulations of biomolecules. nature structural biology, 9(9), 2002

  3. [3]

    Molecular dynamics simulation for all.Neuron, 99(6):1129–1143, 2018

    Scott A Hollingsworth and Ron O Dror. Molecular dynamics simulation for all.Neuron, 99(6):1129–1143, 2018

  4. [4]

    The protein data bank archive

    Sameer Velankar, Stephen K Burley, Genji Kurisu, Jeffrey C Hoch, and John L Markley. The protein data bank archive. Structural Proteomics: High-Throughput Methods, pages 3–21, 2021

  5. [5]

    CHARMM: the biomolecular simulation program

    Bernard R Brooks, Charles L Brooks III, Alexander D Mackerell Jr, Lennart Nilsson, Robert J Petrella, Beno ˆıt Roux, Youngdo Won, Georgios Archontis, Christian Bartels, Stefan Boresch, et al. CHARMM: the biomolecular simulation program. Journal of computational chemistry, 30(10):1545–1614, 2009

  6. [6]

    Force fields for protein simulations

    Jay W Ponder and David A Case. Force fields for protein simulations. Advances in protein chemistry, 66:27–85, 2003

  7. [7]

    Baumgartner and Hongzhou Zhang

    Matthew P. Baumgartner and Hongzhou Zhang. Building admiral, an automated molecular dynamics and analysis platform. ACS Medicinal Chemistry Letters, 11(11):2331–2335, November 2020

  8. [8]

    RadonPy: automated physical prop- erty calculation using all-atom classical molecular dynamics simulations for polymer informatics

    Yoshihiro Hayashi, Junichiro Shiomi, Junko Morikawa, and Ryo Yoshida. RadonPy: automated physical prop- erty calculation using all-atom classical molecular dynamics simulations for polymer informatics. npj Computa- tional Materials, 8(1):222, November 2022

Show all 100 references
  1. [9]

    Gmx qk: An automated protein protein- ligand complex simulation workflow bridged to MM PBSA, based on gromacs and zenity-dependent GUI for beginners in MD simulation study

    Harvinder Singh, Anupam Raja, Ajay Prakash, and Bikash Medhi. Gmx qk: An automated protein protein- ligand complex simulation workflow bridged to MM PBSA, based on gromacs and zenity-dependent GUI for beginners in MD simulation study. Journal of Chemical Information and Modeli...

  2. [10]

    Simulation foundry: Automated and F.A.I.R

    Gudrun Gygli and Juergen Pleiss. Simulation foundry: Automated and F.A.I.R. molecular modeling. Journal of Chemical Information and Modeling, 60(4):1922–1927, April 2020

  3. [11]

    CHAPERONg: A tool for automated GROMACS-based molecular dynamics simu- lations and trajectory analyses

    Abeeb Abiodun Yekeen, Olanrewaju Ayodeji Durojaye, Mukhtar Oluwaseun Idris, Hamdalat Folake Muritala, and Rotimi Olusanya Arise. CHAPERONg: A tool for automated GROMACS-based molecular dynamics simu- lations and trajectory analyses. Computational and Structural Biotechnology J...

  4. [12]

    Eduardo H. B. Maia, Lucas Rolim Medaglia, Alisson Marques Da Silva, and Alex G. Taranto. Molecular archi- tect: A user-friendly workflow for virtual screening. ACS Omega, 5(12):6628–6640, March 2020

  5. [13]

    Giese, and Darrin M

    Abir Ganguly, Hsu-Chun Tsai, Mario Fern ´andez-Pend´as, Tai-Sung Lee, Timothy J. Giese, and Darrin M. York. AMBER drug discovery boost tools: Automated workflow for production free-energy simulation setup and anal- ysis (professa). Journal of Chemical Information and Modeling,...

  6. [14]

    Celso R. C. R ˆego, J ¨org Schaarschmidt, Tobias Schl ¨oder, Montserrat Penaloza-Amion, Saientan Bag, Tobias Neumann, Timo Strunk, and Wolfgang Wenzel. SimStack: An intuitive workflow framework. Frontiers in Materials, 9:877597, May 2022

  7. [15]

    Bhati, James Suter, James Hetherington, Stefan J

    Derek Groen, Agastya P. Bhati, James Suter, James Hetherington, Stefan J. Zasada, and Peter V . Coveney. FabSim: Facilitating computational research through automation on large-scale and distributed e-infrastructures. Computer Physics Communications, 207:375–385, October 2016

  8. [16]

    Cino, and Rafaela Salgado Ferreira

    Luan Carvalho Martins, Elio A. Cino, and Rafaela Salgado Ferreira. PyAutoFEP: An automated free energy perturbation workflow for GROMACS integrating enhanced sampling methods. Journal of Chemical Theory and Computation, 17(7):4262–4273, July 2021

  9. [17]

    Bodnarchuk, Russell Viner, Ian D

    Miroslav Suruzhon, Tharindu Senapathi, Michael S. Bodnarchuk, Russell Viner, Ian D. Wall, Christopher B. Barnett, Kevin J. Naidoo, and Jonathan W. Essex. ProtoCaller: Robust automation of binding free energy calcu- lations. Journal of Chemical Information and Modeling, 60(4):1...

  10. [18]

    EasyAmber: A comprehensive toolbox to auto- mate the molecular dynamics simulation of proteins

    Dmitry Suplatov, Yana Sharapova, and Vytas ˇSvedas. EasyAmber: A comprehensive toolbox to auto- mate the molecular dynamics simulation of proteins. Journal of Bioinformatics and Computational Biology , 18(06):2040011, 2020

  11. [19]

    PACKMOL: A package for building initial configurations for molecular dynamics simulations

    Leandro Mart ´ınez, Ricardo Andrade, Ernesto G Birgin, and Jos ´e Mario Mart ´ınez. PACKMOL: A package for building initial configurations for molecular dynamics simulations. Journal of computational chemistry , 30(13):2157–2164, 2009. 10

  12. [20]

    MDAnalysis: a toolkit for the analysis of molecular dynamics simulations

    Naveen Michaud-Agrawal, Elizabeth J Denning, Thomas B Woolf, and Oliver Beckstein. MDAnalysis: a toolkit for the analysis of molecular dynamics simulations. Journal of computational chemistry , 32(10):2319–2327, 2011

  13. [21]

    McGibbon, Kyle A

    Robert T. McGibbon, Kyle A. Beauchamp, Matthew P. Harrigan, Christoph Klein, Jason M. Swails, Carlos X. Hern´andez, Christian R. Schwantes, Lee-Ping Wang, Thomas J. Lane, and Vijay S. Pande. MDTraj: A modern open library for the analysis of molecular dynamics trajectories.Biop...

  14. [22]

    OpenMM 7: Rapid development of high performance algorithms for molecular dynamics

    Peter Eastman, Jason Swails, John D Chodera, Robert T McGibbon, Yutong Zhao, Kyle A Beauchamp, Lee-Ping Wang, Andrew C Simmonett, Matthew P Harrigan, Chaya D Stern, et al. OpenMM 7: Rapid development of high performance algorithms for molecular dynamics. PLoS computational bio...

  15. [23]

    GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers

    Mark James Abraham, Teemu Murtola, Roland Schulz, Szil ´ard P ´all, Jeremy C Smith, Berk Hess, and Erik Lindahl. GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers. SoftwareX, 1:19–25, 2015

  16. [24]

    A. P. Thompson, H. M. Aktulga, R. Berger, D. S. Bolintineanu, W. M. Brown, P. S. Crozier, P. J. in ’t Veld, A. Kohlmeyer, S. G. Moore, T. D. Nguyen, R. Shan, M. J. Stevens, J. Tranchida, C. Trott, and S. J. Plimpton. LAMMPS - a flexible simulation tool for particle-based mater...

  17. [25]

    MDANSE: An interactive analysis environment for molecular dynamics simulations

    G Goret, B Aoun, and Eric Pellegrini. MDANSE: An interactive analysis environment for molecular dynamics simulations. Journal of chemical information and modeling, 57(1):1–5, 2017

  18. [26]

    QwikMD - gateway for easy simulation with VMD and NAMD

    Jo ˜ao Vieira Ribeiro, Rafael C Bernardi, Till Rudack, Klaus Schulten, and Emad Tajkhorshid. QwikMD - gateway for easy simulation with VMD and NAMD. Biophysical Journal, 114(3):673a–674a, 2018

  19. [27]

    MDWiZ: a platform for the automated translation of molecular dynamics simulations

    Victor H Rusu, Vitor AC Horta, Bruno AC Horta, Roberto D Lins, and Riccardo Baron. MDWiZ: a platform for the automated translation of molecular dynamics simulations. Journal of Molecular Graphics and Modelling , 48:80–86, 2014

  20. [28]

    Bringing molecular dynamics simulation data into view

    Peter W Hildebrand, Alexander S Rose, and Johanna KS Tiemann. Bringing molecular dynamics simulation data into view. Trends in Biochemical Sciences, 44(11):902–913, 2019

  21. [29]

    Xevi Biarn ´es, Fabio Pietrucci, Fabrizio Marinelli, and Alessandro Laio. METAGUI. a VMD interface for analyz- ing metadynamics and molecular dynamics simulations. Computer Physics Communications, 183(1):203–211, 2012

  22. [30]

    VMD: visual molecular dynamics.Journal of molecular graphics, 14(1):33–38, 1996

    William Humphrey, Andrew Dalke, and Klaus Schulten. VMD: visual molecular dynamics.Journal of molecular graphics, 14(1):33–38, 1996

  23. [31]

    Gromita: a fully integrated graphical user interface to gromacs 4

    Diamantis Sellis, Dimitrios Vlachakis, and Metaxia Vlassi. Gromita: a fully integrated graphical user interface to gromacs 4. Bioinformatics and biology insights, 3:BBI–S3207, 2009

  24. [32]

    PlayMolecule ProteinPrepare: a web applica- tion for protein preparation for molecular dynamics simulations

    Gerard Mart ´ınez-Rosell, Toni Giorgino, and Gianni De Fabritiis. PlayMolecule ProteinPrepare: a web applica- tion for protein preparation for molecular dynamics simulations. Journal of chemical information and modeling, 57(7):1511–1516, 2017

  25. [33]

    Toolformer: Language models can teach themselves to use tools.arXiv preprint arXiv:2302.04761, 2023

    Timo Schick, Jane Dwivedi-Yu, Roberto Dess `ı, Roberta Raileanu, Maria Lomeli, Luke Zettlemoyer, Nicola Cancedda, and Thomas Scialom. Toolformer: Language models can teach themselves to use tools.arXiv preprint arXiv:2302.04761, 2023

  26. [34]

    MRKL systems: A modular, neuro-symbolic architecture that combines large language models, external knowledge sources and discrete reasoning

    Ehud Karpas, Omri Abend, Yonatan Belinkov, Barak Lenz, Opher Lieber, Nir Ratner, Yoav Shoham, Hofit Bata, Yoav Levine, Kevin Leyton-Brown, et al. MRKL systems: A modular, neuro-symbolic architecture that combines large language models, external knowledge sources and discrete r...

  27. [35]

    ReAct: Synergizing reasoning and acting in language models

    Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. ReAct: Synergizing reasoning and acting in language models. arXiv preprint arXiv:2210.03629, 2022

  28. [36]

    Aviary: training language agents on challenging scientific tasks

    Siddharth Narayanan, James D Braza, Ryan-Rhys Griffiths, Manu Ponnapati, Albert Bou, Jon Laurent, Ori Kabeli, Geemi Wellawatte, Sam Cox, Samuel G Rodriques, et al. Aviary: training language agents on challenging scientific tasks. arXiv preprint arXiv:2412.21154, 2024

  29. [37]

    BioGPT: generative pre-trained transformer for biomedical text generation and mining

    Renqian Luo, Liai Sun, Yingce Xia, Tao Qin, Sheng Zhang, Hoifung Poon, and Tie-Yan Liu. BioGPT: generative pre-trained transformer for biomedical text generation and mining. Briefings in bioinformatics, 23(6):bbac409, 2022

  30. [38]

    Large language models encode clinical knowledge

    Karan Singhal, Shekoofeh Azizi, Tao Tu, S Sara Mahdavi, Jason Wei, Hyung Won Chung, Nathan Scales, Ajay Tanwani, Heather Cole-Lewis, Stephen Pfohl, et al. Large language models encode clinical knowledge. Nature, 620(7972):172–180, 2023. 11

  31. [39]

    Empowering biomedical discovery with AI agents

    Shanghua Gao, Ada Fang, Yepeng Huang, Valentina Giunchiglia, Ayush Noori, Jonathan Richard Schwarz, Yasha Ektefaie, Jovana Kondic, and Marinka Zitnik. Empowering biomedical discovery with AI agents. Cell, 187:6125–6151, Oct 2024

  32. [40]

    Bran, Sam Cox, Oliver Schilter, Carlo Baldassari, Andrew D White, and Philippe Schwaller

    Andres M. Bran, Sam Cox, Oliver Schilter, Carlo Baldassari, Andrew D White, and Philippe Schwaller. Aug- menting large language models with chemistry tools. Nature Machine Intelligence, pages 1–11, 2024

  33. [41]

    Autonomous chemical research with large language models

    Daniil A Boiko, Robert MacKnight, Ben Kline, and Gabe Gomes. Autonomous chemical research with large language models. Nature, 624(7992):570–578, 2023

  34. [42]

    CACTUS: A computational framework for generating realistic white matter microstructure substrates, 2023

    Juan Luis Villarreal-Haro, Remy Gardier, Erick J Canales-Rodriguez, Elda Fischi Gomez, Gabriel Girard, Jean- Philippe Thiran, and Jonathan Rafael-Patino. CACTUS: A computational framework for generating realistic white matter microstructure substrates, 2023

  35. [43]

    14 examples of how LLMs can transform materials science and chemistry: a reflection on a large language model hackathon

    Kevin Maik Jablonka, Qianxiang Ai, Alexander Al-Feghali, Shruti Badhwar, Joshua D Bocarsly, Andres M Bran, Stefan Bringuier, L Catherine Brinson, Kamal Choudhary, Defne Circi, et al. 14 examples of how LLMs can transform materials science and chemistry: a reflection on a large...

  36. [44]

    Automation and machine learning augmented by large language models in catalysis study

    Yuming Su, Xue Wang, Yuanxiang Ye, Yibo Xie, Yujing Xu, Yibing Jiang, and Cheng Wang. Automation and machine learning augmented by large language models in catalysis study. Chemical Science, 2024

  37. [45]

    LLaMP: Large language model made powerful for high- fidelity materials knowledge retrieval and distillation

    Yuan Chiang, Chia-Hong Chou, and Janosh Riebesell. LLaMP: Large language model made powerful for high- fidelity materials knowledge retrieval and distillation. arXiv preprint arXiv:2401.17244, 2024

  38. [46]

    Large language models for inorganic synthesis predictions

    Seongmin Kim, Yousung Jung, and Joshua Schrier. Large language models for inorganic synthesis predictions. Journal of the American Chemical Society, 2024

  39. [47]

    Harnessing large language model to collect and analyze metal-organic framework property dataset

    Wonseok Lee, Yeonghun Kang, Taeun Bae, and Jihan Kim. Harnessing large language model to collect and analyze metal-organic framework property dataset. arXiv preprint arXiv:2404.13053, 2024

  40. [48]

    Language agents achieve superhuman synthesis of scientific knowledge

    Michael D Skarlinski, Sam Cox, Jon M Laurent, James D Braza, Michaela Hinks, Michael J Hammerling, Manvitha Ponnapati, Samuel G Rodriques, and Andrew D White. Language agents achieve superhuman synthesis of scientific knowledge. arXiv preprint arXiv:2409.13740, 2024

  41. [49]

    Prince, Henry Chan, Aikaterini Vriza, Tao Zhou, Varuni K

    Michael H. Prince, Henry Chan, Aikaterini Vriza, Tao Zhou, Varuni K. Sastry, Matthew T. Dearing, Ross J. Harder, Rama K. Vasudevan, and Mathew J. Cherukara. Opportunities for retrieval and tool augmented large language models in scientific facilities, 2023

  42. [50]

    Bioplanner: Automatic evaluation of llms on protocol planning in biology, 2023

    Odhran O’Donoghue, Aleksandar Shtedritski, John Ginger, Ralph Abboud, Ali Essa Ghareeb, Justin Booth, and Samuel G Rodriques. Bioplanner: Automatic evaluation of llms on protocol planning in biology, 2023

  43. [51]

    Johnson, Di Yin, Mihir Shah, Denny Zhou, Russ Altman, Mengdi Wang, and Le Cong

    Kaixuan Huang, Yuanhao Qu, Henry Cousins, William A. Johnson, Di Yin, Mihir Shah, Denny Zhou, Russ Altman, Mengdi Wang, and Le Cong. CRISPR-GPT: An LLM agent for automated design of gene-editing experiments, 2024

  44. [52]

    Accelerated end-to-end chemical synthesis development with large language models

    Yixiang Ruan, Chenyin Lu, Ning Xu, Jian Zhang, Jun Xuan, Jianzhang Pan, Qun Fang, Hanyu Gao, Xiaodong Shen, Ning Ye, and et al. Accelerated end-to-end chemical synthesis development with large language models. ChemRxiv, 2024

  45. [53]

    ChatMOF: an artificial intelligence system for predicting and generating metal- organic frameworks using large language models

    Yeonghun Kang and Jihan Kim. ChatMOF: an artificial intelligence system for predicting and generating metal- organic frameworks using large language models. Nature Communications, 15(1):4705, June 2024

  46. [54]

    Anywhere: A multi-agent framework for reliable and diverse foreground-conditioned image inpainting, 2024

    Tianyidan Xie, Rui Ma, Qian Wang, Xiaoqian Ye, Feixuan Liu, Ying Tai, Zhenyu Zhang, and Zili Yi. Anywhere: A multi-agent framework for reliable and diverse foreground-conditioned image inpainting, 2024

  47. [55]

    Ghafarollahi and M

    A. Ghafarollahi and M. J. Buehler. ProtAgents: Protein discovery via large language model multi-agent collab- orations combining physics and machine learning, 2024

  48. [56]

    A review of large language models and autonomous agents in chemistry

    Mayk Caldas Ramos, Christopher J Collison, and Andrew D White. A review of large language models and autonomous agents in chemistry. Chemical Science, 2025

  49. [57]

    LangChain, 10 2022

    Harrison Chase. LangChain, 10 2022

  50. [58]

    UniProt: the Universal Protein Knowledgebase in 2023

    The UniProt Consortium. UniProt: the Universal Protein Knowledgebase in 2023. Nucleic Acids Research , 51(D1):D523–D531, 11 2022

  51. [59]

    molrender

    Molstar Developers. molrender. https://github.com/molstar/molrender, 2019. Accessed: 2025-02-10

  52. [60]

    NGLview–interactive molecular graphics for Jupyter note- books

    Hai Nguyen, David A Case, and Alexander S Rose. NGLview–interactive molecular graphics for Jupyter note- books. Bioinformatics, 34(7):1241–1242, 2018. 12

  53. [61]

    Training language models to follow instructions with human feedback

    Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 35:2773...

  54. [62]

    GPT-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. GPT-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  55. [63]

    The Llama 3 herd of models

    Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. The Llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024

  56. [64]

    [Accessed 24-01-2025]

    Fireworks AI, Inc. [Accessed 24-01-2025]

  57. [65]

    https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/ Model_Card_Claude_3_Addendum.pdf

    www-cdn.anthropic.com. https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/ Model_Card_Claude_3_Addendum.pdf. [Accessed 10-01-2025]

  58. [66]

    The Claude 3 model family: Opus, Sonnet, Haiku, Mar 2024

    Anthropic. The Claude 3 model family: Opus, Sonnet, Haiku, Mar 2024

  59. [67]

    OpenAI o1 system card

    Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Alek- sander Madry, Alex Beutel, Alex Carney, et al. OpenAI o1 system card. arXiv preprint arXiv:2412.16720 , 2024

  60. [68]

    GPT-4o system card

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. GPT-4o system card. arXiv preprint arXiv:2410.21276, 2024

  61. [69]

    LAB-Bench: Measuring capa- bilities of language models for biology research

    Jon M Laurent, Joseph D Janizek, Michael Ruzo, Michaela M Hinks, Michael J Hammerling, Siddharth Narayanan, Manvitha Ponnapati, Andrew D White, and Samuel G Rodriques. LAB-Bench: Measuring capa- bilities of language models for biology research. arXiv preprint arXiv:2407.10362, 2024

  62. [70]

    MLLM-Tool: A multimodal large language model for tool agent learning, 2024

    Chenyu Wang, Weixin Luo, Qianyu Chen, Haonan Mai, Jindi Guo, Sixun Dong, Xiaohua, Xuan, Zhengxin Li, Lin Ma, and Shenghua Gao. MLLM-Tool: A multimodal large language model for tool agent learning, 2024

  63. [71]

    AssistGPT: A general multi-modal assistant that can plan, execute, inspect, and learn, 2023

    Difei Gao, Lei Ji, Luowei Zhou, Kevin Qinghong Lin, Joya Chen, Zihan Fan, and Mike Zheng Shou. AssistGPT: A general multi-modal assistant that can plan, execute, inspect, and learn, 2023

  64. [72]

    action": (the action name, it should be the name of a tool),

    Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Fan, and An- ima Anandkumar. V oyager: An open-ended embodied agent with large language models. arXiv preprint arXiv:2305.16291, 2023. 13 Supplemental Information A Claude-Specific Engineering ...

  65. [73]

    The folding space of protein β2-microglobulin is modulated by a single disulfide bridge, 10.1088/ 1478-3975/ac08ec

  66. [74]

    Molecular Dynamics Simulation of the Adsorption of a Fibronectin Module on a Graphite Surface,10.1021/ la0357716

  67. [75]

    Predicting stable binding modes from simulated dimers of the D76N mutant of β2-microglobulin, 10.1016/ j.csbj.2021.09.003

  68. [76]

    Deciphering the Inhibition Mechanism of under Trial Hsp90 Inhibitors and Their Analogues: A Comparative Molecular Dynamics Simulation, 10.1021/acs.jcim.9b01134

  69. [77]

    3389/fbinf.2023.1125479

    Molecular modeling, simulation and docking of Rv1250 protein from Mycobacterium tuberculosis, 10. 3389/fbinf.2023.1125479

  70. [78]

    Molecular Dynamics Simulation of Rap1 Myb-type domain in Saccharomyces cerevisiae, 10.6026/ 97320630008881

  71. [79]

    A Giant Extracellular Matrix Binding Protein of Staphylococcus epidermidis Binds Surface-Immobilized Fibronectin via a Novel Mechanism, 10.1128/mbio.01612-20

  72. [80]

    High Affinity vs. Native Fibronectin in the Modulation of αvβ3 Integrin Conformational Dynamics: Insights from Computational Analyses and Implications for Molecular Design, 10.1371/journal.pcbi.1005334

  73. [81]

    Forced unfolding of fibronectin type 3 modules: an analysis by biased molecular dynamics simulations, 10.1006/jmbi.1999.2670

  74. [82]

    Adsorption of Fibronectin Fragment on Surfaces Using Fully Atomistic Molecular Dynamics Simulations, 10.3390/ijms19113321

  75. [83]

    Fibronectin Unfolding Revisited: Modeling Cell Traction-Mediated Unfolding of the Tenth Type-III Repeat, 10.1371/journal.pone.0002373

  76. [84]

    Tertiary and quaternary structural basis of oxygen affinity in human hemoglobin as revealed by multiscale simulations, 10.1038/s41598-017-11259-0

  77. [85]

    Oxygen Delivery from Red Cells, 10.1016/s0006-3495(85)83890-x

  78. [86]

    Molecular Dynamics Simulations of Hemoglobin A in Different States and Bound to DPG: Effector-Linked Perturbation of Tertiary Conformations and HbA Concerted Dynamics, 10.1529/biophysj.107.114942

  79. [87]

    Theoretical Simulation of Red Cell Sickling Upon Deoxygenation Based on the Physical Chemistry of Sickle Hemoglobin Fiber Formation, 10.1021/acs.jpcb.8b07638

  80. [88]

    Adsorption of Heparin-Binding Fragments of Fibronectin onto Hydrophobic Surfaces, 10.3390/ biophysica3030027

  81. [89]

    Mechanistic insights into the adsorption and bioactivity of fibronectin on surfaces with varying chemistries by a combination of experimental strategies and molecular simulations,10.1016/j.bioactmat.2021.02.021

  82. [90]

    Anti-Inflammatory, Radical Scavenging Mechanism of New 4-Aryl-[1,3]-thiazol-2-yl-2-quinoline Carbohy- drazides and Quinolinyl[1,3]-thiazolo[3,2-b][1,2,4]triazoles, 10.1002/slct.201801398

  83. [91]

    Trypsin-Ligand binding affinities calculated using an effective interaction entropy method under polarized force field, 10.1038/s41598-017-17868-z

  84. [92]

    Ubiquitin: Molecular modeling and simulations, 10.1016/j.jmgm.2013.09.006

  85. [93]

    Valid molecular dynamics simulations of human hemoglobin require a surprisingly large box size,10.7554/ eLife.35560

  86. [94]

    1038/s41598-017-18328-4

    Multiple Cryptic Binding Sites are Necessary for Robust Fibronectin Assembly: An In Silico Study, 10. 1038/s41598-017-18328-4

  87. [95]

    Computer simulations of fibronectin adsorption on hydroxyapatite surfaces, 10.1039/c3ra47381c

  88. [96]

    An Atomistic View on Human Hemoglobin Carbon Monoxide Migration Processes,10.1016/j.bpj.2012. 01.011

  89. [97]

    Best Practices for Foundations in Molecular Simulations [v1.0], 10.33011/livecoms.1.1.5957

  90. [98]

    Unfolding Dynamics of Ubiquitin from Constant Force MD Simulation: Entropy-Enthalpy Interplay Shapes the Free-Energy Landscape, 10.1021/acs.jpcb.8b09318

  91. [99]

    Dissecting Structural Aspects of Protein Stability

  92. [100]

    MACE Release 0.1.0 Documentation 19

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.