Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/examples/dos.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Some parameters in the INPUT file are explained:

- out_dos

output density of state(DOS).
output density of state(DOS). The unit of DOS is `(number of states)/(eV * unitcell)`.

- dos_sigma

the gaussian smearing parameter(DOS).
the gaussian smearing parameter(DOS), in unit of eV.

- read_file_dir

Expand All @@ -72,7 +72,7 @@ K_POINTS
Gamma
8 8 8 0 0 0
```
Run the program, and you will see a file named DOS1_smearing.dat in the output directory. The first two columns in the file are the energy and DOS, respectively.Plot file DOS1_smearing.dat with graphing software, and you’ll get the DOS.
Run the program, and you will see a file named DOS1_smearing.dat in the output directory. The first two columns in the file are the energy and DOS, respectively. Plot file DOS1_smearing.dat with graphing software, and you’ll get the DOS.

# PDOS

Expand Down Expand Up @@ -104,6 +104,6 @@ The rest of the fileis arranged in sections, each section with a header such as
</data>

```
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.
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)`.

[back to top](#Density_of_states)
[back to top](#Density_of_states)
2 changes: 1 addition & 1 deletion docs/input-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ This part of variables are used to control the output of properties.
#### out_dos

- **Type**: Integer
- **Description**: Controls whether to output the density of state (DOS). For more information, refer to the [worked example](examples/dos.md).
- **Description**: Controls whether to output the density of state (DOS). The unit of DOS is `(number of states)/(eV * unitcell)`. For more information, refer to the [worked example](examples/dos.md).
- **Default**: 0

#### out_band
Expand Down