Skip to content

Commit a41ae38

Browse files
authored
Merge pull request #62 from Exabyte-io/feat/SOF-7194
SOF-7194: create deepmd default workflow
2 parents d6a89b2 + 94007a5 commit a41ae38

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
application:
2+
name: deepmd
3+
version: 2.0.2
4+
method:
5+
name: UnknownMethod
6+
model:
7+
name: UnknownModel
8+
name: Prepare DeePMD Data
9+
units:
10+
- config:
11+
execName: python
12+
flavorName: espresso_cp_to_deepmd
13+
name: espresso_cp_to_deepmd
14+
functions:
15+
head: true
16+
type: executionBuilder
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: Prepare DeePMD input
2+
units:
3+
- name: dp_prepare
4+
type: subworkflow

build_workflows.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const allApplications = [
1010
"python",
1111
"shell",
1212
"vasp",
13+
"deepmd",
1314
];
1415

1516
const allWorkflows = { workflows: {}, subworkflows: {} };

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"underscore.string": "^3.3.4"
4747
},
4848
"devDependencies": {
49-
"@exabyte-io/ade.js": "2023.12.24-0",
50-
"@exabyte-io/application-flavors.js": "2023.12.24-0",
49+
"@exabyte-io/ade.js": "2024.1.23-1",
50+
"@exabyte-io/application-flavors.js": "2024.1.23-1",
5151
"@exabyte-io/code.js": "2023.6.10-1",
5252
"@exabyte-io/eslint-config": "^2022.11.17-0",
5353
"@exabyte-io/ide.js": "2022.7.28-1",

0 commit comments

Comments
 (0)