Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOF-7437: default workflow for spin magn and soc bandstructure calc #84

Merged
merged 5 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
pranabdas marked this conversation as resolved.
Show resolved Hide resolved
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
Loading