Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| forum:data:2020:stranger_things [2020/01/07 19:16] – Riccardo Piombo | forum:data:2020:stranger_things [2025/11/20 03:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| ;;# | ;;# | ||
| asked by [[mailto: | asked by [[mailto: | ||
| 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 | + | 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 |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ||
| Line 118: | Line 118: | ||
| StartRestrictions1 = {NF, NB, {" | StartRestrictions1 = {NF, NB, {" | ||
| psiList_N = Eigensystem(H_tot, | psiList_N = Eigensystem(H_tot, | ||
| - | --psiList_N = {psiList_N} | + | psiList_N = {psiList_N} |
| print(" | print(" | ||
| 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(" | print(" | ||
| Line 146: | Line 148: | ||
| print(" | print(" | ||
| print("" | print("" | ||
| + | -- ########################################################### | ||
| -- chemical potential μ+ to add a particle | -- chemical potential μ+ to add a particle | ||
| Line 166: | Line 169: | ||
| </ | </ | ||
| + | |||
| + | P.S: after some simulations, | ||
| + | the GS energy becomes -15.628822671742, | ||
| </ | </ | ||