Skip to content

Commit

Permalink
Merge pull request #24 from Exabyte-io/chore/SOF-6955
Browse files Browse the repository at this point in the history
Chore/sof 6955
  • Loading branch information
timurbazhirov authored Sep 14, 2023
2 parents 40006c9 + 644728e commit dc6085a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 1,469 deletions.
6 changes: 3 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/model_method_map.js
src/model_list.js
src/method_list.js
src/data/model_method_map.js
src/data/model_list.js
src/data/method_list.js
10 changes: 5 additions & 5 deletions assets/methods/pw_methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name:
# note the order of units is reversed as compared to the list below,
# i.e. units[3] is the plane wave unit
# yamllint disable-line rule:line-length
template: '{{ units[3]["categories"]["type"] | upper }}-{{ units[2]["categories"]["subtype"] | upper + "PP" }} ({{ units[1]["name"] }}, {{ units[0]["categories"]["subtype"] | title }} {{"Tetrahedron Method" if units[0]["categories"]["type"] == "tetrahedron" else "Smearing"}})'
template: '{{ units[3]["categories"]["type"] }} {{ units[2]["categories"]["subtype"] + " Pseudopotential" }} ({{ units[1]["name"] }}, {{ units[0]["categories"]["subtype"] | title }} {{"Tetrahedron Method" if units[0]["categories"]["type"] == "tetrahedron" else "Smearing"}})'
substitutions:
pw: PW
nc: NC
paw: PAW
us: US
pw: Plane-wave
nc: Norm-conserving
paw: Projector-augmented Wave
us: Ultra-soft
forEach:
- key: units
action: push
Expand Down
375 changes: 21 additions & 354 deletions package-lock.json

Large diffs are not rendered by default.

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.8.31-0",
"@exabyte-io/code.js": "2023.9.14-1",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/made.js": "2022.6.15-0",
"chai": "^4.3.4",
Expand Down
23 changes: 0 additions & 23 deletions src/context.js

This file was deleted.

Loading

0 comments on commit dc6085a

Please sign in to comment.