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
documentation:language_reference:objects:responsefunction:functions:calculateselfenergy [2024/10/07 14:37] Aleksandrs Zacinskisdocumentation:language_reference:objects:responsefunction:functions:calculateselfenergy [2024/10/30 18:43] (current) Aleksandrs Zacinskis
Line 11: Line 11:
   * $G_0$ : ResponseFunction object   * $G_0$ : ResponseFunction object
   * $G$ : ResponseFunction object   * $G$ : ResponseFunction object
 +  * Possible options are:
 +      * "epsilon" :  minimal distance between two poles to be considered different in energy (default value 2.3E-13)
 ===== Output ===== ===== Output =====
   * $\Sigma$ : ResponseFunction object   * $\Sigma$ : ResponseFunction object
Line 19: Line 21:
 <code Quanty CalculateSelfEnergy.Quanty> <code Quanty CalculateSelfEnergy.Quanty>
  
 +-- H0, H1, Npsi, TPes, TIPes are defined beforehand
 psiList = Eigensystem(H0,StartRestrictions, Npsi) psiList = Eigensystem(H0,StartRestrictions, Npsi)
  
Print/export