Understanding Heisenberg Hamiltonian Notation for 4-Site Chain

  • Thread starter Thread starter LagrangeEuler
  • Start date Start date
  • Tags Tags
    Confused Notation
LagrangeEuler
Messages
711
Reaction score
22
Notation for Heisenberg Hamiltonian
## H_{exch}=-\sum_{i<j}2J_{i,j}\vec{S}_i \cdot \vec{S}_j ##
where the sumation extends over all spins pair of the crystal lattice. Suppose we have chain with four sites and periodic boundary condition
## H_{exch}=-J_{1,2}\vec{S}_1 \cdot \vec{S}_2-J_{2,3}\vec{S}_2 \cdot \vec{S}_3-J_{3,4}\vec{S}_3 \cdot \vec{S}_4-J_{4,1}\vec{S}_4 \cdot \vec{S}_1 ##
I can't see that this is the same.
 
Physics news on Phys.org
So what do you get if you write out the first sum?

Hint: Your second Hamiltonian only has nearest neighbors.
 
Is this all the information you have? It seems like if this is all given to you, there is an obvious language issue and a potential notational issue.

First "the sumation extends over all spins pair of the crystal lattice." is not correct English. Does "spins pair" mean all nearest neighbors? If it were a nearest-neighbor Hamiltonian (which is what you would expect for an Ising or Heisenberg model), then I would write it as:
H=\sum_{\left \langle i,j \right \rangle}-J_{ij}\vec{S}_i\cdot\vec{S}_j
where the notation \left \langle i,j \right \rangle generically means "nearest neighbors." The notation is useful because the indexing of lattice sites might be tricky when you deal with higher dimension. [Note that the way you have it written above would include an interaction between i=1 and j=3, which would not be nearest neighbors in a circular chain. The fact that i=4 and j=1 appears is because in a 4-element circular chain, 4 would be a nearest neighbor with 1.]

Factors of 2 or 1/2 are usually included in Hamiltonians with symmetric interactions so that you can make sure to remember that if spin i interacts with spin j, then both i and j contribute their interaction to the hamiltonian, or conversely, so that you do not double-count a single interaction. But this only works for symmetric interactions, i.e. Jij = Jji, which is typically but not always the case.

Condensed matter hamiltonians are usually written with intuitive notation that can be confusing if you try and write it down like a mathematician with no idea of what the actual "neighbor" structure is. You'll find that the explanation in words, like "The Hamiltonian consists of pairwise interactions between nearest-neighbors" is often a more specific description than physicist notation like Ʃ<i,j>.
 
Last edited:
Yes just that. Strange. And how to write ##\sum_{i<j}## if you have vectors ##\vec{i},\vec{j}##? Notation ##\sum_{\langle i,j \rangle}## looks also confusing for me sometimes. Because I'm never sure
##-\sum_{\langle i,j \rangle}J_{i,j}\vec{S}_i \cdot \vec{S}_j## or ##-\frac{1}{2}\sum_{\langle i,j \rangle}J_{i,j}\vec{S}_i \cdot \vec{S}_j##?
 
LagrangeEuler said:
Yes just that. Strange. And how to write ##\sum_{i<j}## if you have vectors ##\vec{i},\vec{j}##?

Yeah, it doesn't make sense if you think of i,j as vectors. The upshot is that you don't have to - the indices are just supposed to label all sites. As long as your system has finite length, width, height (and so on, if you want to) - all you need is one number. It doesn't need to have anything to do with the structure of the lattice or your intuition. See this example for a rectangular grid:
1 2 3 4
5 6 7 8
Every site is characterized by the number i=x+4*(y-1), where x=1,2,3,4 and y=1,2,...

Then, if the actual positions are interesting, we can form the vector \mathbf{r}_i = x \hat{x} + y \hat{y} using modulus operations and the basis vectors of the lattice. Actually, the position vectors are often not that interesting for spin chain systems as the positions are usually fixed, i.e. not dynamical.

LagrangeEuler said:
Notation ##\sum_{\langle i,j \rangle}## looks also confusing for me sometimes. Because I'm never sure
##-\sum_{\langle i,j \rangle}J_{i,j}\vec{S}_i \cdot \vec{S}_j## or ##-\frac{1}{2}\sum_{\langle i,j \rangle}J_{i,j}\vec{S}_i \cdot \vec{S}_j##?

Are you confused about that factor of 1/2? It only changes the definition of J_{ij}, so it's not that important physically. You can just pick either convention at the start of your calculations.

However, it can be important if you want to relate two sums. The factor of 1/2 is then used to avoid double counting. I.e.
\sum_{ij} \mathbf{S}_i \cdot \mathbf{S}_j = 2 \sum_{i&lt;j} \mathbf{S}_i \cdot \mathbf{S}_j
since the first notation contains both \mathbf{S}_1 \cdot \mathbf{S}_2 and \mathbf{S}_2 \cdot \mathbf{S}_1=\mathbf{S}_1 \cdot \mathbf{S}_2 while the second sum only contains one instance of \mathbf{S}_1 \cdot \mathbf{S}_2.

When using the \sum_{\langle i,j\rangle} notation that Jolb described, it generically contains both the ij and the ji terms, so you are in fact counting all symmetric terms twice. In that case using the Hamiltonian
H = -\frac{1}{2} \sum_{\langle i,j \rangle} J_{ij} \mathbf{S}_i \cdot \mathbf{S}_j
makes sense, but again, it's only a scale factor in the end.
 
Are you confused about that factor of 1/2? It only changes the definition of J_{ij}, so it's not that important physically. You can just pick either convention at the start of your calculations.

However, it can be important if you want to relate two sums. The factor of 1/2 is then used to avoid double counting. I.e.
\sum_{ij} \mathbf{S}_i \cdot \mathbf{S}_j = 2 \sum_{i&lt;j} \mathbf{S}_i \cdot \mathbf{S}_j
since the first notation contains both \mathbf{S}_1 \cdot \mathbf{S}_2 and \mathbf{S}_2 \cdot \mathbf{S}_1=\mathbf{S}_1 \cdot \mathbf{S}_2 while the second sum only contains one instance of \mathbf{S}_1 \cdot \mathbf{S}_2.

When using the \sum_{\langle i,j\rangle} notation that Jolb described, it generically contains both the ij and the ji terms, so you are in fact counting all symmetric terms twice. In that case using the Hamiltonian
H = -\frac{1}{2} \sum_{\langle i,j \rangle} J_{ij} \mathbf{S}_i \cdot \mathbf{S}_j
makes sense, but again, it's only a scale factor in the end.

Yes but you know authors very often didn't write what they mean by
H = \sum_{\langle i,j \rangle} J_{ij} \mathbf{S}_i \cdot \mathbf{S}_j
for me this is correct way to write it
H = -\frac{1}{2} \sum_{\langle i,j \rangle} J_{ij} \mathbf{S}_i \cdot \mathbf{S}_j
know its all explicit. Because if they calculate critical temperature or any other parameter I wish to know what is exact form of Hamiltonian and what is ##J## in Hamiltonian. Because ##J## you can measure.
 
Hi. I have got question as in title. How can idea of instantaneous dipole moment for atoms like, for example hydrogen be consistent with idea of orbitals? At my level of knowledge London dispersion forces are derived taking into account Bohr model of atom. But we know today that this model is not correct. If it would be correct I understand that at each time electron is at some point at radius at some angle and there is dipole moment at this time from nucleus to electron at orbit. But how...
Back
Top