@@ -12,45 +12,45 @@ components, this depends on the intended use. The following table lists all
12
12
components and their respective requirements (follow the links for more
13
13
information).
14
14
15
- +---------------------------------+----------------------------+------------------------------------------------------+
16
- | Component | Requirements | Function |
17
- +=================================+============================+======================================================+
18
- | :ref: `libnnp <libnnp >` | C++11 compiler (icpc, g++) | NNP core library (NN, SF, Structure, ...) |
19
- +---------------------------------+----------------------------+------------------------------------------------------+
20
- | libnnpif | libnnp, MPI | Interfaces to other software (LAMMPS, ...) |
21
- +---------------------------------+----------------------------+------------------------------------------------------+
22
- | libnnptrain | libnnp, MPI, GSL, Eigen | Dataset and training routines (Kalman, ...). |
23
- +---------------------------------+----------------------------+------------------------------------------------------+
24
- | :ref: `nnp-convert ` | libnnp | Convert between structure file formats. |
25
- +---------------------------------+----------------------------+------------------------------------------------------+
26
- | nnp-cutoff | libnnp | Test speed of different cutoff functions. |
27
- +---------------------------------+----------------------------+------------------------------------------------------+
28
- | nnp-dist | libnnp | Calculate radial and angular distribution functions. |
29
- +---------------------------------+----------------------------+------------------------------------------------------+
30
- | :ref: `nnp-predict ` | libnnp | Predict energy and forces for one structure. |
31
- +---------------------------------+----------------------------+------------------------------------------------------+
32
- | :ref: `nnp-prune ` | libnnp | Prune symmetry functions. |
33
- +---------------------------------+----------------------------+------------------------------------------------------+
34
- | :ref: `nnp-select ` | libnnp | Select subset from data set. |
35
- +---------------------------------+----------------------------+------------------------------------------------------+
36
- | nnp-symfunc | libnnp | Symmetry function shape from settings file. |
37
- +---------------------------------+----------------------------+------------------------------------------------------+
38
- | nnp-comp2 | libnnptrain | Compare prediction of 2 NNPs for data set. |
39
- +---------------------------------+----------------------------+------------------------------------------------------+
40
- | nnp-dataset | libnnptrain | Calculate energies and forces for a whole data set. |
41
- +---------------------------------+----------------------------+------------------------------------------------------+
42
- | :ref: `nnp-norm ` | libnnptrain | Calculate normalization factors for data set. |
43
- +---------------------------------+----------------------------+------------------------------------------------------+
44
- | :ref: `nnp-scaling ` | libnnptrain | Calculate symmetry function values for data set. |
45
- +---------------------------------+----------------------------+------------------------------------------------------+
46
- | nnp-train | libnnptrain | Train a neural network potential. |
47
- +---------------------------------+----------------------------+------------------------------------------------------+
48
- | :ref: `lammps-nnp <if_lammps >` | libnnpif | Pair style `nnp ` for LAMMPS |
49
- +---------------------------------+----------------------------+------------------------------------------------------+
50
- | pynnp | libnnp, python, cython | Python interface to NNP library. |
51
- +---------------------------------+----------------------------+------------------------------------------------------+
52
- | doc | Sphinx, Doxygen, Exhale | Documentation. |
53
- +---------------------------------+----------------------------+------------------------------------------------------+
15
+ +---------------------------------+------------------------------ +------------------------------------------------------+
16
+ | Component | Requirements | Function |
17
+ +=================================+============================== +======================================================+
18
+ | :ref: `libnnp <libnnp >` | C++11 compiler (icpc, g++) | NNP core library (NN, SF, Structure, ...) |
19
+ +---------------------------------+------------------------------ +------------------------------------------------------+
20
+ | libnnpif | libnnp, MPI | Interfaces to other software (LAMMPS, ...) |
21
+ +---------------------------------+------------------------------ +------------------------------------------------------+
22
+ | libnnptrain | libnnp, MPI, GSL, Eigen 3.3+ | Dataset and training routines (Kalman, ...). |
23
+ +---------------------------------+------------------------------ +------------------------------------------------------+
24
+ | :ref: `nnp-convert ` | libnnp | Convert between structure file formats. |
25
+ +---------------------------------+------------------------------ +------------------------------------------------------+
26
+ | nnp-cutoff | libnnp | Test speed of different cutoff functions. |
27
+ +---------------------------------+------------------------------ +------------------------------------------------------+
28
+ | nnp-dist | libnnp | Calculate radial and angular distribution functions. |
29
+ +---------------------------------+------------------------------ +------------------------------------------------------+
30
+ | :ref: `nnp-predict ` | libnnp | Predict energy and forces for one structure. |
31
+ +---------------------------------+------------------------------ +------------------------------------------------------+
32
+ | :ref: `nnp-prune ` | libnnp | Prune symmetry functions. |
33
+ +---------------------------------+------------------------------ +------------------------------------------------------+
34
+ | :ref: `nnp-select ` | libnnp | Select subset from data set. |
35
+ +---------------------------------+------------------------------ +------------------------------------------------------+
36
+ | nnp-symfunc | libnnp | Symmetry function shape from settings file. |
37
+ +---------------------------------+------------------------------ +------------------------------------------------------+
38
+ | nnp-comp2 | libnnptrain | Compare prediction of 2 NNPs for data set. |
39
+ +---------------------------------+------------------------------ +------------------------------------------------------+
40
+ | nnp-dataset | libnnptrain | Calculate energies and forces for a whole data set. |
41
+ +---------------------------------+------------------------------ +------------------------------------------------------+
42
+ | :ref: `nnp-norm ` | libnnptrain | Calculate normalization factors for data set. |
43
+ +---------------------------------+------------------------------ +------------------------------------------------------+
44
+ | :ref: `nnp-scaling ` | libnnptrain | Calculate symmetry function values for data set. |
45
+ +---------------------------------+------------------------------ +------------------------------------------------------+
46
+ | nnp-train | libnnptrain | Train a neural network potential. |
47
+ +---------------------------------+------------------------------ +------------------------------------------------------+
48
+ | :ref: `lammps-nnp <if_lammps >` | libnnpif | Pair style `nnp ` for LAMMPS |
49
+ +---------------------------------+------------------------------ +------------------------------------------------------+
50
+ | pynnp | libnnp, python, cython | Python interface to NNP library. |
51
+ +---------------------------------+------------------------------ +------------------------------------------------------+
52
+ | doc | Sphinx, Doxygen, Breathe | Documentation. |
53
+ +---------------------------------+------------------------------ +------------------------------------------------------+
54
54
55
55
The master makefile
56
56
-------------------
0 commit comments