-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.json
24 lines (24 loc) · 963 Bytes
/
setup.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
{
"version": "0.1",
"name": "water_isotherm_workchains",
"author": "Kevin M. Jablonka, Daniele Ongari",
"author_email": "[email protected]",
"description": "AiiDA workflows for advanced sampling of isotherms",
"url": "https://github.com/kjappelbaum/water_isotherm_workchains",
"license": "MIT License",
"classifiers": [
"Programming Language :: Python"
],
"setup_requires": ["reentry"],
"reentry_register": true,
"install_requires": [
"aiida >= 0.12.2"
],
"entry_points": {
"aiida.workflows": [
"water_isotherm_workchains.gcmc_md_workchain=water_isotherm_workchains.gcmc_md_workchain:GCMCMD",
"water_isotherm_workchains.gcmc_restart_workchain=water_isotherm_workchains.gcmc_restart_workchain:ResubmitGCMC",
"water_isotherm_workchains.gcmc_md_cycle_dist_workchain=water_isotherm_workchains.gcmc_md_cycle_dist_workchain:GCMCMD2"
]
}
}