-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.json
82 lines (82 loc) · 2.06 KB
/
input.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
{
"user": {
"user": "r2532"
},
"path": {
"path_to_inputs_json": "/ddn/home6/r2532/chem/test_Dyes/Dyes/src",
"path_to_results_json": "/ddn/home6/r2532/chem/test_Dyes/Dyes/",
"path_to_src": "/ddn/home6/r2532/chem/test_Dyes/Dyes/src",
"path_to_results": "/ddn/home6/r2532/chem/test_Dyes/Dyes/results",
"path_to_final": "/ddn/home6/r2532/chem/test_Dyes/Dyes/"
},
"generateMolecules": {
"enable": "False",
"banned": ["TPA2", "1ea", "8b", "5b", "3ed", "5ed"],
"three_types": ["eDonors", "backbones", "eAcceptors"],
"resubmit_delay_min": 0.001,
"resubmit_max_attempts": 3,
"method_opt": "STO-3G",
"basis_set_opt": "6-31G",
"mem_com_opt": "2600",
"mem_pbs_opt": "10",
"cluster": "seq",
"max_queue": 200,
"results_json": "results_json='results.json'"
},
"qmgr": {
"options": {
"opt": true,
"exc": true,
"cluster": "map",
"max_queue": 200,
"minDelay": 0.01,
"maxAttempts": 3,
"pathResults": "results",
"datasetNamesPath": "dataset_names/ds3.txt"
},
"opt": {
"method_opt": "STO-3G",
"basis_set_opt": "6-31G",
"mem_com_opt": "1600",
"mem_pbs_opt": "10",
"solvent": "",
"GuassianKeyWord": "",
"submit": true
},
"exc": [
{
"method_opt": "CAM-B3LYP",
"basis_set_opt": "6-311G(d,p)",
"mem_com_opt": "1600",
"mem_pbs_opt": "10",
"solvent": "",
"nstates": 10,
"GuassianKeyWord": "",
"submit": true
},
{
"method_opt": "PBE1PBE",
"basis_set_opt": "6-311G(d,p)",
"mem_com_opt": "1600",
"mem_pbs_opt": "10",
"solvent": "",
"nstates": 10,
"GuassianKeyWord": "",
"submit": true
},
{
"method_opt": "bhandhlyp",
"basis_set_opt": "6-311G(d,p)",
"mem_com_opt": "1600",
"mem_pbs_opt": "10",
"solvent": "",
"nstates": 10,
"GuassianKeyWord": "",
"submit": true
}
]
},
"error": {
"enable": "false"
}
}