From 02da1b4b03f055d8e45cb28a3939e42dc905991e Mon Sep 17 00:00:00 2001 From: Amish Chovatiya <42819588+amishc@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:46:22 -0400 Subject: [PATCH] Update docstring in mechanism.py Updated docstring for catmap.analyze.MechanismAnalysis to mention that pressure corrections are included by default. --- catmap/analyze/mechanism.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catmap/analyze/mechanism.py b/catmap/analyze/mechanism.py index 438f0ecf..a39aa6eb 100755 --- a/catmap/analyze/mechanism.py +++ b/catmap/analyze/mechanism.py @@ -15,7 +15,7 @@ class MechanismAnalysis(MechanismPlot,ReactionModelWrapper,MapPlot): """ def __init__(self,reaction_model=None): """ - Class for generating potential energy diagrams. + Class for generating potential energy diagrams. Pressure corrections (kb*T*log(P)) are included by default. :param reaction_model: The ReactionModel object to load. """