|
3 | 3 |
|
4 | 4 | name = "CO2RR_Adsorbates_Ag111" |
5 | 5 | solvent = "water" |
6 | | -shortDesc = u"Place holder for short description" |
| 6 | +shortDesc = u"CO2RR adsorbate thermochemistry on Ag(111) from DFT" |
7 | 7 | longDesc = u""" |
8 | | -Place holder for long description |
| 8 | +NASA polynomial thermochemistry for C1 and C2 adsorbate intermediates |
| 9 | +relevant to electrochemical CO2 reduction (CO2RR) on Ag(111). |
| 10 | +Adsorbates are labeled with a trailing or interleaved 'X' to indicate |
| 11 | +surface binding sites, per RMG conventions. |
| 12 | +
|
| 13 | +DFT (Manish Kumar Kothakonda, Northeastern): VASP with PBE + Grimme D3 |
| 14 | +zero-damping (IVDW = 12) and PAW pseudopotentials. |
| 15 | +A two-stage protocol was used: |
| 16 | +Initial geometries were pre-optimized at ENCUT = 400 eV with a 3x3x1 |
| 17 | +Monkhorst-Pack k-mesh, then fully re-relaxed to force convergence at |
| 18 | +tighter settings of ENCUT = 500 eV and 4x4x1 k-mesh (IBRION = 2, |
| 19 | +EDIFFG = -0.03 eV/A). All final energies - adsorbate slabs, bare-slab |
| 20 | +reference, and vibrational frequencies - were computed at the tight |
| 21 | +settings. |
| 22 | +
|
| 23 | +Post-processing and thermo (Su Sun) via the Westgroup pipeline |
| 24 | +(adapted from input_generator.py and compute_NASA_for_adsorbates): VASP |
| 25 | +outputs converted to ASE .traj and inspected; vibrational frequencies |
| 26 | +and ZPEs consolidated into per-species zpe_log_<species>.txt files; |
| 27 | +imaginary modes replaced with 12 cm^-1. Heat of formation at 0 K was |
| 28 | +computed from a thermochemical cycle against CH4, H2O, and H2 references |
| 29 | +(ATcT: h0_CH4 = -66.556 kJ/mol, h0_H2O = -238.938 kJ/mol, |
| 30 | +h0_H2 = 0.0 kJ/mol). Reference gas electronic energies were read from the |
| 31 | +final frame of each gas's ads_vib.traj at the same PBE+D3 level as the |
| 32 | +slabs (displaced rather than relaxed geometries, a systematic ~1 kJ/mol |
| 33 | +offset shared across all species); hard-coded ZPEs ZPE_CH4 = 1.196 eV, |
| 34 | +ZPE_H2 = 0.277 eV, ZPE_H2O = 0.609 eV were used. Partition functions |
| 35 | +were evaluated over 298.15-2000 K with the harmonic oscillator |
| 36 | +approximation; when an adsorbate's two lowest modes fall below 100 cm^-1 |
| 37 | +they are replaced by a 2D-gas translational model. |
| 38 | +NASA polynomials were fit in two ranges (298-1000 K, 1000-2000 K) by |
| 39 | +least-squares regression of Cp/R with enthalpy and entropy |
| 40 | +matched at 298.15 K and continuity enforced at 1000 K. Heats of formation |
| 41 | +were corrected from 0 K to 298 K using tabulated atomic H(298)-H(0) increments. |
9 | 42 | """ |
10 | 43 |
|
11 | 44 | entry( |
|
27 | 60 | ), |
28 | 61 | shortDesc = u"""CHX""", |
29 | 62 | longDesc = |
30 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 63 | +u""" |
31 | 64 | """, |
32 | 65 | ) |
33 | 66 |
|
|
51 | 84 | ), |
52 | 85 | shortDesc = u"""COX""", |
53 | 86 | longDesc = |
54 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 87 | +u""" |
55 | 88 | """, |
56 | 89 | ) |
57 | 90 |
|
|
77 | 110 | ), |
78 | 111 | shortDesc = u"""HCOOH""", |
79 | 112 | longDesc = |
80 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 113 | +u""" |
81 | 114 | """, |
82 | 115 | ) |
83 | 116 |
|
|
102 | 135 | ), |
103 | 136 | shortDesc = u"""COHX""", |
104 | 137 | longDesc = |
105 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 138 | +u""" |
106 | 139 | """, |
107 | 140 | ) |
108 | 141 |
|
|
128 | 161 | ), |
129 | 162 | shortDesc = u"""CHOHX""", |
130 | 163 | longDesc = |
131 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 164 | +u""" |
132 | 165 | """, |
133 | 166 | ) |
134 | 167 |
|
|
154 | 187 | ), |
155 | 188 | shortDesc = u"""COOHX""", |
156 | 189 | longDesc = |
157 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 190 | +u""" |
158 | 191 | """, |
159 | 192 | ) |
160 | 193 |
|
|
180 | 213 | ), |
181 | 214 | shortDesc = u"""HCOOX""", |
182 | 215 | longDesc = |
183 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 216 | +u""" |
184 | 217 | """, |
185 | 218 | ) |
186 | 219 |
|
|
203 | 236 | ), |
204 | 237 | shortDesc = u"""CX""", |
205 | 238 | longDesc = |
206 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 239 | +u""" |
207 | 240 | """, |
208 | 241 | ) |
209 | 242 |
|
|
229 | 262 | ), |
230 | 263 | shortDesc = u"""CH3X""", |
231 | 264 | longDesc = |
232 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 265 | +u""" |
233 | 266 | """, |
234 | 267 | ) |
235 | 268 |
|
|
254 | 287 | ), |
255 | 288 | shortDesc = u"""CHOX""", |
256 | 289 | longDesc = |
257 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 290 | +u""" |
258 | 291 | """, |
259 | 292 | ) |
260 | 293 |
|
|
280 | 313 | ), |
281 | 314 | shortDesc = u"""CH4""", |
282 | 315 | longDesc = |
283 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 316 | +u""" |
284 | 317 | """, |
285 | 318 | ) |
286 | 319 |
|
|
305 | 338 | ), |
306 | 339 | shortDesc = u"""CH2X""", |
307 | 340 | longDesc = |
308 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 341 | +u""" |
309 | 342 | """, |
310 | 343 | ) |
311 | 344 |
|
|
332 | 365 | ), |
333 | 366 | shortDesc = u"""CH2OHX""", |
334 | 367 | longDesc = |
335 | | -u"""Calculated by Su Sun at Northeastern University using Statistical Mechanics. Based on DFT calculations by Manish Kumar Kothakonda at Northeastern University |
| 368 | +u""" |
336 | 369 | """, |
337 | 370 | ) |
338 | 371 |
|
0 commit comments