Skip to main content

A deep learning package for many-body potential energy representation and molecular dynamics

Project description

DeePMD-kit logo


DeePMD-kit

GitHub release offline packages conda-forge pip install docker pull Documentation Status

About DeePMD-kit

DeePMD-kit is a package written in Python/C++, designed to minimize the effort required to build deep learning-based model of interatomic potential energy and force field and to perform molecular dynamics (MD). This brings new hopes to addressing the accuracy-versus-efficiency dilemma in molecular simulations. Applications of DeePMD-kit span from finite molecules to extended systems and from metallic systems to chemically bonded systems.

For more information, check the documentation.

Highlighted features

  • interfaced with multiple backends, including TensorFlow and PyTorch, the most popular deep learning frameworks, making the training process highly automatic and efficient.
  • interfaced with high-performance classical MD and quantum (path-integral) MD packages, including LAMMPS, i-PI, AMBER, CP2K, GROMACS, OpenMM, and ABUCUS.
  • implements the Deep Potential series models, which have been successfully applied to finite and extended systems, including organic molecules, metals, semiconductors, insulators, etc.
  • implements MPI and GPU supports, making it highly efficient for high-performance parallel and distributed computing.
  • highly modularized, easy to adapt to different descriptors for deep learning-based potential energy models.

License and credits

The project DeePMD-kit is licensed under GNU LGPLv3.0. If you use this code in any future publications, please cite the following publications for general purpose:

  • Han Wang, Linfeng Zhang, Jiequn Han, and Weinan E. "DeePMD-kit: A deep learning package for many-body potential energy representation and molecular dynamics." Computer Physics Communications 228 (2018): 178-184. doi:10.1016/j.cpc.2018.03.016 Citations
  • Jinzhe Zeng, Duo Zhang, Denghui Lu, Pinghui Mo, Zeyu Li, Yixiao Chen, Marián Rynik, Li'ang Huang, Ziyao Li, Shaochen Shi, Yingze Wang, Haotian Ye, Ping Tuo, Jiabin Yang, Ye Ding, Yifan Li, Davide Tisi, Qiyu Zeng, Han Bao, Yu Xia, Jiameng Huang, Koki Muraoka, Yibo Wang, Junhan Chang, Fengbo Yuan, Sigbjørn Løland Bore, Chun Cai, Yinnian Lin, Bo Wang, Jiayan Xu, Jia-Xin Zhu, Chenxing Luo, Yuzhi Zhang, Rhys E. A. Goodall, Wenshuo Liang, Anurag Kumar Singh, Sikai Yao, Jingchao Zhang, Renata Wentzcovitch, Jiequn Han, Jie Liu, Weile Jia, Darrin M. York, Weinan E, Roberto Car, Linfeng Zhang, Han Wang. "DeePMD-kit v2: A software package for deep potential models." J. Chem. Phys. 159 (2023): 054801. doi:10.1063/5.0155600 Citations

In addition, please follow the bib file to cite the methods you used.

Highlights in major versions

Initial version

The goal of Deep Potential is to employ deep learning techniques and realize an inter-atomic potential energy model that is general, accurate, computationally efficient and scalable. The key component is to respect the extensive and symmetry-invariant properties of a potential energy model by assigning a local reference frame and a local environment to each atom. Each environment contains a finite number of atoms, whose local coordinates are arranged in a symmetry-preserving way. These local coordinates are then transformed, through a sub-network, to so-called atomic energy. Summing up all the atomic energies gives the potential energy of the system.

The initial proof of concept is in the Deep Potential paper, which employed an approach that was devised to train the neural network model with the potential energy only. With typical ab initio molecular dynamics (AIMD) datasets this is insufficient to reproduce the trajectories. The Deep Potential Molecular Dynamics (DeePMD) model overcomes this limitation. In addition, the learning process in DeePMD improves significantly over the Deep Potential method thanks to the introduction of a flexible family of loss functions. The NN potential constructed in this way reproduces accurately the AIMD trajectories, both classical and quantum (path integral), in extended and finite systems, at a cost that scales linearly with system size and is always several orders of magnitude lower than that of equivalent AIMD simulations.

Although highly efficient, the original Deep Potential model satisfies the extensive and symmetry-invariant properties of a potential energy model at the price of introducing discontinuities in the model. This has negligible influence on a trajectory from canonical sampling but might not be sufficient for calculations of dynamical and mechanical properties. These points motivated us to develop the Deep Potential-Smooth Edition (DeepPot-SE) model, which replaces the non-smooth local frame with a smooth and adaptive embedding network. DeepPot-SE shows great ability in modeling many kinds of systems that are of interest in the fields of physics, chemistry, biology, and materials science.

In addition to building up potential energy models, DeePMD-kit can also be used to build up coarse-grained models. In these models, the quantity that we want to parameterize is the free energy, or the coarse-grained potential, of the coarse-grained particles. See the DeePCG paper for more details.

v1

  • Code refactor to make it highly modularized.
  • GPU support for descriptors.

