Skip to content

Commit cec3638

Browse files
authored
Add files via upload
1 parent 566d214 commit cec3638

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

test/config_mapper_test_rcmc.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"work_dir": "autots_run",
3+
"top_n_candidates": 3,
4+
"mapper_settings": {
5+
"temperature_K" : 1000.0,
6+
"rmsd_threshold" : 0.50,
7+
"max_iterations" : 500,
8+
"afir_gamma_kJmol" : 250.0,
9+
"dist_lower_ang" : 2.0,
10+
"max_pairs" : 9999,
11+
"dist_upper_ang" : 7.0,
12+
"output_dir" : "mapper_output_rcmc",
13+
"rng_seed" : 42,
14+
"active_atoms" : [1, 4, 5, 7, 10, 12],
15+
"use_rcmc" : true,
16+
"rcmc_temperature_K" : 273.15,
17+
"rcmc_reaction_time_s" : 100,
18+
"n_parallel": 3
19+
},
20+
21+
"step1_settings": {
22+
"usextb": "GFN1-xTB",
23+
"opt_method": ["rsirfo_block_fsb"],
24+
"use_model_hessian": "fischerd3old",
25+
"spin_multiplicity": 1,
26+
"electronic_charge": 0,
27+
"dissociate_check": "10.0"
28+
},
29+
30+
"step2_settings": {
31+
"usextb": "GFN1-xTB",
32+
"NSTEP": 25,
33+
"use_model_hessian": "fischerd3old",
34+
"node_distance": 0.50,
35+
"align_distances_energy_predicted": 2,
36+
"spin_multiplicity": 1,
37+
"electronic_charge": 0
38+
},
39+
40+
"step3_settings": {
41+
"usextb": "GFN1-xTB",
42+
"opt_method": ["rsirfo_block_bofill"],
43+
"calc_exact_hess": 5,
44+
"tight_convergence_criteria": true,
45+
"max_trust_radius": 0.2,
46+
"min_trust_radius": 0.1,
47+
"frequency_analysis": true,
48+
"spin_multiplicity": 1,
49+
"electronic_charge": 0,
50+
"detect_negative_eigenvalues": true,
51+
"NSTEP": 200
52+
},
53+
54+
"step4_settings": {
55+
"usextb": "GFN1-xTB",
56+
"opt_method": ["rsirfo_block_bofill"],
57+
"spin_multiplicity": 1,
58+
"electronic_charge": 0,
59+
"calc_exact_hess": 10,
60+
"tight_convergence_criteria": true,
61+
"frequency_analysis": true,
62+
63+
"intrinsic_reaction_coordinates": ["0.4", "300", "lqa"],
64+
65+
"step4b_opt_method": ["rsirfo_block_fsb"]
66+
}
67+
}
68+

0 commit comments

Comments
 (0)