Skip to content

Commit

Permalink
Merge pull request #148 from ICAMS/doc_fix
Browse files Browse the repository at this point in the history
fix free energy
  • Loading branch information
srmnitc authored Sep 13, 2024
2 parents 08d4254 + cddf37b commit 2b6748c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/example_12/analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -255,7 +255,7 @@
"kernelspec": {
"display_name": "calphy",
"language": "python",
"name": "calphy"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -267,7 +267,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2b6748c

Please sign in to comment.