Skip to content

Commit 46c108b

Browse files
committed
add adsorptionLi.py to testing database
1 parent 508be37 commit 46c108b

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name = "Surface Adsorption Corrections"
2+
shortDesc = ""
3+
longDesc = """
4+
Changes due to adsorbing on a surface.
5+
Here, Pt(111)
6+
Note: "-h" means "horizontal".
7+
"""
8+
9+
entry(
10+
index = 1,
11+
label = "R*",
12+
group=
13+
"""
14+
1 R u0
15+
2 X u0
16+
""",
17+
thermo=None,
18+
shortDesc="""Anything adsorbed anyhow.""",
19+
longDesc="""
20+
R
21+
x
22+
***********
23+
This node should be empty, ensuring that one of the nodes below is used.
24+
""",
25+
metal = "Pt",
26+
facet = "111",
27+
)
28+
29+
entry(
30+
index = 1,
31+
label = "R-*",
32+
group =
33+
"""
34+
1 X u0 p0 c0 {2,S}
35+
2 R u0 p0 c0 {1,S}
36+
""",
37+
thermo=ThermoData(
38+
Tdata=([300, 400, 500, 600, 800, 1000, 1500], 'K'),
39+
Cpdata=([-3.01, -1.78, -0.96, -0.41, 0.23, 0.56, 0.91], 'cal/(mol*K)'),
40+
H298=(-86.29, 'kcal/mol'),
41+
S298=(-26.39, 'cal/(mol*K)'),
42+
),
43+
shortDesc="""Came from H single-bonded on Pt(111)""",
44+
longDesc="""Calculated by Katrin Blondal at Brown University using statistical mechanics (files: compute_NASA_for_Pt-adsorbates.ipynb and compute_NASA_for_Pt-gas_phase.ipynb). Based on DFT calculations by Jelena Jelic at KIT.
45+
46+
R
47+
|
48+
***********
49+
""",
50+
metal = "Pt",
51+
facet = "111",
52+
)

0 commit comments

Comments
 (0)