Skip to content

Commit c6cde0d

Browse files
authored
docs: fix typo (#1526)
1 parent 550cbbc commit c6cde0d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/advanced/elec_properties/band.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extracting Band Structure
22

3-
ABACUS can calculate the energy band structure, and the exampples can be found in [examples/band](https://github.com/deepmodeling/abacus-develop/tree/develop/examples/band).\
3+
ABACUS can calculate the energy band structure, and the examples can be found in [examples/band](https://github.com/deepmodeling/abacus-develop/tree/develop/examples/band).\
44
Similar to the [DOS case](https://abacus-rtd.readthedocs.io/en/latest/advanced/elec_properties/dos.html), we first, do a ground-state energy calculation ***with one additional keyword "[out_chg](https://abacus-rtd.readthedocs.io/en/latest/advanced/input_files/input-main.html#out-chg)" in the INPUT file***:
55

66
```
@@ -88,4 +88,4 @@ The rest of the files arranged in sections, each section with a header such as b
8888
8989
```
9090

91-
The shape of text contents of element <data> is (Number of k-points, Number of bands)
91+
The shape of text contents of element <data> is (Number of k-points, Number of bands)

docs/advanced/elec_properties/dos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## DOS
44

5-
ABACUS can calculate the density of states (DOS) of the system, and the exampples can be found in [examples/dos](https://github.com/deepmodeling/abacus-develop/tree/develop/examples/dos).\
5+
ABACUS can calculate the density of states (DOS) of the system, and the examples can be found in [examples/dos](https://github.com/deepmodeling/abacus-develop/tree/develop/examples/dos).\
66
We first, do a ground-state energy calculation ***with one additional keyword "[out_chg](https://abacus-rtd.readthedocs.io/en/latest/advanced/input_files/input-main.html#out-chg)" in the INPUT file***:
77

88
```
@@ -118,4 +118,4 @@ The rest of the fileis arranged in sections, each section with a header such as
118118
</data>
119119
120120
```
121-
which tells the atom and symmetry of the current atomic orbital, and followed by the PDOS values. The values can thus be plotted against the energies. The unit of PDOS is also `(number of states)/(eV * unitcell)`.
121+
which tells the atom and symmetry of the current atomic orbital, and followed by the PDOS values. The values can thus be plotted against the energies. The unit of PDOS is also `(number of states)/(eV * unitcell)`.

docs/advanced/input_files/input-main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ This part of variables are used to control the calculation of DOS.
10101010

10111011
- **Type**: Real
10121012
- **Description**: controls the step size in writing DOS (in eV).
1013-
- **Default**: 0.1
1013+
- **Default**: 0.01
10141014

10151015
### dos_sigma
10161016

0 commit comments

Comments
 (0)