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: docs/advanced/input_files/input-main.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2027,10 +2027,13 @@ Warning: this function is not robust enough for the current version. Please try
2027
2027
2028
2028
### deepks_out_labels
2029
2029
2030
-
-**Type**: Boolean
2030
+
-**Type**: Integer
2031
2031
-**Availability**: numerical atomic orbital basis
2032
-
-**Description**: Print labels and descriptors for DeePKS training in OUT.${suffix}. The names of these files start with "deepks".
2033
-
-**Note**: In `LCAO` calculation, the path of a numerical descriptor (an `orb` file) is needed to be specified under the `NUMERICAL_DESCRIPTOR` tag in the `STRU` file. For example:
2032
+
-**Description**: Print labels and descriptors for DeePKS in OUT.${suffix}. The names of these files start with "deepks".
2033
+
- 0 : No output.
2034
+
- 1 : Output intermediate files needed during DeePKS training.
2035
+
- 2 : Output target labels for label preperation. The label files are named as `deepks_<property>.npy`, where the units and formats are the same as label files `<property>.npy` required for training, except that the first dimension (`nframes`) is excluded. System structrue files are also given in `deepks_atom.npy` and `deepks_box.npy` in the unit of *Bohr*, which means `lattice_constant` should be set to 1 when training.
2036
+
-**Note**: When `deepks_out_labels` equals **1**, the path of a numerical descriptor (an `orb` file) is needed to be specified under the `NUMERICAL_DESCRIPTOR` tag in the `STRU` file. For example:
2034
2037
2035
2038
```text
2036
2039
NUMERICAL_ORBITAL
@@ -2040,8 +2043,8 @@ Warning: this function is not robust enough for the current version. Please try
2040
2043
NUMERICAL_DESCRIPTOR
2041
2044
jle.orb
2042
2045
```
2043
-
2044
-
-**Default**: False
2046
+
This is not needed when `deepks_out_labels` equals 2.
0 commit comments