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:02] – Micheangelo Tagliavini | documentation:language_reference:functions:calculateg [2024/11/14 17:15] (current) – Aleksandrs Zacinskis | ||
---|---|---|---|
Line 19: | Line 19: | ||
===== 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 97: | Line 97: | ||
==== Result ==== | ==== Result ==== | ||
- | + | 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, |