v2

  • Model compression. Accelerate the efficiency of model inference 4-15 times.
  • New descriptors. Including se_e2_r, se_e3, and se_atten (DPA-1).
  • Hybridization of descriptors. Hybrid descriptor constructed from the concatenation of several descriptors.
  • Atom type embedding. Enable atom-type embedding to decline training complexity and refine performance.
  • Training and inference of the dipole (vector) and polarizability (matrix).
  • Split of training and validation dataset.
  • Optimized training on GPUs, including CUDA and ROCm.
  • Non-von-Neumann.
  • C API to interface with the third-party packages.

See our latest paper for details of all features until v2.2.3.

v3

  • Multiple backends supported. Add a PyTorch backend.
  • The DPA-2 model.

Install and use DeePMD-kit

Please read the online documentation for how to install and use DeePMD-kit.

Code structure

The code is organized as follows:

  • examples: examples.
  • deepmd: DeePMD-kit python modules.
  • source/lib: source code of the core library.
  • source/op: Operator (OP) implementation.
  • source/api_cc: source code of DeePMD-kit C++ API.
  • source/api_c: source code of the C API.
  • source/nodejs: source code of the Node.js API.
  • source/ipi: source code of i-PI client.
  • source/lmp: source code of Lammps module.
  • source/gmx: source code of Gromacs plugin.

Contributing

See DeePMD-kit Contributing Guide to become a contributor! 🤓

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deepmd_kit-3.0.0a0.tar.gz (880.8 kB view details)

Uploaded Source

Built Distributions

deepmd_kit-3.0.0a0-py37-none-win_amd64.whl (1.0 MB view details)

Uploaded Python 3.7 Windows x86-64

deepmd_kit-3.0.0a0-py37-none-manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded Python 3.7 manylinux: glibc 2.28+ x86-64

deepmd_kit-3.0.0a0-py37-none-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded Python 3.7 manylinux: glibc 2.28+ ARM64

deepmd_kit-3.0.0a0-py37-none-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded Python 3.7 macOS 11.0+ ARM64

deepmd_kit-3.0.0a0-py37-none-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded Python 3.7 macOS 10.9+ x86-64

File details

Details for the file deepmd_kit-3.0.0a0.tar.gz.

File metadata

  • Download URL: deepmd_kit-3.0.0a0.tar.gz
  • Upload date:
  • Size: 880.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for deepmd_kit-3.0.0a0.tar.gz
Algorithm Hash digest
SHA256 4210399e7e31507cec072da0a923a813d390df021f543f8f05dcdb83da713ffc
MD5 5bf46d1f42b0e8788640c7007d547ee8
BLAKE2b-256 2fde69a2d9cde0e8aaa26fa84cfcc92bc0cdd9eadac4b6f12bba37bc8c4b18d1

See more details on using hashes here.

File details

Details for the file deepmd_kit-3.0.0a0-py37-none-win_amd64.whl.

File metadata

File hashes

Hashes for deepmd_kit-3.0.0a0-py37-none-win_amd64.whl
Algorithm Hash digest
SHA256 3e36336abb0a12a43f029cb255694b2c394395803ba746b56478da9761a81854
MD5 0d69cc9d6eb98aa07117d05580071762
BLAKE2b-256 ca868cbb3698a968b7768eda9b39dd8992e740cd719d94c26b59747d2fd84c1b

See more details on using hashes here.

File details

Details for the file deepmd_kit-3.0.0a0-py37-none-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for deepmd_kit-3.0.0a0-py37-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7014a28603e60bff2b5a829adc9008ba709e2d389c19fa19a910b0b716ebc564
MD5 b5ee59d4cc7eabe325d09f59b00438f6
BLAKE2b-256 3cf7294ba5edf5ab3c5cd8883595996e774c9277f71482bbeef1677f0e31912d

See more details on using hashes here.

File details

Details for the file deepmd_kit-3.0.0a0-py37-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for deepmd_kit-3.0.0a0-py37-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 141d4c5a4ff18ca984ca81505637f8643010fafee4a793ab49ad2171e1f89550
MD5 aa79f69e97749c741afe507c61e9dcdc
BLAKE2b-256 4b7d88f276003389f9e54a7746d69a9f34f429a0bd75d98b72664562cdae7969

See more details on using hashes here.

File details

Details for the file deepmd_kit-3.0.0a0-py37-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for deepmd_kit-3.0.0a0-py37-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d80425de4e37c0e44bfbd5cc97a3eb84432cb4beb330ab9d6afdfe6a5c5f451
MD5 f1d196ba99c4430925ae281985be583f
BLAKE2b-256 e5b88fc93a699d9b7fa805daedee24f4164a25e123674506734ada7b038755ba

See more details on using hashes here.

File details

Details for the file deepmd_kit-3.0.0a0-py37-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for deepmd_kit-3.0.0a0-py37-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 737a2e1ed12b438dce60090c6eb204a6c82d55c8fc7225d7c1ba8a77a2570c28
MD5 1cbee3468489ee0b18d3e6fafe802fe2
BLAKE2b-256 31daa4e0d85c1a16b01e4fbf216c3bc8a7b467a51441e581f138144984aa966d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page