File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configuration file for hydrolysis reaction parameters
2+ # The parameters are taken from
3+ # Leen Fahoum and Alon Grinberg Dana,“Automated Reaction Transition State Search for Neutral Hydrolysis Reactions.”
4+
5+
6+ # Family sets definition
7+ family_sets :
8+ set_1 :
9+ - carbonyl_based_hydrolysis
10+ - ether_hydrolysis
11+ set_2 :
12+ - nitrile_hydrolysis
13+
14+ # Family-specific parameters for different reaction types
15+ family_parameters :
16+ # Set 1 Families
17+ ether_hydrolysis :
18+ stretch : 1.5
19+ r_value : [2.14, 1.1, 0.97]
20+ a_value : [66, 72.8, 107]
21+ d_values :
22+ - [101.8, 0.3, 102.2]
23+ - [-101.8, 0.3, 102.2]
24+ - [101.8, 0.3, -102.2]
25+ - [-101.8, 0.3, -102.2]
26+
27+ carbonyl_based_hydrolysis :
28+ stretch : 1.3
29+ r_value : [1.85, 1.21, 0.97]
30+ a_value : [77, 76, 112]
31+ d_values :
32+ - [140, 1.64, 103]
33+ - [-140, 1.64, 103]
34+ - [140, 1.64, -103]
35+ - [-140, 1.64, -103]
36+
37+ # Set 2 Families
38+ nitrile_hydrolysis :
39+ stretch : 1.04
40+ r_value : [1.8, 1.3, 0.97]
41+ a_value : [97, 58, 114]
42+ d_values :
43+ - [174, -0.0154, 104]
44+ - [-174, -0.0154, 104]
45+ - [174, -0.0154, -104]
46+ - [-174, -0.0154, -104]
47+
48+ # General reference information
49+ units :
50+ distances : Angstroms
51+ angles : degrees
52+ stretching_factors : dimensionless
You can’t perform that action at this time.
0 commit comments