Skip to content

Commit

Permalink
SOF-7437: default workflow for spin magn bandstructure calc
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Aug 18, 2024
1 parent 4866834 commit 0e6ce1b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
26 changes: 26 additions & 0 deletions assets/subworkflows/espresso/spin_magn_bands.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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
name: bands
type: executionBuilder
7 changes: 7 additions & 0 deletions assets/workflows/espresso/spin_magn_bands.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Spin magnetic bandstructure - QE
units:
- name: spin_magn_bands
type: subworkflow
config:
attributes:
name: Spin magnetic bandstructure

0 comments on commit 0e6ce1b

Please sign in to comment.