Skip to main content

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

Project description

DeePMD-kit Manual

GitHub release doi:10.1016/j.cpc.2018.03.016 Citations offline packages conda install 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 for 4-15 times.
  • New descriptors. Including se_e2_r and se_e3.
  • Hybridization of descriptors. Hybrid descriptor constructed from concatenation of several descriptors.
  • Atom type embedding. Enable atom type embedding to decline training complexity and refine performance.
  • Training and inference 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 procedure.
  • 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, and insulators, etc.
  • implements MPI and GPU supports, makes 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 this using 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.

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 a 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 being 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 interests 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.

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 recommend using easily methods like offline packages, conda and docker.

One may manually install DeePMD-kit by following the instuctions 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 as follows:

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 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.1.0.tar.gz (8.1 MB view details)

Uploaded Source

Built Distributions

deepmd_kit-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (817.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

deepmd_kit-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (817.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

deepmd_kit-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (817.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

deepmd_kit-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (817.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

deepmd_kit-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (814.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

File details

Details for the file deepmd-kit-2.1.0.tar.gz.

File metadata

  • Download URL: deepmd-kit-2.1.0.tar.gz
  • Upload date:
  • Size: 8.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for deepmd-kit-2.1.0.tar.gz
Algorithm Hash digest
SHA256 886fdc7668b6bfb211ee88bbf7dab67dae93ae88693f561169463eb6114cb527
MD5 193bb39ba4dcbb29f86f5a2c3151d8e4
BLAKE2b-256 4e6bc6d5f4b55f3a7b0e534367c2b44a4869f285c8bfdc65682b4d0d02717487

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: deepmd_kit-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 817.6 kB
  • Tags: CPython 3.10, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for deepmd_kit-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9c225ccedbd39281aafb0daa425996fcf6e72c637fa774e5da5514e25fd3ccaf
MD5 77ed7a90e7e10ad7c7edbebbbf00ce7e
BLAKE2b-256 2091df8795550f004a6e341295beea1779656813460015ca3ece0c57a881e7ee

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: deepmd_kit-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 817.5 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for deepmd_kit-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd4e0b9caff86db1e45b6506c09e6fb75d274e9a3d0b502f64ad3b27b6fa35b4
MD5 0b78c63d30f20d3098ab1089c31012b8
BLAKE2b-256 c16909872871ae8b34918e3538ccccc109ac4cab1421eec4025268617163e502

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: deepmd_kit-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 817.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for deepmd_kit-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cb57b609449003ed2da8df03d1df8b7a69dafb8ff745ce787358720ea80d7d2a
MD5 722f63d3f90fa0ccec9e66e34d195150
BLAKE2b-256 9d21c0208e9b64693537a02977721b1d148b9784455364ef827aada5190eae73

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: deepmd_kit-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 817.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for deepmd_kit-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f9b8188a1e96e9cffb9894d70f693f1050a83ae06ce0ed810112b8e0890c6c3b
MD5 e03153475b8dc42f265d3a86984444ab
BLAKE2b-256 6ea926da6a5ae475bf20117ff2a07e73669e143f5290c46b59b9ed77fbd59b28

See more details on using hashes here.

File details

Details for the file deepmd_kit-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: deepmd_kit-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 814.0 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for deepmd_kit-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 04595d2a51d1b432380d92f2d696b0bb000643e017734d0ec6c42aaa8c9f7a28
MD5 6a8178578afb060de175c477d4b9a9d2
BLAKE2b-256 665cc49ea3e7e80a70ae906349a806ec9ca0879107380466fd87a2b48bd9ad79

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