Skip to content

Commit 1f5e1f5

Browse files
LeenFahoumalongd
authored andcommitted
Added YAML file for hydrolysis reactions parameters
1 parent feb8d86 commit 1f5e1f5

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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

0 commit comments

Comments
 (0)