Skip to content

Commit

Permalink
Merge pull request #84 from Exabyte-io/feat/SOF-7437
Browse files Browse the repository at this point in the history
SOF-7437: default workflow for spin magn and soc bandstructure calc
  • Loading branch information
pranabdas authored Sep 9, 2024
2 parents 6c973e0 + ba126d2 commit 306dbeb
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
31 changes: 31 additions & 0 deletions assets/subworkflows/espresso/band_structure_magn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Spin magnetic bandstructure
application:
name: espresso
version: "7.3"
method:
name: PseudopotentialMethod
model:
name: DFTModel
units:
- config:
execName: pw.x
flavorName: pw_scf_magn
name: pw_scf_magn
functions:
head: true
type: executionBuilder
- config:
execName: pw.x
flavorName: pw_bands_magn
name: pw_bands_magn
type: executionBuilder
- config:
execName: bands.x
flavorName: bands_spin_up
name: bands_spin_up
type: executionBuilder
- config:
execName: bands.x
flavorName: bands_spin_dn
name: bands_spin_dn
type: executionBuilder
26 changes: 26 additions & 0 deletions assets/subworkflows/espresso/band_structure_soc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Spin orbit coupling bandstructure
application:
name: espresso
version: "7.3"
method:
name: PseudopotentialMethod
model:
name: DFTModel
units:
- config:
execName: pw.x
flavorName: pw_scf_soc
name: pw_scf_soc
functions:
head: true
type: executionBuilder
- config:
execName: pw.x
flavorName: pw_bands_soc
name: pw_bands_soc
type: executionBuilder
- config:
execName: bands.x
flavorName: bands
name: bands
type: executionBuilder
7 changes: 7 additions & 0 deletions assets/workflows/espresso/band_structure_magn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Bandstructure with spin magnetism - QE
units:
- name: band_structure_magn
type: subworkflow
config:
attributes:
name: Bandstructure with spin magnetism
7 changes: 7 additions & 0 deletions assets/workflows/espresso/band_structure_soc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Bandstructure with SOC - QE
units:
- name: band_structure_soc
type: subworkflow
config:
attributes:
name: Bandstructure with SOC

0 comments on commit 306dbeb

Please sign in to comment.