generated from Exabyte-io/template-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from Exabyte-io/feat/SOF-7437
SOF-7437: default workflow for spin magn and soc bandstructure calc
- Loading branch information
Showing
4 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |