We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce7b05 commit 5288919Copy full SHA for 5288919
docs/quick_start/input.md
@@ -14,7 +14,7 @@ suffix MgO # the output files will be in OUT.{suffix} director
14
pseudo_dir ./ # where the pseudopotential for each element is
15
orbital_dir ./ # where the orbital file for each element is
16
ecutwfc 100 # in Rydberg
17
-scf_thr 1e-6 # dimensionless for LCAO, Rydberg for PW
+scf_thr 1e-6 # dimensionless for LCAO, Rydberg for PW. See documents for details.
18
basis_type lcao # lcao or pw
19
calculation scf # this is the key parameter telling abacus to do a scf calculation
20
out_chg 0 # only output binary charge file for restart
0 commit comments