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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 16 additions & 8 deletions lang/en/docs/tutorials/dft/electronic/spin-magnetic-qe.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ k-path. We can set the desired k-path via the **Important Settings** tab.

![bands.x settings](/images/tutorials/spin-magnetic/spin-bands-x.webp "bands.x settings")

In the final step, we add `bands.x` calculation. We are interested in
processing one type of spin (i.e., up or down) state. We can do that by
specifying `spin_component = 1` for **up** spin, or `spin_component = 2` for
**down** spin. So we add two units, one to process only **up** and another to
process **down** spin only. We update the `filbands` filenames so that the
outputs are written to different files for up/down spins. It is recommended to
give each unit a distinct name, otherwise, some of the generated files might be
overwritten.
In the final step, we add `bands.x` calculation. This step is optional, and
used for further postprocessing of already calculated bandstructure data in the
above steps. We are interested in processing one type of spin (i.e., up or down)
state. We can do that by specifying `spin_component = 1` for **up** spin, or
`spin_component = 2` for **down** spin. So we add two units, one to process only
**up** and another to process **down** spin only. We update the `filbands`
filenames so that the outputs are written to different files for up/down spins.
It is recommended to give each unit a distinct name, otherwise, some of the
generated files might be overwritten.

## 3. Job designer

Expand Down Expand Up @@ -90,6 +91,13 @@ Once the job is completed, the bandstructure plots are shown in the **Results**
tab. All input and output files can be found in the **Files** tab and can be
used for further analysis.

**Updated in platform version 2024.8.22:** Both spin components (if present) are
now shown in the same plot with different colors. Following plot shows the spin
resolved bandstructure of nickel, where blue and orange colors represent up and
down spin components, respectively.

![Spin resolved bandstructure of Ni](/images/tutorials/spin-magnetic/ni-spin-resolved-bandstructure.webp "Spin resolved bandstructure of Ni")


## Step-by-step screenshare video

Expand Down