Skip to content

Commit bfa81ed

Browse files
author
seth.porter
committed
revised description
1 parent 8fb8adf commit bfa81ed

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

input/thermo/libraries/surfaceThermoPt111_covdep.py

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,23 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
33

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"
76
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.
2110
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
2714
heats of formation for these adsorbates with respect to elements in their
2815
standard state at 298 K in https://doi.org/10.1021/acs.jpcc.6b06154. We apply
2916
atomic corrections to get these heats of formation with respect to elements in
3017
their standard state at 0 K as descibed by Ruscic and Bross in
3118
https://www.sciencedirect.com/science/chapter/bookseries/abs/pii/B9780444640871000012
3219
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
3421
heats of formation at 0 K are:
3522
"XCO": -230.9,
3623
"XH": -32.7,
@@ -45,6 +32,18 @@
4532
C. Franklin Goldsmith's thermo_kinetics_scripts repository in the
4633
new_workflow folder:
4734
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)]
4847
"""
4948

5049
entry(

0 commit comments

Comments
 (0)