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
+33-1Lines changed: 33 additions & 1 deletion
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,4 +59,35 @@ 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
-
[back to top](#band-structure)
62
+
If "out_proj_band" set 1, it will also produce the projected band structure in a file called PBAND_1 in xml format.
63
+
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:
@@ -775,6 +775,12 @@ This part of variables are used to control the output of properties.
775
775
- **Description**: Controls whether to output the band structure. For mroe information, refer to the [worked example](examples/band-struc.md)
776
776
- **Default**: 0
777
777
778
+
#### out_proj_band
779
+
780
+
- **Type**: Integer
781
+
- **Description**: Controls whether to output the projected band structure. For mroe information, refer to the [worked example](examples/band-struc.md)
0 commit comments