-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzntrack.json
112 lines (112 loc) · 3.13 KB
/
zntrack.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"water": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/water"
},
"file": "data/water.h5"
},
"BMIM_BF4_363_15K": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/BMIM_BF4_363_15K"
},
"file": "data/BMIM_BF4_363_15K.extxyz"
},
"gromacs_Smiles2Gromacs": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/gromacs/Smiles2Gromacs"
},
"mdp_files": [
{
"_type": "pathlib.Path",
"value": "config/gromacs/gmx_md.mdp"
}
],
"config_files": [
{
"_type": "pathlib.Path",
"value": "config/gromacs/gmx_em.yaml"
}
],
"itp_files": [],
"pdb_files": [],
"traj_file": {
"_type": "pathlib.Path",
"value": "$nwd$/structures.h5"
},
"output_dir": {
"_type": "pathlib.Path",
"value": "$nwd$/gromacs"
}
},
"pack_Smiles2Conformers": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/pack/Smiles2Conformers"
}
},
"pack_MultiPackmol": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/pack/MultiPackmol"
},
"data": [
{
"_type": "znflow.Connection",
"value": {
"instance": {
"_type": "zntrack.Node",
"value": {
"module": "ipsuite.configuration_generation.smiles_to_atoms",
"name": "pack_Smiles2Conformers",
"cls": "Smiles2Conformers",
"remote": null,
"rev": null
}
},
"attribute": "frames",
"item": null
}
}
]
},
"orca_Smiles2Conformers": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/orca/Smiles2Conformers"
}
},
"orca_OrcaSinglePoint": {
"nwd": {
"_type": "pathlib.Path",
"value": "nodes/orca/OrcaSinglePoint"
},
"data": {
"_type": "znflow.Connection",
"value": {
"instance": {
"_type": "zntrack.Node",
"value": {
"module": "ipsuite.configuration_generation.smiles_to_atoms",
"name": "orca_Smiles2Conformers",
"cls": "Smiles2Conformers",
"remote": null,
"rev": null
}
},
"attribute": "frames",
"item": null
}
},
"orca_directory": {
"_type": "pathlib.Path",
"value": "$nwd$/orca"
},
"output_file": {
"_type": "pathlib.Path",
"value": "$nwd$/structures.h5"
}
}
}