File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ suffix MgO
5151pseudo_dir ./
5252orbital_dir ./
5353ecutwfc 100 # Rydberg
54- scf_thr 1e-4 # SCF criterion
54+ scf_thr 1e-6 # SCF criterion
5555basis_type lcao
5656calculation scf # this is the key parameter telling abacus to do a scf calculation
5757```
@@ -139,7 +139,7 @@ INPUT_PARAMETERS
139139suffix MgO
140140pseudo_dir ./
141141ecutwfc 100 # Rydberg
142- scf_thr 1e-4 # SCF criterion
142+ scf_thr 1e-6 # SCF criterion
143143basis_type pw # changes the type of basis set
144144calculation scf # this is the key parameter telling abacus to do a scf calculation
145145```
@@ -203,7 +203,7 @@ nelec 0.0
203203pseudo_dir ./
204204orbital_dir ./
205205ecutwfc 100 # Rydberg
206- scf_thr 1e-4 # SCF criterion
206+ scf_thr 1e-6 # SCF criterion
207207basis_type lcao
208208calculation cell-relax # this is the key parameter telling abacus to do a optimization calculation
209209force_thr_ev 0.01 # the threshold of the force convergence, in unit of eV/Angstrom
@@ -223,7 +223,7 @@ suffix MgO
223223nelec 0.0
224224pseudo_dir ./
225225ecutwfc 100 # Rydberg
226- scf_thr 1e-4 # SCF criterion
226+ scf_thr 1e-6 # SCF criterion
227227basis_type pw
228228calculation cell-relax # this is the key parameter telling abacus to do a optimization calculation
229229force_thr_ev 0.01 # the threshold of the force convergence, in unit of eV/Angstrom
You can’t perform that action at this time.
0 commit comments