Skip to content

Commit

Permalink
refactor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Mar 9, 2024
1 parent 6858c79 commit 26a6974
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/polykin/thermo/acm/ideal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26a6974

Please sign in to comment.