paper-with-me

Papers

chemtrain-deploy: A parallel and scalable framework for machine learning potentials in million-atom MD simulations

2025-06-04 · Paul Fuchs, Weilong Chen, Stephan Thaler, Julija Zavadlav

Machine learning potentials (MLPs) have advanced rapidly and show great promise to transform molecular dynamics (MD) simulations. However, most existing software tools are tied to specific MLP architectures, lack integration with standard MD packages, or are not parallelizable across GPUs. To address these challenges, we present chemtrain-deploy, a framework that enables model-agnostic deployment of MLPs in LAMMPS. chemtrain-deploy supports any JAX-defined semi-local potential, allowing users to exploit the functionality of LAMMPS and perform large-scale MLP-based MD simulations on multiple GPUs. It achieves state-of-the-art efficiency and scales to systems containing millions of atoms. We validate its performance and scalability using graph neural network architectures, including MACE, Allegro, and PaiNN, applied to a variety of systems, such as liquid-vapor interfaces, crystalline materials, and solvated peptides. Our results highlight the practical utility of chemtrain-deploy for real-world, high-performance simulations and provide guidance for MLP architecture selection and future design.

📄 PDF Abstract BibTeX arXiv:2506.04055

Code (1)

tummfm/chemtrain 공식 구현 jax

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

chemtrain: Learning Deep Potential Models via Automatic Differentiation and Statistical Physics

2024-08-28 · Paul Fuchs, Stephan Thaler, Sebastien Röcken, Julija Zavadlav

Neural Networks (NNs) are effective models for refining the accuracy of molecular dynamics, opening up new fields of application. Typically trained bottom-up, atomistic NN potential models can reach first-principle accur…

Scalable Transformers for Neural Machine Translation

2021-06-04 · Peng Gao, Shijie Geng, Yu Qiao, Xiaogang Wang 외

Transformer has been widely adopted in Neural Machine Translation (NMT) because of its large capacity and parallel training of sequence generation. However, the deployment of Transformer is challenging because different …

Machine TranslationNMTTranslation

Scalable Deployment of AI Time-series Models for IoT

2020-03-24 · Bradley Eck, Francesco Fusco, Robert Gormally, Mark Purcell 외

IBM Research Castor, a cloud-native system for managing and deploying large numbers of AI time-series models in IoT applications, is described. Modelling code templates, in Python and R, following a typical machine-learn…

Cloud ComputingFeature EngineeringTime SeriesTime Series Analysis

Snowball: A Scalable All-to-All Ising Machine with Dual-Mode Markov Chain Monte Carlo Spin Selection and Asynchronous Spin Updates for Fast Combinatorial Optimization

2026-01-28 · Seungki Hong, Kyeongwon Jeong, Taekwang Jang arxiv

Ising machines have emerged as accelerators for combinatorial optimization. To enable practical deployment, this work aims to reduce time-to-solution by addressing three challenges: (1) hardware topology, (2) spin select…

MALib: A Parallel Framework for Population-based Multi-agent Reinforcement Learning

2021-06-05 · Ming Zhou, Ziyu Wan, Hanjing Wang, Muning Wen 외

Population-based multi-agent reinforcement learning (PB-MARL) refers to the series of methods nested with reinforcement learning (RL) algorithms, which produces a self-generated sequence of tasks arising from the coupled…

Atari GamesCPUDistributed ComputingMulti-agent Reinforcement Learning+3