Skip to content
Snippets Groups Projects
Commit 2d135ff9 authored by T. van der Sar's avatar T. van der Sar
Browse files

Update 1_einstein_model.md - fix

parent 9c11feab
No related branches found
No related tags found
No related merge requests found
Pipeline #27961 passed
...@@ -263,7 +263,7 @@ ax2.set_ylabel(r"$\langle E \rangle$") ...@@ -263,7 +263,7 @@ ax2.set_ylabel(r"$\langle E \rangle$")
ax2.set_yticks([1/2]) ax2.set_yticks([1/2])
ax2.set_yticklabels([r'$\hbar\omega_0/2$']) ax2.set_yticklabels([r'$\hbar\omega_0/2$'])
draw_classic_axes(ax2, xlabeloffset=.15) draw_classic_axes(ax2, xlabeloffset=.15)
ax.text(1.05, 0.95, r'$k_{\rm B}T=\hbar \omega_0 =$', ha='left', color='r'); ax2.text(1.05, 0.95, r'$k_{\rm B}T=\hbar \omega_0 =$', ha='left', color='r');
``` ```
We now calculate the heat capacity per atom $C$ explicitly. To do so, we need to differentiate $\langle E \rangle$ with respect to $T$. We now calculate the heat capacity per atom $C$ explicitly. To do so, we need to differentiate $\langle E \rangle$ with respect to $T$.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment