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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1234,7 +1234,7 @@ Note: In new angle mixing, you should set `mixing_beta_mag >> mixing_beta`. The
1234
1234
-**Type**: Real
1235
1235
-**Description**: It's the density threshold for electronic iteration. It represents the charge density error between two sequential densities from electronic iterations. Usually for local orbitals, usually 1e-6 may be accurate enough.
1236
1236
-**Default**: 1.0e-9 (plane-wave basis), or 1.0e-7 (localized atomic orbital basis).
1237
-
-**Unit**: Ry (`scf_thr_type=1`), or not exist (`scf_thr_type=2`)
1237
+
-**Unit**: Ry if (`scf_thr_type=1`), **dimensionless** (`scf_thr_type=2`)
Copy file name to clipboardExpand all lines: docs/quick_start/input.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ suffix MgO # the output files will be in OUT.{suffix} director
14
14
pseudo_dir ./ # where the pseudopotential for each element is
15
15
orbital_dir ./ # where the orbital file for each element is
16
16
ecutwfc 100 # in Rydberg
17
-
scf_thr 1e-6 # no unit for LCAO, Rydberg for PW
17
+
scf_thr 1e-6 # dimensionless for LCAO, Rydberg for PW
18
18
basis_type lcao # lcao or pw
19
19
calculation scf # this is the key parameter telling abacus to do a scf calculation
20
20
out_chg 0 # only output binary charge file for restart
@@ -39,7 +39,7 @@ In the above example, the meanings of the parameters are:
39
39
-`pseudo_dir` : the directory where pseudopotential files are provided.
40
40
-`orbital_dir` : the directory where orbital files are provided.
41
41
-`ecutwfc` : the plane-wave energy cutoff for the wave function expansion (UNIT: Rydberg).
42
-
-`scf_thr` : the threshold for the convergence of charge density (UNIT: Rydberg for PW, 1 for LCAO), we recommend `1e-7` for LCAO and `1e-9` for PW basis.
42
+
-`scf_thr` : the threshold for the convergence of charge density (UNIT: Rydberg for PW, dimensionless for LCAO), we recommend `1e-7` for LCAO and `1e-9` for PW basis.
43
43
-`basis_type` : the type of basis set for expanding the electronic wave functions, one can set lcao or pw.
44
44
-`calculation` : the type of calculation to be performed by ABACUS
45
45
-`out_chg` : setting for output the charge density in real space grid, -1 for no output, 0 for binary output, 1 for binary and cube output.
0 commit comments