- #1
CAF123
Gold Member
- 2,948
- 88
Homework Statement
Consider the below network of spins, the spins numbered on the nodes of the diagram. The spins interact via the following Hamiltonian ##\mathcal H = \sum_{\langle i j \rangle} \sigma_i \sigma_j##, where the sum ##\langle i j \rangle## is over nearest neighbours and ##\sigma_i = \pm 1##. Call ##K = \beta k##.
Compute the partition function for the network of spins. Use the fact that ##e^{K\sigma \sigma'} = \cosh(K)[1+\sigma \sigma' \tanh(K)]## which holds for Ising spins.
Homework Equations
In section 1
The Attempt at a Solution
$$Z = \sum_{\sigma} e^{-\beta \mathcal H} = \sum_{\sigma} e^{k\beta \sum_{\langle i j \rangle} \sigma_i \sigma_j} = \sum_{\sigma} \prod_{\langle i j \rangle} e^{K \sigma_i \sigma_j} = \sum_{\sigma} \prod_{\langle i j \rangle}(\cosh K(1+\sigma_i \sigma_j \tanh K))$$ My question is how to interpret the product here. I thought it meant taking each node in the network, writing out the links which are its nearest neighbours, repeating for all the other nodes and multiplying them all together. So for example, for node 1, we would get a term ##(1+\sigma_1 \sigma_5 \tanh K + \sigma_1 \sigma_2 \tanh K)## and similarly for the others. But if I do this for the rest and multiply them all together, I'll never get a ##\tanh^6 K## term present in the answer.
Answer given is ##\cosh^6K(1+2\tanh^2 K + \tanh^6 K)##
So how am I misinterpreting the product?
Many thanks.