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