diff --git a/docs/examples/dos.md b/docs/examples/dos.md index 465f3090e59..aeaff313e94 100644 --- a/docs/examples/dos.md +++ b/docs/examples/dos.md @@ -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 @@ -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 @@ -104,6 +104,6 @@ The rest of the fileis arranged in sections, each section with a header such as ``` -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) \ No newline at end of file +[back to top](#Density_of_states) diff --git a/docs/input-main.md b/docs/input-main.md index d1b0f328101..167990d0be3 100644 --- a/docs/input-main.md +++ b/docs/input-main.md @@ -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