Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:language_reference:functions:calculateg [2024/11/14 17:10] – Aleksandrs Zacinskis | documentation:language_reference:functions:calculateg [2025/11/20 03:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ### | ### | ||
| - | Warning! Page is under development. | ||
| - | |||
| Function // | Function // | ||
| ### | ### | ||
| Line 19: | Line 17: | ||
| ===== Output ===== | ===== Output ===== | ||
| - | * G : Response Function in the Block List of Poles representation $\{\{A_0, a_1, a_2, | + | * G : Response Function in the Block List of Poles (If not chosen otherwise) |
| $$G(\omega) = A_0 + \sum_{k} \frac{B_k}{\omega-a_k+i\gamma/ | $$G(\omega) = A_0 + \sum_{k} \frac{B_k}{\omega-a_k+i\gamma/ | ||
| - | where $a_1, | + | where $a_1, |
| ===== Example ===== | ===== Example ===== | ||
| ### | ### | ||
| - | This example creates Tight-Binding model for 2D layer of CuO2 known also as the Emery model. // | + | This example creates Tight-Binding model for 2D layer of CuO2 also known as the Emery model. // |
| ### | ### | ||
| Line 98: | Line 96: | ||
| ==== Result ==== | ==== Result ==== | ||
| Diagonal Elements of the plots below show Partial DOS of Cu, | Diagonal Elements of the plots below show Partial DOS of Cu, | ||
| - | {{ : | + | {{ : |
| ==== Used functions ==== | ==== Used functions ==== | ||
| - | <code Quanty | + | <code Quanty |
| -- this function extracts G_ij response function of Block List of Poles Response Function object | -- this function extracts G_ij response function of Block List of Poles Response Function object | ||
| function ScalarResponseFunctionFromBlockListOfPolesResponseFunction(G0, | function ScalarResponseFunctionFromBlockListOfPolesResponseFunction(G0, | ||