generated from materialdigital/pyiron-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
29 lines (29 loc) · 979 Bytes
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"workflow_environment":"pyiron",
"title": "pyiron VASP example",
"authors": [
"Han Mai <[email protected]>"
],
"description": "Run a VASP calculation in pyiron",
"release": "0.0.1",
"keywords": [
"workflow",
"VASP",
"density functional theory"
],
"categories":[
"category1, atomistics"
],
"steps/codes":[
"step1, e.g., basic VASP calculation",
"code1, e.g., VASP"
],
"license": {
"software1": "GNU Public License Version 2"
},
"publication": [
"Janssen, J., Surendralal, S., Lysogorskiy, Y., Todorova, M., Hickel, T., Drautz, R. and Neugebauer, J., 2019. pyiron: An integrated development environment for computational materials science. Computational Materials Science, 163, pp.24-36.",
"Kresse, G. and Hafner, J., 1993. Ab initio molecular dynamics for liquid metals. Physical review B, 47(1), p.558."
],
"logo" : "logo_dark.png"
}