Skip to content

Commit 4a111fd

Browse files
set scf_thr 1e-6
1 parent 6678595 commit 4a111fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/quick_start/hands_on.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ suffix MgO
5151
pseudo_dir ./
5252
orbital_dir ./
5353
ecutwfc 100 # Rydberg
54-
scf_thr 1e-4 # SCF criterion
54+
scf_thr 1e-6 # SCF criterion
5555
basis_type lcao
5656
calculation scf # this is the key parameter telling abacus to do a scf calculation
5757
```
@@ -139,7 +139,7 @@ INPUT_PARAMETERS
139139
suffix MgO
140140
pseudo_dir ./
141141
ecutwfc 100 # Rydberg
142-
scf_thr 1e-4 # SCF criterion
142+
scf_thr 1e-6 # SCF criterion
143143
basis_type pw # changes the type of basis set
144144
calculation scf # this is the key parameter telling abacus to do a scf calculation
145145
```
@@ -203,7 +203,7 @@ nelec 0.0
203203
pseudo_dir ./
204204
orbital_dir ./
205205
ecutwfc 100 # Rydberg
206-
scf_thr 1e-4 # SCF criterion
206+
scf_thr 1e-6 # SCF criterion
207207
basis_type lcao
208208
calculation cell-relax # this is the key parameter telling abacus to do a optimization calculation
209209
force_thr_ev 0.01 # the threshold of the force convergence, in unit of eV/Angstrom
@@ -223,7 +223,7 @@ suffix MgO
223223
nelec 0.0
224224
pseudo_dir ./
225225
ecutwfc 100 # Rydberg
226-
scf_thr 1e-4 # SCF criterion
226+
scf_thr 1e-6 # SCF criterion
227227
basis_type pw
228228
calculation cell-relax # this is the key parameter telling abacus to do a optimization calculation
229229
force_thr_ev 0.01 # the threshold of the force convergence, in unit of eV/Angstrom

0 commit comments

Comments
 (0)