Atomate2 is the next-generation workflow library for computational materials science, succeeding Atomate. It is built on top of `jobflow` (instead of FireWorks directly) and Pymatgen. It offers a more modern, flexible, and easier-to-use…
Atomate2 is the next-generation workflow library for computational materials science, succeeding Atomate. It is built on top of `jobflow` (instead of FireWorks directly) and Pymatgen. It offers a more modern, flexible, and easier-to-use API for defining workflows. It supports VASP, CP2K, ForceField (via LAMMPS), and other codes, with a focus on modularity and dynamic workflow generation.
Atomate2 is the next-generation workflow library for computational materials science, succeeding Atomate. It is built on top of jobflow (instead of FireWorks directly) and Pymatgen. It offers a more modern, flexible, and easier-to-use API for defining workflows. It supports VASP, CP2K, ForceField (via LAMMPS), and other codes, with a focus on modularity and dynamic workflow generation.
Scientific domain: Workflow automation, high-throughput materials science
Target user community: VASP/CP2K users, next-gen Materials Project contributors
jobflow, allowing local execution (without a database) or remote execution (via FireWorks).Sources: Atomate2 documentation
job = relax_job(structure)run_locally(job)flow = Flow([job]); flow.submit(lpad)Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED