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
@@ -912,49 +908,12 @@ This part of variables are used to control the calculation of DOS.
912
908
913
909
[back to top](#input-file)
914
910
915
-
### Electric field
916
-
This part of variables are used to control the addition of an external electric field. It is achieved by adding a saw-like potential to the local ionic potential.
917
-
918
-
- efield<a id="efield"></a>
919
-
- *Type*: Boolean
920
-
- *Description*: Controls whether to add the external electric field. When set to 1, the electric field is turned on. When set to 0, there is no electric field.
921
-
- *Default*: 0.
922
-
923
-
[back to top](#input-file)
924
-
925
-
- edir<a id="edir"></a>
926
-
- *Type*: Integer
927
-
- *Description*: Tells which reciprocal lattice vector the external electric field aligns with. Allowed values are 1,2, and 3, corresponding to the three reciprocal lattice vectors respectively.
928
-
- *Default*: 1
929
-
930
-
[back to top](#input-file)
931
-
932
-
- emaxpos<a id="emaxpos"></a>
933
-
- *Type*: Real
934
-
- *Description*: Position of the maximum of the saw-like potential along the reciprocal lattice vector specified by edir, 0 < emaxpos < 1.
935
-
- *Default*: 0.5
936
-
937
-
[back to top](#input-file)
938
-
939
-
- eopreg<a id="eopreg"></a>
940
-
- *Type*: Real
941
-
- *Description*: The saw-like potential increases in the region from `(emaxpos+eopreg-1)` to `(emaxpos)`, then decreases to 0 until (emaxpos+eopreg), in units of the crystal vector `edir`. Important: the change of slope of this potential must be located in the empty region, or else unphysical forces will result.
942
-
- *Default*: 0.1
943
-
944
-
[back to top](#input-file)
945
-
946
-
- eamp<a id="eamp"></a>
947
-
- *Type*: Real
948
-
- *Description*: Amplitude of the electric field, in atomic unit: 1 a.u. = 51.4220632*10^10 V/m.
949
-
- *Default*: 0.001
950
-
951
-
[back to top](#input-file)
952
911
953
912
### DeePKS
954
913
This part of variables are used to control the usage of DeePKS method (a comprehensive data-driven approach to improve accuracy of DFT).
955
914
Warning: this function is not robust enough for version 2.2.0. Please try these variables in https://github.com/deepmodeling/abacus-develop/tree/deepks .
956
915
957
-
- out_descriptor<a id="out-descriptor"></a>
916
+
- deepks_out_labels<a id="out-descriptor"></a>
958
917
- *Type*: Boolean
959
918
- *Description*: when set to 1, ABACUS will calculate and output descriptor for DeePKS training. In `LCAO` calculation, a path of *.orb file is needed to be specified under `NUMERICAL_DESCRIPTOR`in `STRU`file. For example:
960
919
```
@@ -968,7 +927,7 @@ Warning: this function is not robust enough for version 2.2.0. Please try these
0 commit comments