We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852fca commit 6e2d6f6Copy full SHA for 6e2d6f6
2 files changed
arkane/encorr/ae.py
@@ -74,8 +74,9 @@
74
'Methyl',
75
'Ammonia',
76
'Chloromethane',
77
- 'Lithium Hydride',
78
- 'Lithium Fluoride'
+ # Lithium species shall be uncommented after we reconcile the difference in AECs and BACs
+ # 'Lithium Hydride',
79
+ # 'Lithium Fluoride'
80
]
81
82
test/database/databaseTest.py
@@ -132,7 +132,9 @@ def test_kinetics(self):
132
), "Kinetics surface family {0}: entries have surface attributes?".format(family_name)
133
if family_name not in {
134
"Surface_Proton_Electron_Reduction_Alpha",
135
+ "Surface_Proton_Electron_Reduction_Alpha_vdW",
136
"Surface_Proton_Electron_Reduction_Beta",
137
+ "Surface_Proton_Electron_Reduction_Beta_vdW",
138
"Surface_Proton_Electron_Reduction_Beta_Dissociation",
139
}:
140
with check:
0 commit comments