Skip to content

Commit

Permalink
Merge pull request #36 from Exabyte-io/feat/SOF-7108
Browse files Browse the repository at this point in the history
SOF-7108: support GBRV PBESol pseudopotentials in QE
  • Loading branch information
pranabdas authored Nov 22, 2023
2 parents cc9c4ac + bc5be6a commit e7ca0b3
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 65 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

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

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand All @@ -25,20 +25,21 @@ jobs:
uses: ./actions/yaml/lint
with:
python-version: 3.8
targets: ./assets

run-js-tests:
runs-on: ubuntu-latest
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

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

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

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

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions assets/models/gga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ggaConfigs: !combine
template: 'DFT {{categories.subtype | upper }} {{ parameters.functional }}{{ "-" + parameters.dispersionCorrection if parameters.dispersionCorrection }}{{ "+" + parameters.hubbardType if parameters.hubbardType}}{{ " (SOC)" if parameters.spinOrbitCoupling }}{{ " (" + parameters.spinPolarization + ")" if parameters.spinPolarization }}'
substitutions:
pbe: PBE
pbesol: PBESOL
dft-d3: D3
u: U
forEach:
Expand Down
121 changes: 65 additions & 56 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@exabyte-io/code.js": "2023.9.14-1",
"@exabyte-io/code.js": "2023.11.22-0",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/made.js": "2022.6.15-0",
"chai": "^4.3.4",
Expand Down
Loading

0 comments on commit e7ca0b3

Please sign in to comment.