Skip to content

Commit

Permalink
SOF-7217: add abcoeff_to_eps.x template and executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Feb 12, 2024
1 parent 04d97bd commit a03bca2
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 2 deletions.
10 changes: 10 additions & 0 deletions assets/espresso/abcoeff_to_eps_simple.j2.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
100
100
0.
5.
0.2
2000
1080.04
8
2
0.0
12 changes: 12 additions & 0 deletions executables/espresso/abcoeff_to_eps.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
monitors:
- standard_output
results: []
flavors:
abcoeff_to_eps_simple:
input:
- name: abcoeff_to_eps_simple.in
results: []
monitors:
- standard_output
applicationName: espresso
executableName: abcoeff_to_eps.x
1 change: 1 addition & 0 deletions executables/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ deepmd:
lmp: !include 'executables/deepmd/lmp.yml'
python: !include 'executables/deepmd/python.yml'
espresso:
abcoeff_to_eps.x: !include 'executables/espresso/abcoeff_to_eps.x.yml'
average.x: !include 'executables/espresso/average.x.yml'
bands.x: !include 'executables/espresso/bands.x.yml'
cp.x: !include 'executables/espresso/cp.x.yml'
Expand Down
2 changes: 1 addition & 1 deletion src/js/data/templates.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/data/tree.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions templates/espresso/abcoeff_to_eps.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- content: !readFile 'assets/espresso/abcoeff_to_eps_simple.j2.in'
name: abcoeff_to_eps_simple.in
contextProviders: []
applicationName: espresso
executableName: abcoeff_to_eps.x
1 change: 1 addition & 0 deletions templates/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- !include 'templates/deepmd/dp_prepare.py.yml'
- !include 'templates/deepmd/dp_train.yml'
# espresso
- !include 'templates/espresso/abcoeff_to_eps.x.yml'
- !include 'templates/espresso/average.x.yml'
- !include 'templates/espresso/bands.x.yml'
- !include 'templates/espresso/cp.x.yml'
Expand Down

0 comments on commit a03bca2

Please sign in to comment.