index.rst 2.14 KB
Newer Older
zhangqha's avatar
zhangqha committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.. deepmd-kit documentation master file, created by
   sphinx-quickstart on Sat Nov 21 18:36:24 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

==========================
DeePMD-kit's documentation
==========================

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.

.. Important:: The project DeePMD-kit is licensed under `GNU LGPLv3.0 <https://github.com/deepmodeling/deepmd-kit/blob/master/LICENSE>`_. 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.*

.. _getting-started:

.. toctree::
   :maxdepth: 3
   :caption: Getting Started
   
   getting-started/index

.. _advanced:

.. toctree::
   :maxdepth: 3
   :numbered:
   :caption: Advanced

   install/index
   data/index
   model/index
   train/index
   freeze/index
   test/index
   inference/index
   cli
   third-party/index
   nvnmd/index
   troubleshooting/index


.. _tutorial:

.. toctree::
   :maxdepth: 2
   :caption: Tutorial
   :glob:  

   Tutorials <https://tutorials.deepmodeling.com/>
   Publications <https://deepmodeling.com/blog/papers/deepmd-kit/>

.. _developer-guide:

.. toctree::
   :maxdepth: 5
   :caption: Developer Guide
   :glob:

   development/*
   api_py/api_py
   api_op
   API_CC/api_cc
   api_core/api_core


.. _project-details:

.. toctree::
   :maxdepth: 3
   :caption: Project Details

   license
   credits


* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. _feedback: 
.. _affiliated packages: