Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
forum:data:2024:unexpected_mixed_singlet_and_triplet_states [2024/12/04 23:29] – Created from the form at forum:start Charles Cardotforum:data:2024:unexpected_mixed_singlet_and_triplet_states [2024/12/04 23:34] (current) Maurits W. Haverkort
Line 9: Line 9:
 I was exploring how the Coulomb exchange coupling between different orbitals gives rise to states with different multiplicities. In this simplest non-trivial case (two unpaired electrons, one in each orbital) this should give rise to triplet and singlet states, where the triplet states have a <S^2> = 2 (s=1) and the singlet states have <S^2> = 0 (s=0). The code I used is shown below. I was exploring how the Coulomb exchange coupling between different orbitals gives rise to states with different multiplicities. In this simplest non-trivial case (two unpaired electrons, one in each orbital) this should give rise to triplet and singlet states, where the triplet states have a <S^2> = 2 (s=1) and the singlet states have <S^2> = 0 (s=0). The code I used is shown below.
  
 +<code>
     -- Create Index     -- Create Index
     Index, NFermi = CreateAtomicIndicesDict({"Metal_d","Metal_p","Metal_s"})     Index, NFermi = CreateAtomicIndicesDict({"Metal_d","Metal_p","Metal_s"})
Line 163: Line 164:
  
     print("\nFinished")     print("\nFinished")
 +</code>
  
  
 Running this code produces the following output: Running this code produces the following output:
  
 +<code>
     =============================================================     =============================================================
     ====    written by Maurits W. Haverkort,                 ====     ====    written by Maurits W. Haverkort,                 ====
Line 330: Line 331:
  
     Finished     Finished
 +</code>
  
 The Hamiltonian setup is a system with only a single *d* electron, and one hole in either the *s* or *p* level. When there is a hole in the *s* orbital there are 20 eigenstate (2x10) with 15 of them being triplet states and 5 of them being singlet states at a slightly different energy (G2sd = 0.05 eV). This is the expected behavior. The Hamiltonian setup is a system with only a single *d* electron, and one hole in either the *s* or *p* level. When there is a hole in the *s* orbital there are 20 eigenstate (2x10) with 15 of them being triplet states and 5 of them being singlet states at a slightly different energy (G2sd = 0.05 eV). This is the expected behavior.
Print/export