KFC
- 477
- 4
I am learning the 1D ising model (spin 1/2), without external field and considering the nearest site interaction, the hamiltonian for 1D chain is simple
H = -J\sum_i S_iS_{i+1}
Since each spin can only take either +1 or -1, we can write the transition matrix as
<br /> T = <br /> \left(<br /> \begin{matrix}<br /> e^{K} & e^{-K} \\<br /> e^{-K} & e^{K}<br /> \end{matrix}<br /> \right)<br />
where K=\beta J
Now I try to learn 2D case, I read some book on it but seems quite complicated, so I started with the simplest case (no external field, only nearest interaction, rectangular lattics with only 2 rows and N columns and perodic boundary condition). The hamiltonian is
H = -J\sum_{i=1}^{2}\sum_{j=1}^N S_{ij}S_{i, j+1}
right?
What I am really consfuing is how to find the transition matrix? Now each site has four nearest neighbor (of course, to avoid double counting, we only need to count two one at a time, let's say we count the one next to and below the current site) and each spin can take 2 values, so what's the dimension of the transition matrix? and what does T_{ij} means?
H = -J\sum_i S_iS_{i+1}
Since each spin can only take either +1 or -1, we can write the transition matrix as
<br /> T = <br /> \left(<br /> \begin{matrix}<br /> e^{K} & e^{-K} \\<br /> e^{-K} & e^{K}<br /> \end{matrix}<br /> \right)<br />
where K=\beta J
Now I try to learn 2D case, I read some book on it but seems quite complicated, so I started with the simplest case (no external field, only nearest interaction, rectangular lattics with only 2 rows and N columns and perodic boundary condition). The hamiltonian is
H = -J\sum_{i=1}^{2}\sum_{j=1}^N S_{ij}S_{i, j+1}
right?
What I am really consfuing is how to find the transition matrix? Now each site has four nearest neighbor (of course, to avoid double counting, we only need to count two one at a time, let's say we count the one next to and below the current site) and each spin can take 2 values, so what's the dimension of the transition matrix? and what does T_{ij} means?