You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/band-struc.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ pw_diag_thr 1.0e-7
27
27
#Parameters (File)
28
28
init_chg file
29
29
out_band 1
30
+
out_proj_band 1
30
31
31
32
#Parameters (Smearing)
32
33
smearing_method gaussian
@@ -58,9 +59,9 @@ points.
58
59
Run the program, and you will see a file named BANDS_1.dat in the output directory. Plot it
59
60
to get energy band structure.
60
61
61
-
Along with the BANDS_1.dat file, we also produce the projected band structure in a file called PBAND_1 in xml format.
62
+
If "out_proj_band" set 1, it will also produce the projected band structure in a file called PBAND_1 in xml format.
62
63
63
-
The PDOS file starts with number of atomic orbitals in the system, the text contents of element <bandstructure> is the same as data in the BANDS_1.dat file, such as:
64
+
The PBAND_1 file starts with number of atomic orbitals in the system, the text contents of element <bandstructure> is the same as data in the BANDS_1.dat file, such as:
@@ -723,6 +723,12 @@ This part of variables are used to control the output of properties.
723
723
- **Description**: Controls whether to output the band structure. For mroe information, refer to the [worked example](examples/band-struc.md)
724
724
- **Default**: 0
725
725
726
+
#### out_proj_band
727
+
728
+
- **Type**: Integer
729
+
- **Description**: Controls whether to output the projected band structure. For mroe information, refer to the [worked example](examples/band-struc.md)
0 commit comments