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 16:45] – Aleksandrs Zacinskis | documentation:language_reference:functions:calculateg [2024/11/14 17:15] (current) – Aleksandrs Zacinskis | ||
---|---|---|---|
Line 2: | Line 2: | ||
### | ### | ||
+ | Warning! Page is under development. | ||
+ | |||
Function // | Function // | ||
### | ### | ||
Line 17: | 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 95: | Line 97: | ||
==== Result ==== | ==== Result ==== | ||
- | <file Quanty_Output> | + | Diagonal Elements of the plots below show Partial DOS of Cu, |
- | text produced as output | + | {{ : |
- | </ | + | |
==== 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, | ||
Line 115: | Line 117: | ||
return G_ij | return G_ij | ||
end | end | ||
- | </file> | + | </code> |
===== Table of contents ===== | ===== Table of contents ===== | ||
{{indexmenu> | {{indexmenu> | ||