Skip to content

Commit c179477

Browse files
authored
Docs: update dos example (#2227)
1 parent 65347e7 commit c179477

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/advanced/elec_properties/dos.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ pw_diag_thr 1.0e-7
3333
init_chg file
3434
out_dos 1
3535
dos_sigma 0.07
36-
37-
#Parameters (Smearing)
38-
smearing_method gaussian
39-
smearing_sigma 0.02
40-
4136
```
4237

4338
Some parameters in the INPUT file are explained:

docs/community/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ If you train the DeePKS model with force labels, then the DeePKS model can provi
5252

5353
Run `/usr/bin/time -v mpirun -n 4 abacus`, and locate "Maximum resident set size" in the output log at the end. Please note that this value is the peak memory size of the main MPI process.
5454

55+
**10. Why there are two sigma (smearing_sigma and dos_sigma) in some examples for dos calculation?**
56+
57+
The tag `smearing_sigma` is used for SCF calculation, and does not affect NSCF calculation. The tag `dos_smearing` is only used for plotting density of states, which does affect SCF or NSCF results. So `smearing_sigma` should not be set in dos calculation.
58+
59+
5560
[back to top](#frequently-asked-questions)
5661

5762
## Failed jobs

examples/dos/lcao_Si2/INPUT2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ ecutwfc 50
1313
#Parameters (File)
1414
init_chg file
1515
out_dos 1
16+
dos_sigma 0.07

0 commit comments

Comments
 (0)