Skip to content

Commit

Permalink
Modified the type of the Reaction rmg_kinetics attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Dec 28, 2024
1 parent 081e593 commit 84d3b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arc/reaction/reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ class ARCReaction(object):
ts_species (ARCSpecies): The :ref:`ARCSpecies <species>` corresponding to the reaction's TS.
dh_rxn298 (float): The heat of reaction at 298K.
kinetics (Arrhenius): The high pressure limit rate coefficient calculated by ARC.
rmg_kinetics (Arrhenius): The kinetics generated by RMG, for reality-check.
rmg_kinetics (List[dict]): The Arrhenius kinetics from RMG's libraries and families. Each dict has 'A', 'n', amd 'Ea'
parameters as keys, and a 'comment' key with a description of the source of the kinetics.
rmg_reaction (Reaction): An RMG Reaction class.
rmg_reactions (list): A list of RMG Reaction objects with RMG rates for comparisons.
long_kinetic_description (str): A description for the species entry in the thermo library outputted.
Expand Down

0 comments on commit 84d3b92

Please sign in to comment.