Rowan’s cover photo
Rowan

Rowan

Software Development

Modern computational tools for chemistry

About us

We’re developing next-generation computational tools to accelerate chemical research and drug discovery.

Website
https://rowansci.com/
Industry
Software Development
Company size
2-10 employees
Type
Public Company

Employees at Rowan

Updates

  • Rowan reposted this

    Some problems (protein folding) are a good fit for simulation, while others (lit review) are good for LLMs—the toughest problems, however, span both categories. Our latest Rowan post examines one such case: NMR-based structure elucidation by AI agents. The forward structure-to-NMR-spectrum problem is well-studied and can be done by DFT or ML models. In contrast, the inverse spectrum-to-structure task is hard and typically done by humans, although recent Anthropic work ("Making Claude a Chemist") showed that Claude is decent: https://lnkd.in/gVG_fc48 We imagined that giving an LLM access to spectrum-prediction tools could give it the ability to check its own work and find the correct answer—to test this, we examined cases where NMR spectra had been misassigned in the literature and evaluated models on their ability to return the correct SMILES string from the experimental 13C NMR shieldings. Broadly, our hypothesis appears correct: GPT-5.6 Sol runs using tools have a higher success rate than baseline runs, with increasing returns to effort. On "xhigh" effort, Sol gets 52% of the cases correct with NMR tools but only 21% correct without tools. External tool calls provide a nice way to follow agents' reasoning. Agents often quickly determine the correct functional groups but require multiple rounds of simulation to figure out relative stereochemistry or connectivity, illustrating why simulation helps. Agents using tools also reason for longer and burn more tokens than regular agents, with correspondingly better performance. One interpretation of this is that simulation tools allow agents to test their hypotheses and reason coherently for longer (the "world model" view). We think that combining design and simulation tools with AI agents is the future of computational chemistry, and we're excited to continue benchmarking + building in this space! Read the full blog post here: https://lnkd.in/gwk5iQ4Q

    • No alternative text description for this image
  • Rowan reposted this

    Thank you to everyone who spent their Saturday with us at Ebolathon, and congratulations to the BuilderBlockers, Michael Rosen, Sai Thatigotla, and Rafal Wiewiora, who took an interesting synthon-aware Thompson Sampling approach to guide compound selection. All submissions have been sent to our co-host, onepot, for synthesis before moving into pseudovirus assay testing. All assay data will be made public. A special thank you to our judges - Andrei Tyrin, Andrii Kyrylchuk, Amy He, and Nina Jovic - for lending their time and expertise. And finally, thank you to our sponsors, Rowan, Boltz, OpenRouter, Modal, and Anyscale for giving participants access to the models and compute needed to explore the challenge, and to PostHog for hosting us in their wonderful space!

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • Rowan reposted this

    We are releasing a completely new double-ended TS-search suite of methods, including FSM, GSM, and CI-NEB with IDPP and geodesic interpolation. Thanks to the speed of NNPs, it is now practical to generate an optimized TS for a 100-atom system in 10 minutes, and then run an IRC to confirm it in even less. Manually placing reactants and products to form a TS is slow, error prone, and takes significant expertise. Most TS-search tools offer only a single method or interpolation and require programming expertise to use well. Worse, most were built for an era where DFT gradients and energies were the norm, and spending a few seconds choosing the next step was inconsequential to the overall time. Thus, we performed a ground-up rewrite of our TS search and IRC code using NumPy and SciPy as the only dependencies. The new geodesic interpolation is incredibly fast and allows periodic and non-periodic systems to be treated on equal footing. The addition of proper minimum-energy path-finding methods in GSM and NEB offers more accurate (though slightly slower) methods of finding the TS than our previous FSM-only search, and can be useful for reactions with highly-curved minimum-energy paths. I'll be presenting on this work at the Gordon Research Conference on “Molecular Discovery and Simulation in the AI Era” in Barcelona this week, if you are there I'd be happy to talk more about it. You can also read more about it in our latest Substack: https://lnkd.in/gTdvUJ46, check out the example calculations: https://lnkd.in/gNuVDipH, or start playing around with it yourself on the Rowan platform (via the GUI or our rowan-python API): rowansci.com

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • Many scientists new to structure-based drug discovery intrinsically grasp how and when to run docking or co-folding, but aren't quite sure what to do once they've found a promising pose. In our latest blog post, "What to Do with a Pose," we provide a quick guide to the various next steps that scientists take here: visual inspection, short MD trajectories, interaction analysis, and more. https://lnkd.in/gmJittni

  • Rowan reposted this

    Rowan's new protein-preparation workflow makes it simple to model proteins even with substantial unresolved regions. Here's 5-HT2A from PDB 9AS8, where only the transmembrane helices are resolved; the workflow preserves the resolved structure while adding the unresolved loops:

    • No alternative text description for this image
  • Rowan's new protein-preparation workflow makes it simple to model proteins even with substantial unresolved regions. Here's 5-HT2A from PDB 9AS8, where only the transmembrane helices are resolved; the workflow preserves the resolved structure while adding the unresolved loops:

    • No alternative text description for this image
  • We're sharing a big set of structure-based drug design improvements today! - We've added a new protein preparation workflow that uses Boltz-2 or PDBFixer to fill in missing residues & atoms, caps chains, offers multiple protonation methods, and outputs MD-ready systems. This allows e.g. running MD/FEP on proteins with large unresolved crystallographic regions, which was very painstaking before. - We've added Gnina as a docking engine. Gnina scores poses with a neural network and outperforms Vina & other docking methods at pose retrieval and binder enrichment on a number of benchmarks. It can also be used for covalent docking, which is handy! - Our co-folding pipeline now supports folding CCD-specified non-canonical residues and nucleotides. These can be specified when using Boltz, Chai, or OpenFold. - We now run MM/GBSA single points on docking, co-folding, and analogue docking poses when requested. MM/GBSA interaction energies can be used filter out unphysical poses + better resolve ligand geometries. - We've added a number of new outputs to our MD workflows to help with analysis including SASA, polar SASA, radius of gyration, RMSF, new trajectory clustering options, MM/GBSA, and hydration-site analysis. Our MD is also twice as fast now thanks to hydrogen-mass repartitioning (>1 µs/day on dasatinib•ABL, e.g.). - Our FEP graph creation can now automatically identify and add “missing” compounds. These synthetic intermediates help break difficult alchemical transformations into multiple easy transformations. - Finally, our FEP workflow now supports iteratively adding and removing ligands without re-running already-computed legs. This enables tighter computational coupling with real-world iterative design cycles. These changes address problems and limitations that we learned about from real-world testing + benchmarking with customers, pilots, and hackathons. We're excited to continue making Rowan's CADD offerings more powerful, easier to use and gain insight from, and faster. Read the full release newsletter here: https://lnkd.in/gf7vNe_c

    • No alternative text description for this image
  • View organization page for Rowan

    3,716 followers

    We've been working on making Rowan's FEP workflow easier to use and more intuitive since launch. Here's a few of the changes we've made: (1) Rowan can now show the atom mapping for each leg, allowing users to double-check if atoms in the two ligands are correctly being assigned. (2) You can now automatically view the overlay of the two ligands, with or without the protein pocket, to check that the poses are properly aligned (and gain insight into why the affinity might change). (3) Each leg shows the windows from the automatic lambda scheduler; for well-behaved legs like this one, the overlap between all adjacent windows is green.(Easy perturbations take fewer lambda windows to reach convergence, while difficult perturbations require more.) (4) The thermodynamic consistency of the output is automatically checked. While perfect RBFE calculations should sum to zero along every close cycle, in practice cycles often have a small non-zero sum. Rowan checks every cycle and automatically highlights it on the RBFE graph. We're continuing to iterate with customers to make Rowan's FEP more powerful and easier to use. If you're interested in fast, accurate, & intuitive FEP calculations to accelerate lead optimization, try Rowan!

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • Rowan reposted this

    Today we are excited to release a bunch of new features and materials-science-focused workflows on Rowan: - Symmetry is now reported for molecules and materials, with structures and orbitals automatically labelled, and a new button in the 3D editor to snap them to the nearest symmetry group. - X-ray diffraction (XRD) patterns are automatically generated in the basic calculation workflow for all periodic species. - Band structures and density of states can be computed with periodic DFT through Quantum ESPRESSO. - Elastic tensors can be computed to determine the stress–strain relations in materials using either periodic DFT or neural network potentials (which are much faster). You can read more on our Substack for the full story: https://lnkd.in/g74pNy9Y or start computing them today on the Rowan platform with a free account: https://lnkd.in/exq6iSpv We have several more materials workflows queued up for this summer, and I'm excited to see how our new materials offerings are used in both industry and academia. If there are materials-specific things you would like to see on our platform, feel free to reach out or comment.

    • Symmetrization of C₆₀
    • Pyridine HOMO orbital
    • Diamond XRD pattern
    • Armchair carbon nanotube band structure
    • Gold elastic tensor
  • Rowan reposted this

    Today Rowan's launching openconf, an open-source package that uses Monte Carlo simulations to generate conformer ensembles for drug-like molecules. openconf is built for speed. With default settings, openconf generates 50–100 conformers for maraviroc in <3 s on my laptop; with "rapid" settings, openconf runs in <100 ms for drug-like fragments (fast enough for large-scale virtual screening). Before openconf, we were continually struggling with accuracy in high-throughput contexts: ETKDG works well for a few conformers but often fails to recapitulate the whole ensemble, while CREST struggles to run quickly enough. This caused issues in pKa, strain, FEP posing, &c and was a constant source of decreased accuracy. openconf combines a lot of known tricks: clever Monte Carlo moves, ETDKG seeds, low-mode searching, adaptive move-probability reweighting, iterative pool deduplication, and early stopping. Switching Rowan workflows to openconf has led to dramatically improved runtimes (>4x for pKa) and increased accuracy in many cases. We put extra care into macrocycles, a notoriously tough case. openconf uses kinematic inverse closure, crankshaft moves, and ring amide flips to generate decent ensembles for cyclic peptides & other macrocycles. Pictured below is a ensemble (lowest 20 conformers shown) generated with default settings on the pan-KRAS inhibitor AMG 401; the run took 12 seconds and generated 177 distinct conformers. openconf is freely available on GitHub under the MIT license, and we want people to use it! Consider trying it out if you're working in this space, and feel free (or even encouraged) to leave an issue or open a PR if you find problems. Here's the link: https://lnkd.in/gddHSj3N You can find many more technical details + updates on our other open-source scientific projects in our latest Rowan newsletter: https://lnkd.in/gXxCat9q Update 6/18/26: a few comments pointed out that the MMFF94 energy rankings are quite bad. This is true! openconf returns a lot of conformers by default, with the intention that you can use your favorite method (NNP, xTB, DFT, etc) to reoptimize + rescore the ensemble. Depending on what you're hoping to do, it can also make sense to cluster the conformers to get a small-but-diverse ensemble; we've written about Rowan's approach to this problem on our newsletter (https://lnkd.in/gN7pH4zj).

    • No alternative text description for this image

Similar pages

Browse jobs