Search papers, labs, and topics across Lattice.
This paper introduces an agentic workflow designed to modernize legacy Fortran code in the GAMESS quantum chemistry package, converting its two-electron-integral routines from Fortran 77 to Fortran 2008. The workflow employs three specialized agent roles that operate under a version-controlled specification, allowing for safe delegation of tasks while maintaining rigorous verification through a domain-specific oracle. The results demonstrate that the modernization process successfully passes a comprehensive validation battery, achieving bit-for-bit reproduction of canonical energies with zero chemistry-relevant differences across 612 test runs.
An innovative agentic workflow can fully modernize a 48-year-old quantum chemistry codebase without introducing any errors, achieving perfect validation across extensive tests.
Modernizing legacy Fortran is a problem of volume: the transformations are individually routine, but the codebases can be enormous, and across much of computational science the work simply goes undone. We propose an agentic workflow that takes this work on at production scale, and we set out to measure how far such delegation can reach. In this work, three prompt-specialized agent roles operate under a version-controlled specification that the agents themselves authored and revised, while humans hold a small number of gates. The arrangement is kept safe by an exact verification oracle inherited from the domain, and the boundary of safe delegation lies exactly where that oracle stops seeing. We apply the proposed workflow in a case study, converting the two-electron-integral routines of GAMESS (General Atomic and Molecular Electronic Structure System), a mature quantum-chemistry package with a 48-year development history, from fixed-form Fortran 77 to free-form Fortran 2008. The scope of this work was twelve source files, 56,448 lines, and 225 subroutines for computing electron repulsion integrals. The agents ran as three Claude Code roles in isolated worktrees, and the work spanned four Claude model generations. Because the GAMESS group ships a standard test suite whose printed energies its user community treats as canonical, we could adopt bit-for-bit reproduction of those energies as the merge criterion, where a deviation in the twelfth decimal place counts as a failure rather than drift. All twelve source files pass a 51-test validation battery comprising the 49 standard GAMESS tests and two additional calculations, and across 612 test runs the number of chemistry-relevant differences is zero, and every file also passes the Jenkins tests that are used for continuous integration.