Skip to content

Commit 9109476

Browse files
authored
Merge pull request #42 from Exabyte-io/chore/SOF-6955-1
chore: set norm-conserving pseudo as default
2 parents d5b4b51 + 8c51165 commit 9109476

File tree

5 files changed

+42
-6
lines changed

5 files changed

+42
-6
lines changed

assets/subworkflows/espresso/band_gap_hse_dos.yml

+9
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ application:
44
version: "6.3"
55
model:
66
name: DFTModel
7+
config:
8+
type: dft
9+
subtype: hybrid
10+
functional:
11+
name: hse06
12+
slug: hse06
713
method:
814
name: PseudopotentialMethod
15+
config:
16+
type: pseudopotential
17+
subtype: us
918
units:
1019
- config:
1120
execName: pw.x

assets/subworkflows/espresso/band_structure_hse.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ name: Band Structure - HSE
44
application:
55
name: espresso
66
version: 5.4.0
7-
method:
8-
name: PseudopotentialMethod
97
model:
108
name: DFTModel
9+
config:
10+
type: dft
11+
subtype: hybrid
12+
functional:
13+
name: hse06
14+
slug: hse06
15+
method:
16+
name: PseudopotentialMethod
17+
config:
18+
type: pseudopotential
19+
subtype: us
1120
units:
1221
- config:
1322
execName: pw.x

assets/subworkflows/espresso/dielectric_tensor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ application:
22
name: espresso
33
version: '6.3'
44
method:
5+
config:
6+
data: {}
7+
subtype: nc
8+
type: pseudopotential
59
name: PseudopotentialMethod
610
model:
711
name: DFTModel

package-lock.json

+17-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@exabyte-io/eslint-config": "^2022.11.17-0",
5353
"@exabyte-io/ide.js": "2022.7.28-1",
5454
"@exabyte-io/made.js": "2023.3.8-0",
55-
"@exabyte-io/mode.js": "2022.10.11-0",
55+
"@exabyte-io/mode.js": "2023.9.19-0",
5656
"chai": "^4.3.4",
5757
"eslint": "7.32.0",
5858
"eslint-config-airbnb": "19.0.2",

0 commit comments

Comments
 (0)