Skip to content

Commit b0afc7c

Browse files
committed
fix reactionLibraries path
1 parent e85242a commit b0afc7c

File tree

1 file changed

+1
-1
lines changed
  • examples/rmg/catalysis/methane_steam

1 file changed

+1
-1
lines changed

examples/rmg/catalysis/methane_steam/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Data sources
22
database(
33
thermoLibraries=['surfaceThermoNi111', 'surfaceThermoPt111', 'primaryThermoLibrary', 'thermo_DFT_CCSDTF12_BAC'],
4-
reactionLibraries = [('Surface/Deutschmann_Ni', True)], # when Pt is used change the library to Surface/CPOX_Pt/Deutschmann2006
4+
reactionLibraries = [('Surface/Methane/Deutschmann_Ni', True)], # when Pt is used change the library to Surface/CPOX_Pt/Deutschmann2006
55
seedMechanisms = [],
66
kineticsDepositories = ['training'],
77
kineticsFamilies = ['surface','default'],

0 commit comments

Comments
 (0)