|
147 | 147 | - [out\_band](#out_band) |
148 | 148 | - [out\_proj\_band](#out_proj_band) |
149 | 149 | - [out\_stru](#out_stru) |
150 | | - - [out\_bandgap](#out_bandgap) |
151 | 150 | - [out\_level](#out_level) |
152 | 151 | - [out\_alllog](#out_alllog) |
153 | 152 | - [out\_mat\_hs](#out_mat_hs) |
@@ -536,6 +535,7 @@ These variables are used to control general system parameters. |
536 | 535 | - tddft: real-time time-dependent density functional theory (TDDFT) |
537 | 536 | - lj: Leonard Jones potential |
538 | 537 | - dp: DeeP potential, see details in [md.md](../md.md#dpmd) |
| 538 | + - nep: Neuroevolution Potential, see details in [md.md](../md.md#nep) |
539 | 539 | - ks-lr: Kohn-Sham density functional theory + LR-TDDFT (Under Development Feature) |
540 | 540 | - lr: LR-TDDFT with given KS orbitals (Under Development Feature) |
541 | 541 | - **Default**: ksdft |
@@ -1844,14 +1844,6 @@ These variables are used to control the output of properties. |
1844 | 1844 | - **Description**: Whether to output structure files per ionic step in geometry relaxation calculations into `OUT.${suffix}/STRU_ION${istep}_D`, where `${istep}` is the ionic step. |
1845 | 1845 | - **Default**: False |
1846 | 1846 |
|
1847 | | -### out_bandgap |
1848 | | - |
1849 | | -- **Type**: Boolean |
1850 | | -- **Description**: Whether to print the bandgap per electronic iteration into `OUT.${suffix}/running_${calculation}.log`. The value of bandgaps can be obtained by searching for the keyword: |
1851 | | - - [nupdown](#nupdown) > 0: `E_bandgap_up` and `E_bandgap_dw` |
1852 | | - - [nupdown](#nupdown) = 0: `E_bandgap` |
1853 | | -- **Default**: False |
1854 | | - |
1855 | 1847 | ### out_level |
1856 | 1848 |
|
1857 | 1849 | - **Type**: String |
@@ -2319,7 +2311,7 @@ Warning: this function is not robust enough for the current version. Please try |
2319 | 2311 | - 0: Don't include bandgap label |
2320 | 2312 | - 1: Include target bandgap label (see [deepks\_band\_range](#deepks_band_range) for more details) |
2321 | 2313 | - 2: Include multiple bandgap label (see [deepks\_band\_range](#deepks_band_range) for more details) |
2322 | | - - 3: For systems containing H atoms only, HOMO is defined as the max occupation expect H atoms and the bandgap label is the energy between HOMO and (HOMO + 1) |
| 2314 | + - 3: Used for systems containing H atoms. Here HOMO is defined as the max occupation except H atoms and the bandgap label is the energy between HOMO and (HOMO + 1) |
2323 | 2315 | - **Default**: 0 |
2324 | 2316 |
|
2325 | 2317 | ### deepks_band_range |
@@ -3336,7 +3328,7 @@ These variables are used to control molecular dynamics calculations. For more in |
3336 | 3328 | ### pot_file |
3337 | 3329 |
|
3338 | 3330 | - **Type**: String |
3339 | | -- **Description**: The filename of DP potential files, see [md.md](../md.md#dpmd) in detail. |
| 3331 | +- **Description**: The filename of DP/NEP potential files, see [md.md](../md.md#dpmd) in detail. |
3340 | 3332 | - **Default**: graph.pb |
3341 | 3333 |
|
3342 | 3334 | ### dp_rescaling |
|
0 commit comments