Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
forum:data:2020:stranger_things [2020/01/07 19:25] Riccardo Piomboforum:data:2020:stranger_things [2020/01/07 20:21] (current) Maurits W. Haverkort
Line 1: Line 1:
-====== STRANGER THINGS ======+====== Wrong (missing) ground state Part 2 ======
 ;;# ;;#
 asked by [[mailto:riccardo.piombo@gmail.com|Riccardo Piombo]] (2020/01/07 18:57) asked by [[mailto:riccardo.piombo@gmail.com|Riccardo Piombo]] (2020/01/07 18:57)
Line 6: Line 6:
 <WRAP center box 100%> <WRAP center box 100%>
 Hi every one,  Hi every one, 
-I wrote a simple code to calculate the chemical potential for the addition and for the removal of a particle. The system under consideration is a planar D4h structure composed by a transition metal surrounded by 4 non metal ligands. The problem is the following: when computing the ground state of the N-1 system Quanty seems to output ciclycally three different value for the GS energy which differ from one another by 1.6 eV while for the N and N+1 case it doesn't change (as it must be!). Here is the code could someone copy and paste it on his pc and just run it too check this strange thing!?+I wrote a simple code to calculate the chemical potential for the addition and for the removal of a particle. The system under consideration is a planar D4h structure composed of a transition metal surrounded by 4 non-metal ligands. The problem is the following: when computing the ground state of the N-1 system Quanty seems to output cyclically three different value for the GS energy which differs by almost 1.6 eV in the extreme case while for the N and N+1 case it doesn't change (as it must be!). Here is the code could someone copy and paste it on his pc and just run it too check this strange thing!?
  
 ---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
Line 134: Line 134:
  
 -- chemical potential μ- to remove a particle -- chemical potential μ- to remove a particle
 +-- ###########################################################
 +-- THE PROBLEM SEEMS TO BE HERE
 print("") print("")
 print("(N-1)-body states energies computation") print("(N-1)-body states energies computation")
Line 146: Line 148:
 print("μ- = ", remove_mu) print("μ- = ", remove_mu)
 print("") print("")
 +-- ###########################################################
  
 -- chemical potential μ+ to add a particle -- chemical potential μ+ to add a particle
Line 166: Line 169:
  
 </code> </code>
 +
 +P.S: after some simulations, the problem seems to appear only when n4d-1 is equal to 8
 +the GS energy becomes -15.628822671742, -14.433720341628 or -14.042673360744 
  
 </WRAP> </WRAP>
Print/export