🤖 AI Summary
To address the long development cycles and high computational costs in functional materials discovery, this paper proposes a scalable, AI-driven materials design workflow. Methodologically, it integrates machine learning models, materials databases (e.g., Materials Project), and first-principles calculation interfaces (e.g., VASP, Quantum ESPRESSO), and—uniquely—employs the Parsl task-parallel framework to decouple workflow logic from execution configuration, enabling seamless cross-platform deployment from laptops to HPC systems. Key contributions include: (i) support for thousand-scale concurrent task scheduling; (ii) over 100× acceleration in multi-scale materials screening tasks; and (iii) significantly enhanced synergy between quantum-mechanical calculations and data-driven modeling. The workflow establishes a general-purpose, robust, and reusable technical paradigm for high-throughput materials discovery.
📝 Abstract
exa-AMD is a Python-based application designed to accelerate the discovery and design of functional materials by integrating AI/ML tools, materials databases, and quantum mechanical calculations into scalable, high-performance workflows. The execution model of exa-AMD relies on Parsl, a task-parallel programming library that enables a flexible execution of tasks on any computing resource from laptops to supercomputers. By using Parsl, exa-AMD is able to decouple the workflow logic from execution configuration, thereby empowering researchers to scale their workflows without having to reimplement them for each system.