You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nep/input_parameters/save_potential.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ This keyword sets the number of of generations between writing a ``nep.txt`` che
9
9
If ``<format>`` is set to ``0`` the output file name is formatted as ``nep_gen[generation].txt``.
10
10
If ``<format>`` is set to ``1`` the output file name is formatted as ``nep_y[year]_m[month]_d[day]_h[hour]_m[minute]_s[second]_generation[generation].txt``.
11
11
These model files can be used to monitor the training progress of your model.
12
+
Additionally, if ``<save_restart>`` is set to ``1`` the :ref:`nep.restart file <nep_restart>` is also written, following the naming format set by ``<format>``.
12
13
Note that the :ref:`nep.restart file <nep_restart>` is the file that is required to continue training.
0 commit comments