Skip to content

Commit

Permalink
SOF-7449: update example schema with pseudo cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Feb 20, 2025
1 parent c539f60 commit da405a1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
9 changes: 8 additions & 1 deletion dist/js/example/methods_directory/physical/psp.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@
"name": "pseudopotential",
"source": "dojo-oncv",
"type": "nc",
"version": "0.4"
"version": "0.4",
"cutoffs": {
"wfc": {
"standard": 42,
"high": 50,
"low": 38
}
}
}
}
]
Expand Down
9 changes: 8 additions & 1 deletion dist/js/example/methods_directory/physical/psp/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
"name": "pseudopotential",
"source": "dojo-oncv",
"type": "nc",
"version": "0.4"
"version": "0.4",
"cutoffs": {
"wfc": {
"standard": 42,
"high": 50,
"low": 38
}
}
}
}
9 changes: 8 additions & 1 deletion example/methods_directory/physical/psp/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
"name": "pseudopotential",
"source": "dojo-oncv",
"type": "nc",
"version": "0.4"
"version": "0.4",
"cutoffs": {
"wfc": {
"standard": 42.0,
"high": 50.0,
"low": 38.0
}
}
}
}
2 changes: 1 addition & 1 deletion src/py/mat3ra/esse/data/examples.py

Large diffs are not rendered by default.

0 comments on commit da405a1

Please sign in to comment.