Skip to content

Commit

Permalink
Merge pull request #288 from Exabyte-io/feat/SOF-7194
Browse files Browse the repository at this point in the history
SOF-7194: new deepmd application schema
  • Loading branch information
pranabdas authored Jan 7, 2024
2 parents 041df55 + 9935747 commit 835ddbf
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/software_directory/modeling/espresso.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "espresso",
"shortName": "qe",
"summary": "Quantum Espresso",
"version": "5.1.1"
"version": "7.2"
}
2 changes: 1 addition & 1 deletion package-lock.json

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

34 changes: 34 additions & 0 deletions schema/software_directory/modeling/deepmd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$id": "software-directory/modeling/deepmd",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "DeePMD app schema",
"type": "object",
"allOf": [
{
"$ref": "../../software/application.json"
}
],
"properties": {
"name": {
"enum": [
"deepmd"
]
},
"summary": {
"enum": [
"DeePMD is a deep learning package that is based on neural network fitted first-principles data for many-body potential energy representation and molecular dynamics"
]
},
"version": {
"enum": [
"2.0.2"
]
},
"exec": {
"enum": [
"dp_prepare",
"dp_train"
]
}
}
}
11 changes: 9 additions & 2 deletions schema/software_directory/modeling/espresso.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@
},
"version": {
"enum": [
"5.1.1",
"5.2.1",
"5.4.0",
"6.0.0"
"6.0.0",
"6.3",
"6.4.1",
"6.5.0",
"6.6.0",
"6.7.0",
"6.8.0",
"7.0",
"7.2"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/py/mat3ra/esse/data/examples.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/py/mat3ra/esse/data/schemas.py

Large diffs are not rendered by default.

0 comments on commit 835ddbf

Please sign in to comment.