-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
51 lines (33 loc) · 807 Bytes
/
Copy pathconfig.json
File metadata and controls
51 lines (33 loc) · 807 Bytes
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
{
"optimization": {
"batch_optimization_mode": "batch",
"batch_optimizer": "fire",
"charge": 0,
"multiplicity": 1,
"force_convergence_criterion": 5e-2,
"energy_convergence_criterion": null
},
"model": {
"model_type": "fairchem",
"model_name": "uma-s-1p2",
"model_path": null,
"model_cache_dir": null,
"huggingface_token": null,
"huggingface_token_file": null,
"d3_correction": true,
"d3_functional": "PBE",
"d3_damping": "BJ"
},
"conformer_generation": {
"max_num_conformers": 20,
"conformer_seed": 42
},
"technical": {
"device": "cuda:0",
"max_memory_padding": 0.95,
"memory_scaling_factor": 1.75,
"max_atoms_to_try": 100000,
"steps_between_swaps": 1,
"logging_level": "INFO"
}
}