Skip to content

CLI toolkit for training and applying DeePMD models

License

Notifications You must be signed in to change notification settings

tysours/DPTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPTools

Deep Potential Tools (DPTools) provides a command-line interface and python library to simplify training and deploying DeePMD-kit machine learning potentials (MLPs), also known as ML force fields. The primary goal of DPTools is to condense workflows for training DP MLPs and running atomistic simulations with LAMMPS on HPC systems into a handful of intuitive CLI commands. It is intended for scientists with knowledge of quantum mechanics-based ab-initio simulation methods who are interested in effortlessly transitioning to ML-based approaches to greatly increase computational throughput. It requires no prior experience with DeePMD-kit or LAMMPS software, only familiarity with the popular Atomic Simulation Environment (ASE) python package is needed.

Main Features

  • Setup deepmd-kit training sets from VASP output or common ASE formats
  • Train ensemble of DP models
  • Generate parity plots to assess accuracy of MLP energy and force predictions
  • Intelligently sample and select new training configurations from DPMD trajectories
  • Easily setup and run different atomistic simulations in LAMMPS:
    • Single point energy calculations
    • Structure geometry optimizations
    • Structure unit cell optimizations
    • Molecular dynamics (NVT and NPT ensembles)
    • Equations of State and bulk moduli calculations
    • Vibratrional/phonon modes using the finite differences approach
    • Other common simulation methods available upon request
  • Supports Slurm job submission on HPC systems
  • Setup and run simulations on thousands of structures with a single command

Documentation

For detailed descriptions on setting up and using DPTools, visit the official documentation.

Quick Install

The current stable version (1.0.1) of DPTools can be installed using pip with the following command:

pip install dpmdtools

To verify that the installation was completed successfully, run the command:

dptools --version

Support

If you are having issues with DPTools, create an issue here. For more assistance, new feature requests, or general inquiries, feel free to contact Ty at tsours@ucdavis.edu.

About

CLI toolkit for training and applying DeePMD models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages