Skip to main content

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

Project description

DeePMD-kit logo


DeePMD-kit Manual

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

Table of contents

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.

Highlights in DeePMD-kit v2.0

  • Model compression. Accelerate the efficiency of model inference 4-15 times.
  • New descriptors. Including se_e2_r and se_e3.
  • 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.

Highlighted features

  • interfaced with TensorFlow, one of the most popular deep learning frameworks, making the training process highly automatic and efficient, in addition, Tensorboard can be used to visualize training procedures.
  • interfaced with high-performance classical MD and quantum (path-integral) MD packages, i.e., LAMMPS and i-PI, respectively.
  • 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.

Deep Potential in a nutshell

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.

See our latest paper for details of all features.

Download and install

Please follow our GitHub webpage to download the latest released version and development version.

DeePMD-kit offers multiple installation methods. It is recommended to use easy methods like offline packages, conda and docker.

One may manually install DeePMD-kit by following the instructions on installing the Python interface and installing the C++ interface. The C++ interface is necessary when using DeePMD-kit with LAMMPS, i-PI or GROMACS.

Use DeePMD-kit

A quick start on using DeePMD-kit can be found here.

A full document on options in the training input script is available.

Advanced

Code structure

The code is organized as follows:

  • data/raw: tools manipulating the raw data files.
  • examples: examples.
  • deepmd: DeePMD-kit python modules.
  • source/api_cc: source code of DeePMD-kit C++ API.
  • source/ipi: source code of i-PI client.
  • source/lib: source code of DeePMD-kit library.
  • source/lmp: source code of Lammps module.
  • source/gmx: source code of Gromacs plugin.
  • source/op: TensorFlow op implementation. working with the library.

Troubleshooting

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-2.2.5.tar.gz (720.4 kB view details)

Uploaded Source

Built Distributions

deepmd_kit-2.2.5-py37-none-win_amd64.whl (733.9 kB view details)

Uploaded Python 3.7 Windows x86-64

deepmd_kit-2.2.5-py37-none-manylinux_2_28_x86_64.whl (3.4 MB view details)

Uploaded Python 3.7 manylinux: glibc 2.28+ x86-64

deepmd_kit-2.2.5-py37-none-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded Python 3.7 manylinux: glibc 2.28+ ARM64

deepmd_kit-2.2.5-py37-none-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded Python 3.7 macOS 11.0+ ARM64

deepmd_kit-2.2.5-py37-none-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded Python 3.7 macOS 10.9+ x86-64

File details

Details for the file deepmd_kit-2.2.5.tar.gz.

File metadata

  • Download URL: deepmd_kit-2.2.5.tar.gz
  • Upload date:
  • Size: 720.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for deepmd_kit-2.2.5.tar.gz
Algorithm Hash digest
SHA256 909bc3e25168e6db537c9ed64c311e96370639f5950ca3eb82775e5e290b22ce
MD5 b9e60c7e745d858543b3520e0d98bf1c
BLAKE2b-256 6c91df6a012088b6b7505f10940ad687ba076bb82abc235e168eaad736a94c5d

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.2.5-py37-none-win_amd64.whl.

File metadata

  • Download URL: deepmd_kit-2.2.5-py37-none-win_amd64.whl
  • Upload date:
  • Size: 733.9 kB
  • Tags: Python 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for deepmd_kit-2.2.5-py37-none-win_amd64.whl
Algorithm Hash digest
SHA256 e8086851bef1cd8df3b8b5cb0deecea75e3a46665beb27b9eacb225689311e0d
MD5 00d8d54ffff9565bc54c7e5a28f4a811
BLAKE2b-256 ddff22dcd8938129ea2833b3d74897dbfc2a97d070cd3571143cb3140662e69b

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.2.5-py37-none-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for deepmd_kit-2.2.5-py37-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7519dc94f4032d0fe753f5f0dd2cb779d3662521e9097a1fd3b1f068d717c218
MD5 6aab1feeba0f98f9ddf88f5d68f58e23
BLAKE2b-256 50c8c59695e1b3d645654fccbee5534084980faf622bb2f4971c47ccd38aeace

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.2.5-py37-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for deepmd_kit-2.2.5-py37-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70fe170632c9bfa35452b6d35efe290e156c021dd3d7bc8f97adb75c8d8a9fbf
MD5 352393a319614a17611f359ef406b1c2
BLAKE2b-256 42a89469dcecf6c9dd4966b1a75b6cd2737f291abcf191f768fb1b6f4c86c9c2

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.2.5-py37-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for deepmd_kit-2.2.5-py37-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1c164b15af86bdbebff276f97466e6275c00a684bab35a834d29707fa7de2ba
MD5 ca4891aebf52693272ba755d259b9beb
BLAKE2b-256 46d3b7d819a47f6cf513b576db515b0483c19f3cfa26c1ca19f44d75ee5b1939

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.2.5-py37-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for deepmd_kit-2.2.5-py37-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f7537eebda7b2a100accfbf63d04c6e6a912195d2998767a37eae9760d4abb5
MD5 64dc989f75687ce6acda47f87775970f
BLAKE2b-256 e0176f8307dd0df3159c6d5cc5e6d6a30477566f019e7f3f84a109b557a164e0

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