|
1 | 1 | #!/usr/bin/env python |
2 | 2 | # encoding: utf-8 |
3 | 3 |
|
4 | | - |
5 | | -name = "SurfaceThermoPt111" |
6 | | -shortDesc = u"Surface adsorbates on Pt(111)" |
| 4 | +name = "SurfaceThermoPt111_covdep" |
| 5 | +shortDesc = u"Surface adsorbates on Pt(111) with coverage-dependent thermo" |
7 | 6 | longDesc = u""" |
8 | | -Surface species adsorbed on Pt(111). The thermochemistry of all adsorbates with |
9 | | -up to 2 heavy atoms was calculated by Katrin Blondal at Brown University around |
10 | | -2018, based on DFT calculations by Jelena Jelic at KIT. See |
11 | | -https://doi.org/10.1021/acs.iecr.9b01464 for the details on the computational |
12 | | -methods as well as the results. This database was extended with DFT |
13 | | -calculations for larger adsorbates by Bjarne Kreitz (Brown University). The |
14 | | -computational methods for the extension are explained in detail in |
15 | | -https://doi.org/10.1021/acscatal.2c03378. If you use this database in your |
16 | | -work, please cite the publications mentioned above. |
17 | | -Note: X indicates a bond to the surface. It is always on the left hand site of |
18 | | -an atom that is bonded to the surface e.g. XCCH2 it means that C is bonded to |
19 | | -the surface. If the X is on the right hand side and at the end of a label, it |
20 | | -means that this species is physisorbed. |
| 7 | +Surface species adsorbed on Pt(111) with coverage-dependent thermo. The thermochemical |
| 8 | +properties of the adsorbates are the same as in surfaceThermoPt111.py with the addition of polynomials |
| 9 | +for the coverage-dependent enthalpy of formation of entropy. |
21 | 10 |
|
22 | | --Updated by Kirk Badger at Brown University in 2026. All existing species are |
23 | | -now computed with a consistant set of DFT settings in Quantum espresso. Many |
24 | | -new nitrogen containing species are added. There are now 74 nitrogen |
25 | | -containing adsorbates with up to 5 heavy atoms. The reference species used |
26 | | -have changed to: *O, *CO, *NO, *H, *. Silbaugh and Campbell have reported the |
| 11 | +Details for the enthalpies of formation: |
| 12 | +All species are computed with a consistent set of DFT settings in Quantum Espresso. |
| 13 | +The reference species used are: *O, *CO, *NO, *H, *. Silbaugh and Campbell have reported the |
27 | 14 | heats of formation for these adsorbates with respect to elements in their |
28 | 15 | standard state at 298 K in https://doi.org/10.1021/acs.jpcc.6b06154. We apply |
29 | 16 | atomic corrections to get these heats of formation with respect to elements in |
30 | 17 | their standard state at 0 K as descibed by Ruscic and Bross in |
31 | 18 | https://www.sciencedirect.com/science/chapter/bookseries/abs/pii/B9780444640871000012 |
32 | 19 | We also correct the heat of formation ot the measured coverage down to 1/9 ML |
33 | | -for *O and *CO, and assume the heat of formation of a bare slab is 0. Our |
| 20 | +for *O and *CO, and assume the heat of formation of a bare Pt(111) slab is 0. Our |
34 | 21 | heats of formation at 0 K are: |
35 | 22 | "XCO": -230.9, |
36 | 23 | "XH": -32.7, |
|
45 | 32 | C. Franklin Goldsmith's thermo_kinetics_scripts repository in the |
46 | 33 | new_workflow folder: |
47 | 34 | https://github.com/franklingoldsmith/thermo_kinetics_scripts/tree/main/new_workflow |
| 35 | +
|
| 36 | +Details for the notation: |
| 37 | +Note: X indicates a bond to the surface. It is always on the left hand site of |
| 38 | +an atom that is bonded to the surface e.g. XCO it means that C is bonded to |
| 39 | +the surface. If the X is on the right hand side and at the end of a label, it |
| 40 | +means that this species is physisorbed. |
| 41 | +
|
| 42 | +Details for the coverage effects: |
| 43 | +Coverage-dependent corrections to the enthalpy of formation and entropy are described |
| 44 | +by polynomial models as a function of adsorbate surface coverage, following the approach |
| 45 | +of Bae et al. (https://pubs.acs.org/doi/10.1021/acs.jcim.4c02167). |
| 46 | +The order in the coefficients is: [(1st order), (2nd order), (3rd order)] |
48 | 47 | """ |
49 | 48 |
|
50 | 49 | entry( |
|
0 commit comments