From 26a69747364b3c0298f718ef8b8d09267f23c833 Mon Sep 17 00:00:00 2001 From: HugoMVale <57530119+HugoMVale@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:11:42 +0100 Subject: [PATCH] refactor doc --- src/polykin/thermo/acm/ideal.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/polykin/thermo/acm/ideal.py b/src/polykin/thermo/acm/ideal.py index 5bf0046..710b932 100644 --- a/src/polykin/thermo/acm/ideal.py +++ b/src/polykin/thermo/acm/ideal.py @@ -12,13 +12,15 @@ class IdealSolution(ActivityCoefficientModel): - r"""Ideal solution model.""" + r"""Ideal solution model. + + $$ g^{E} = 0 $$ + + """ def gE(self, T: float, x: FloatVector) -> float: r"""Molar excess Gibbs energy, $g^{E}$. - $$ g^{E} = 0 $$ - Parameters ---------- T : float