Skip to content

Commit 306dbeb

Browse files
authored
Merge pull request #84 from Exabyte-io/feat/SOF-7437
SOF-7437: default workflow for spin magn and soc bandstructure calc
2 parents 6c973e0 + ba126d2 commit 306dbeb

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Spin magnetic bandstructure
2+
application:
3+
name: espresso
4+
version: "7.3"
5+
method:
6+
name: PseudopotentialMethod
7+
model:
8+
name: DFTModel
9+
units:
10+
- config:
11+
execName: pw.x
12+
flavorName: pw_scf_magn
13+
name: pw_scf_magn
14+
functions:
15+
head: true
16+
type: executionBuilder
17+
- config:
18+
execName: pw.x
19+
flavorName: pw_bands_magn
20+
name: pw_bands_magn
21+
type: executionBuilder
22+
- config:
23+
execName: bands.x
24+
flavorName: bands_spin_up
25+
name: bands_spin_up
26+
type: executionBuilder
27+
- config:
28+
execName: bands.x
29+
flavorName: bands_spin_dn
30+
name: bands_spin_dn
31+
type: executionBuilder
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Spin orbit coupling bandstructure
2+
application:
3+
name: espresso
4+
version: "7.3"
5+
method:
6+
name: PseudopotentialMethod
7+
model:
8+
name: DFTModel
9+
units:
10+
- config:
11+
execName: pw.x
12+
flavorName: pw_scf_soc
13+
name: pw_scf_soc
14+
functions:
15+
head: true
16+
type: executionBuilder
17+
- config:
18+
execName: pw.x
19+
flavorName: pw_bands_soc
20+
name: pw_bands_soc
21+
type: executionBuilder
22+
- config:
23+
execName: bands.x
24+
flavorName: bands
25+
name: bands
26+
type: executionBuilder
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Bandstructure with spin magnetism - QE
2+
units:
3+
- name: band_structure_magn
4+
type: subworkflow
5+
config:
6+
attributes:
7+
name: Bandstructure with spin magnetism
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Bandstructure with SOC - QE
2+
units:
3+
- name: band_structure_soc
4+
type: subworkflow
5+
config:
6+
attributes:
7+
name: Bandstructure with SOC

0 commit comments

Comments
 (0)