Skip to content

Commit

Permalink
Merge pull request #98 from Exabyte-io/feat/SOF-6892
Browse files Browse the repository at this point in the history
SOF-6892: new hubbard parameters property/results
  • Loading branch information
pranabdas committed Dec 9, 2023
2 parents bded7f2 + 472c0f6 commit 84aa508
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: true

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand All @@ -38,12 +38,12 @@ jobs:
#
# steps:
# - name: Checkout this repository
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# lfs: true
#
# - name: Checkout actions repository
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# repository: Exabyte-io/actions
# token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand All @@ -66,12 +66,12 @@ jobs:

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: true

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand All @@ -91,12 +91,12 @@ jobs:

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: true

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
6 changes: 4 additions & 2 deletions executables/espresso/hp.x.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
monitors:
- standard_output
results: []
results:
- hubbard_u
flavors:
hp:
input:
- name: hp.in
results: []
results:
- hubbard_u
monitors:
- standard_output
applicationName: espresso
Expand Down
1 change: 1 addition & 0 deletions src/js/allowed_results.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export default [
"reaction_energy_profile",
"potential_profile",
"charge_density_profile",
"hubbard_u",
];
Loading

0 comments on commit 84aa508

Please sign in to comment.