@@ -86,7 +86,8 @@ A full [document](doc/train/train-input-auto.rst) on options in the training inp
8686 - [ Install GROMACS] ( doc/install/install-gromacs.md )
8787 - [ Building conda packages] ( doc/install/build-conda.md )
8888- [ Data] ( doc/data/index.md )
89- - [ Data conversion] ( doc/data/data-conv.md )
89+ - [ System] ( doc/data/system.md )
90+ - [ Formats of a system] ( doc/data/data-conv.md )
9091 - [ Prepare data with dpdata] ( doc/data/dpdata.md )
9192- [ Model] ( doc/model/index.md )
9293 - [ Overall] ( doc/model/overall.md )
@@ -99,6 +100,7 @@ A full [document](doc/train/train-input-auto.rst) on options in the training inp
99100 - [ Fit ` tensor ` like ` Dipole ` and ` Polarizability ` ] ( doc/model/train-fitting-tensor.md )
100101 - [ Train a Deep Potential model using ` type embedding ` approach] ( doc/model/train-se-e2-a-tebd.md )
101102 - [ Deep potential long-range] ( doc/model/dplr.md )
103+ - [ Deep Potential - Range Correction (DPRc)] ( doc/model/dprc.md )
102104- [ Training] ( doc/train/index.md )
103105 - [ Training a model] ( doc/train/training.md )
104106 - [ Advanced options] ( doc/train/training-advanced.md )
@@ -121,37 +123,31 @@ A full [document](doc/train/train-input-auto.rst) on options in the training inp
121123 - [ LAMMPS commands] ( doc/third-party/lammps-command.md )
122124 - [ Run path-integral MD with i-PI] ( doc/third-party/ipi.md )
123125 - [ Run MD with GROMACS] ( doc/third-party/gromacs.md )
126+ - [ Interfaces out of DeePMD-kit] ( doc/third-party/out-of-deepmd-kit.md )
124127
125128# Code structure
129+
126130The code is organized as follows:
127131
128132* ` data/raw ` : tools manipulating the raw data files.
129-
130133* ` examples ` : examples.
131-
132134* ` deepmd ` : DeePMD-kit python modules.
133-
134135* ` source/api_cc ` : source code of DeePMD-kit C++ API.
135-
136136* ` source/ipi ` : source code of i-PI client.
137-
138137* ` source/lib ` : source code of DeePMD-kit library.
139-
140138* ` source/lmp ` : source code of Lammps module.
141-
142139* ` source/gmx ` : source code of Gromacs plugin.
143-
144140* ` source/op ` : tensorflow op implementation. working with library.
145141
146142
147143# Troubleshooting
148144
149- - [ Model compatibility] ( doc/troubleshooting/model-compatability .md )
145+ - [ Model compatibility] ( doc/troubleshooting/model_compatability .md )
150146- [ Installation] ( doc/troubleshooting/installation.md )
151- - [ The temperature undulates violently during early stages of MD] ( doc/troubleshooting/md-energy-undulation .md )
152- - [ MD: cannot run LAMMPS after installing a new version of DeePMD-kit] ( doc/troubleshooting/md-version-compatibility .md )
153- - [ Do we need to set rcut < half boxsize?] ( doc/troubleshooting/howtoset-rcut .md )
154- - [ How to set sel?] ( doc/troubleshooting/howtoset-sel .md )
147+ - [ The temperature undulates violently during early stages of MD] ( doc/troubleshooting/md_energy_undulation .md )
148+ - [ MD: cannot run LAMMPS after installing a new version of DeePMD-kit] ( doc/troubleshooting/md_version_compatibility .md )
149+ - [ Do we need to set rcut < half boxsize?] ( doc/troubleshooting/howtoset_rcut .md )
150+ - [ How to set sel?] ( doc/troubleshooting/howtoset_sel .md )
155151- [ How to control the number of nodes used by a job?] ( doc/troubleshooting/howtoset_num_nodes.md )
156152- [ How to tune Fitting/embedding-net size?] ( doc/troubleshooting/howtoset_netsize.md )
157153
0 commit comments