Skip to content

Commit 36a2a2f

Browse files
committed
SOF-7376: add bandstructure results screenshot + other improvements
1 parent b8c00ff commit 36a2a2f

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

lang/en/docs/tutorials/dft/electronic/soc-qe.md renamed to lang/en/docs/tutorials/dft/electronic/spin-orbit-coupling-qe.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@ Add an execution unit, and select **pw_scf_soc** template, there are few other
4040
SOC templates that you may explore, for example, SOC in conjunction with the
4141
Hubbard U calculation.
4242

43-
![SOC templates](/images/tutorials/soc/soc-flavors.webp "SOC templates")
43+
![SOC templates](/images/tutorials/soc/spin-orbit-coupling-flavors.webp "SOC templates")
4444

4545
### 2.2. PW Bands calculation
4646
Add the next execution unit for PW *bands* calculation. Here we select
4747
**pw_bands_soc** template. The K-path and number of points between the K points
4848
can be specified in the **Important Settings** tab.
4949

5050
### 2.3. Bands.x postprocessing
51-
Finally, we add another unit for postprocessing of our bands data (optional).
51+
Finally, we add another unit for postprocessing of our bands data. This is an
52+
optional step for the post-processing of the bandstructure data.
5253

53-
![Bandstructure with SOC workflow](/images/tutorials/soc/soc-workflow.webp "Bandstructure with SOC workflow")
54+
![Bandstructure with SOC workflow](/images/tutorials/soc/spin-orbit-coupling-workflow.webp "Bandstructure with SOC workflow")
5455

5556

5657
## 3. Job designer
@@ -89,6 +90,12 @@ files are available under the **Files** tab. One may use Jupyter notebook
8990
session in our platform, or download the files to the local computer for further
9091
analysis.
9192

93+
![Spin-orbit coupling results](/images/tutorials/soc/spin-orbit-coupling-results.webp "Spin-orbit coupling results")
94+
95+
Note that above bandstructure plot in the result tab is obtained using coarse
96+
convergence criterion. We need more stringent convergence parameters to see the
97+
topological Dirac states clearly.
98+
9299

93100
## Step-by-step screenshare video
94101

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extra_javascript:
2727
copyright: <a target="_blank" href="https://mat3ra.com">Exabyte Inc</a>. All rights reserved. | <a target="_blank" href="https://platform.mat3ra.com">Back to platform</a>
2828

2929
extra:
30-
version: "2024.5.16"
30+
version: "2024.8.22"
3131
preload_javascript:
3232
- /extra/js/preload_hotjar.js
3333
- /extra/js/preload.js
@@ -151,7 +151,7 @@ nav:
151151
- Valence Band Offset: tutorials/dft/electronic/valence-band-offset.md
152152
- Hubbard U (QE): tutorials/dft/electronic/hubbard.md
153153
- Spin-magnetic (QE): tutorials/dft/electronic/spin-magnetic-qe.md
154-
- Spin-orbit coupling (QE): tutorials/dft/electronic/soc-qe.md
154+
- Spin-orbit coupling (QE): tutorials/dft/electronic/spin-orbit-coupling-qe.md
155155
- Optical Properties:
156156
- Dielectric constant (QE, simple.x): tutorials/dft/optical/epsilon-optimal-basis.md
157157
- Vibrational Prop.:

0 commit comments

Comments
 (0)