@@ -50,14 +50,15 @@ k-path. We can set the desired k-path via the **Important Settings** tab.
50
50
51
51
![ bands.x settings] ( /images/tutorials/spin-magnetic/spin-bands-x.webp " bands.x settings ")
52
52
53
- In the final step, we add ` bands.x ` calculation. We are interested in
54
- processing one type of spin (i.e., up or down) state. We can do that by
55
- specifying ` spin_component = 1 ` for ** up** spin, or ` spin_component = 2 ` for
56
- ** down** spin. So we add two units, one to process only ** up** and another to
57
- process ** down** spin only. We update the ` filbands ` filenames so that the
58
- outputs are written to different files for up/down spins. It is recommended to
59
- give each unit a distinct name, otherwise, some of the generated files might be
60
- overwritten.
53
+ In the final step, we add ` bands.x ` calculation. This step is optional, and
54
+ used for further postprocessing of already calculated bandstructure data in the
55
+ above steps. We are interested in processing one type of spin (i.e., up or down)
56
+ state. We can do that by specifying ` spin_component = 1 ` for ** up** spin, or
57
+ ` spin_component = 2 ` for ** down** spin. So we add two units, one to process only
58
+ ** up** and another to process ** down** spin only. We update the ` filbands `
59
+ filenames so that the outputs are written to different files for up/down spins.
60
+ It is recommended to give each unit a distinct name, otherwise, some of the
61
+ generated files might be overwritten.
61
62
62
63
## 3. Job designer
63
64
@@ -90,6 +91,13 @@ Once the job is completed, the bandstructure plots are shown in the **Results**
90
91
tab. All input and output files can be found in the ** Files** tab and can be
91
92
used for further analysis.
92
93
94
+ ** Updated in platform version 2024.8.22:** Both spin components (if present) are
95
+ now shown in the same plot with different colors. Following plot shows the spin
96
+ resolved bandstructure of nickel, where blue and orange colors represent up and
97
+ down spin components, respectively.
98
+
99
+ ![ Spin resolved bandstructure of Ni] ( /images/tutorials/spin-magnetic/ni-spin-resolved-bandstructure.webp " Spin resolved bandstructure of Ni ")
100
+
93
101
94
102
## Step-by-step screenshare video
95
103
0 commit comments