Skip to content

Commit

Permalink
Merge pull request #105 from Exabyte-io/dev
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 0c859eb + 580b8ba commit 457708a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 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
File renamed without changes.
2 changes: 1 addition & 1 deletion applications/espresso.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: espresso
shortName: qe
summary: Quantum Espresso
defaultVersion: '5.4.0'
defaultVersion: '6.3'
versions:
#### version 5.2.1 ####
- version: '5.2.1'
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",
];
2 changes: 1 addition & 1 deletion src/js/data/application_data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

0 comments on commit 457708a

Please sign in to comment.