-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscf_params.json
More file actions
89 lines (66 loc) · 2.09 KB
/
Copy pathscf_params.json
File metadata and controls
89 lines (66 loc) · 2.09 KB
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
{
"basis": "def2-svp",
"auxbasis": "def2-svp-jkfit",
"xc": "tpssh",
"device": "auto",
"cuda_visible_devices": "2,3",
"max_cycle": 300,
"conv_tol": 1e-8,
"grid_level": 5,
"damp": 0,
"level_shift": 0.4,
"maxsteps": 1,
"hessian": true,
"hessian_device": "gpu",
"hessian_patch": true,
"cphf_grid_level": null,
"output_dir": "outputs",
"disp": "d3bj",
"verbose": 4,
"write_fchk": true,
"gpu_memory_profile": true,
"gpu_memory_profile_interval": 0.2,
"gpu_memory_profile_output": "outputs/gpu_scaling_4gpu",
"resp_a1": 5e-4,
"resp_a2": 1e-3,
"resp_b": 0.1,
"hfree": true,
"chgmod": 1,
"scalef": 1.0,
"bond_avg": true,
"angle_avg": true,
"ff_method": "modseminario",
"paraset": "12_6",
"ligand_metal_bond": {"L01": true},
"ligand_charge": {"L01": -1},
"optimizer": "ancopt",
"optimizer_maxsteps": 1000,
"conv_tol_grad": 1e-3,
"metal_complex_eval": {
"is_metal_ligand_complex": true,
"correct_ligand_pose": true,
"ligand_resname": "L01",
"ligand_chain": null,
"ligand_resseq": null,
"ligand_file": null,
"ligand_topology_source": "auto",
"download_ligand_ccd": false,
"ccd_cache_dir": null,
"ccd_timeout": 15.0,
"target_metal_serial": null,
"num_poses": 20,
"random_seed": 2024,
"pocket_cutoff": 10.0,
"score_cutoff": 5.0,
"min_score_improvement": 0.0,
"min_metal_donor_distance": 1.5,
"max_metal_donor_distance": 3.0,
"clash_distance": 1.2,
"refine_method": "mmff",
"device": "auto",
"runtime_root": null,
"model_file": null,
"vocabulary_file": null,
"failure_policy": "error"
}
}