From cddf37be38eb76350221afa87c4b38bc96c0fc3b Mon Sep 17 00:00:00 2001 From: Sarath Date: Fri, 13 Sep 2024 11:25:25 +0200 Subject: [PATCH] fix free energy --- examples/example_12/analysis.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/example_12/analysis.ipynb b/examples/example_12/analysis.ipynb index 7edf9d7..60eed9d 100644 --- a/examples/example_12/analysis.ipynb +++ b/examples/example_12/analysis.ipynb @@ -89,7 +89,7 @@ "The first step is to calculate the entropy from free energy using the following equation, \n", "\n", "$$\n", - "-S = \\bigg ( \\frac{dF}{dT} \\bigg )_p\n", + "-S = \\bigg ( \\frac{dG}{dT} \\bigg )_p\n", "$$\n", "\n", "Then differentiating once more provides the specific heat, \n", @@ -255,7 +255,7 @@ "kernelspec": { "display_name": "calphy", "language": "python", - "name": "calphy" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -267,7 +267,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.12.5" } }, "nbformat": 4,