Introducing Egret-1

by Eli Mann, Corin Wagen, Jonathon Vandezande, Ari Wagen, and Spencer Schneider · Apr 30, 2025

Today, we're releasing Egret-1, a family of open-source NNPs for bioorganic simulation.

Visual abstract showcasing Egret-1's capabilities in bioorganic simulation

Over the past two years of building Rowan, we've probably talked to over a thousand chemists about how they wish they could be using computation. One theme that stands out is that scientists want to be able to trust their results. Historically, there's been no good way to quickly run simulations that weren't largely incorrect—low-cost computational methods have been around forever, but they often behave more like random-number generators than trusted scientific tools.

In theory, neural network potentials (NNPs) can enable fast and accurate chemical simulation, but previous generations of NNPs haven't been as reliable as the legacy quantum-mechanics-based algorithms that chemists are used to—so the simulations are very fast, but chemists still have to double-check the results with quantum chemistry.

Egret-1 changes this. On many relevant benchmarks, our models match or exceed the accuracy of quantum-mechanics-based simulations while running orders-of-magnitude faster. With Egret-1, scientists can quickly get trustworthy results from computation to guide their work.

Training on purpose-built datasets

The Egret-1 family of NNPs comprises three pretrained models built for different use cases:

We've benchmarked the Egret-1 models on a wide variety of common simulation tasks, and found that in many cases they exceed the accuracy of conventional quantum-chemical methods—meaning that Egret-1 is both faster and more accurate than the previous state-of-the-art. (For a full description of our training and benchmarking work, we've published a preprint on arXiv.)

Here's three particularly exciting results—in all cases, lower numbers are better.

Egret-1's performance on the ROT34 rotational constant benchmark

Quantum-mechanical (grey), existing low-cost and NNP (white), and Egret-1 (green) performance on the ROT34 rotational constant benchmark

Egret-1's performance on the Folmsbee conformer-ranking benchmark

Quantum-mechanical (grey), existing low-cost and NNP (white), and Egret-1 (green) performance on the Folmsbee conformer-ranking benchmark

Egret-1's performance on the Wiggle150 strained-conformer benchmark

Quantum-mechanical (grey), existing low-cost and NNP (white), and Egret-1 (green) performance on the Wiggle150 strained-conformer benchmark

Chemical accuracy hundreds of times faster

Even on CPUs, the Egret-1 models are far faster than quantum chemistry. A single energy calculation on the macrocyclic drug rapamycin takes almost 15 minutes with a low-cost quantum-chemical method, while the same calculation takes less than two seconds with Egret-1:

Egret-1 is much faster than DFT at computing the energy of a macrocyclic molecule, rapamycin

For further speed accelerations, the Egret-1 models can also be run on GPUs. On an H100, Egret-1 can optimize an all-atom structure of insulin in less than three minutes:

A small protein, human insulin, optimized with the Egret-1 model

How to use Egret-1

We're releasing the Egret-1 models under an open-source MIT license to make it easy to build atop our work. The compiled models can be downloaded from GitHub, and are compatible with the Atomic Simulation Environment. If you're developing with the Egret-1 models, be sure to join the Rowan Discord server to connect with our team.

You can also use Egret-1 through the Rowan computational-chemistry platform. The Egret-1 models can be used for conformer searches, 1D- and 2D-scans, transition states, and more. Make a Rowan account to start running Egret-1 calculations for free today!

What's next

These models have some limitations. Egret-1 is limited to simulating neutral closed-shell structures, supports only a subset of the periodic table, fails to fully learn complex non-covalent interactions, and cannot yet account for solvent effects. We also expect that real-world testing of Egret-1 will find lots of strange and incorrect behaviors we haven't found yet. We plan to address all these limitations with future generations of models, and continue training, scaling and improving general-purpose models for accurate simulation of molecules and materials.

Banner background image

What to Read Next

Conformer Deduplication, Clustering, and Analytics

Conformer Deduplication, Clustering, and Analytics

deduplicating conformers with PRISM Pruner; Monte-Carlo-based conformer search; uploading conformer ensembles; clustering conformers to improve efficiency; better analytics on output ensembles
Nov 25, 2025 · Corin Wagen, Ari Wagen, and Jonathon Vandezande
The Multiple-Minimum Monte Carlo Method for Conformer Generation

The Multiple-Minimum Monte Carlo Method for Conformer Generation

Guest blog post from Nick Casetti discussing his new multiple-minimum Monte Carlo method for conformer generation.
Nov 24, 2025 · Nick Casetti
Screening Conformer Ensembles with PRISM Pruner

Screening Conformer Ensembles with PRISM Pruner

Guest blog post from Nicolò Tampellini, discussing efficient pruning of conformational ensembles using RMSD and moment of inertia metrics.
Nov 21, 2025 · Nicolò Tampellini
GPU-Accelerated DFT

GPU-Accelerated DFT

the power of modern GPU hardware; GPU4PySCF on Rowan; pricing changes coming in 2026; an interview with Navvye Anand from Bindwell; using Rowan to develop antibacterial PROTACs
Nov 19, 2025 · Jonathon Vandezande, Ari Wagen, Corin Wagen, and Spencer Schneider
Rowan Research Spotlight: Emilia Taylor

Rowan Research Spotlight: Emilia Taylor

Emilia's work on BacPROTACs and how virtual screening through Rowan can help.
Nov 19, 2025 · Corin Wagen
GPU-Accelerated DFT with GPU4PySCF

GPU-Accelerated DFT with GPU4PySCF

A brief history of GPU-accelerated DFT and a performance analysis of GPU4PySCF, Rowan's newest DFT engine.
Nov 19, 2025 · Jonathon Vandezande
A Conversation With Navvye Anand (Bindwell)

A Conversation With Navvye Anand (Bindwell)

Corin interviews Navvye about pesticide discovery, the advantages that ML gives them, and what areas of research he's most excited about.
Nov 18, 2025 · Corin Wagen
Ion Mobility, Batch Docking, Strain, Flow-Matching Conformer Generation, and MSA

Ion Mobility, Batch Docking, Strain, Flow-Matching Conformer Generation, and MSA

a diverse litany of new features: ion-mobility mass spectrometry; high-throughput docking with QVina; a standalone strain workflow; Lyrebird, a new conformer-generation model; and standalone MSAs
Nov 5, 2025 · Corin Wagen, Ari Wagen, Eli Mann, and Spencer Schneider
Using Securely Generated MSAs to Run Boltz-2 and Chai-1

Using Securely Generated MSAs to Run Boltz-2 and Chai-1

Example scripts showing how Boltz-2 and Chai-1 can be run using MSA data from Rowan's MSA workflow.
Nov 5, 2025 · Spencer Schneider and Ari Wagen
Lyrebird: Molecular Conformer Ensemble Generation

Lyrebird: Molecular Conformer Ensemble Generation

Rowan's new flow-matching conformer-generation model, with benchmarks.
Nov 5, 2025 · Eli Mann