diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-08 14:22:14 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-08 14:22:14 +0100 |
commit | 31be95db9480de8f9b4c6e52f3f6845d2e231706 (patch) | |
tree | 39c79fccbce2b802bd6ac1397d1617539aba4138 | |
parent | 2f6c586f02f36f1fdb23a476aa9ebbce0bd318eb (diff) | |
download | PRR_3_023064-31be95db9480de8f9b4c6e52f3f6845d2e231706.tar.gz PRR_3_023064-31be95db9480de8f9b4c6e52f3f6845d2e231706.tar.bz2 PRR_3_023064-31be95db9480de8f9b4c6e52f3f6845d2e231706.zip |
Better formatting for partition function.
-rw-r--r-- | bezout.tex | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -213,10 +213,12 @@ for $\delta=\kappa a^{-(p-2)}$. Another instrument we have to study this problem is to compute the following partition function: -\begin{eqnarray} - Z(a,\beta)&=& \int \Pi_i dx_i dy_i \; e^{-\beta_{R} \Re H_0 -\beta_I \Im H_0}\nonumber\\ -& & \delta(\sum_i z_i^2-N) \delta\left(\sum_i y_i^2 -N \frac{a-1}{2}\right) -\end{eqnarray} +\begin{equation} + \begin{aligned} + Z(a,\beta)&=\int dx\, dy \, e^{-\mathop{\mathrm{Re}}(\beta H_0)}\\ + &\qquad\delta(\sum_i z_i^2-N) \delta\left(\sum_i y_i^2 -N \frac{a-1}{2}\right) + \end{aligned} +\end{equation} The energy $\Re H_0, \Im H_0$ are in a one-to one relation with the temperatures $\beta_R,\beta_I$. The entropy $S(a,H_0) = \ln Z+ +\beta_{R} \langle \Re H_0 \rangle +\beta_I \langle \Im H_0\rangle$ is the logarithm of the number of configurations of a given $(a,H_0)$. This problem may be solved exactly with replicas, {\em but it may also be simulated} |