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

Chore/SOF-6991 #96

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: ./actions/yaml/lint
with:
python-version: 3.8
targets: ./applications ./executables ./methods ./models ./templates

run-py-tests:
runs-on: ubuntu-latest
Expand Down
16 changes: 1 addition & 15 deletions models/espresso/5.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@ Default:
pw_scf:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
isDefault: true
pw_scf_bands_hse:
- path: /pb/qm/dft/ksdft/hybrid?functional=hse06
pw_esm:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
pw_esm_relax:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
pw_nscf:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
pw_relax:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
pw_vc-relax:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
2 changes: 2 additions & 0 deletions models/exabyteml/0.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Default:
train:
train:
- regex: \/st\/det\/ml\/.*
- path: /st/det/ml/re/none
isDefault: true
score:
score:
- regex: \/st\/det\/ml\/.*
1 change: 1 addition & 0 deletions models/nwchem/6.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Default:
nwchem:
nwchem_total_energy:
- path: '/pb/qm/dft/ksdft/hybrid?functional=b3lyp'
isDefault: true
3 changes: 3 additions & 0 deletions models/vasp/5.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Default:
vasp:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
isDefault: true
vasp_bands:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
Expand Down Expand Up @@ -44,6 +45,7 @@ Non-collinear:
vasp:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
isDefault: true
vasp_bands:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
Expand Down Expand Up @@ -85,6 +87,7 @@ VTST:
vasp:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
isDefault: true
vasp_bands:
- path: /pb/qm/dft/ksdft/lda?functional=pz
- path: /pb/qm/dft/ksdft/gga?functional=pbe
Expand Down
2 changes: 1 addition & 1 deletion src/js/data/filter_trees.js

Large diffs are not rendered by default.