|
32 | 32 | - [Density of states](#density-of-states) |
33 | 33 |
|
34 | 34 | [dos_edelta_ev](#dos-edelta-ev) | [dos_sigma](#dos-sigma) | [dos_scale](#dos-scale) |
35 | | - |
36 | | - - [Electric field](#electric-field) |
37 | | - |
38 | | - [efield](#efield) | [edir](#edir) | [emaxpos](#emaxpos) | [eopreg](#eopreg) | [eamp](#eamp) |
39 | 35 |
|
40 | 36 | - [Exact exchange](#exact-exchange) (under tests) |
41 | 37 |
|
@@ -912,43 +908,6 @@ 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). |
|
0 commit comments