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:08] – Micheangelo Tagliavini | documentation:language_reference:functions:calculateg [2024/12/31 14:23] (current) – Maurits W. Haverkort | ||
---|---|---|---|
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 {{A0,a1,a2,…,an},{B1,B2,…,Bn}, type=" | + | * G : Response Function in the Block List of Poles (If not chosen otherwise) |
G(ω)=A0+∑kBkω−ak+iγ/2 | G(ω)=A0+∑kBkω−ak+iγ/2 | ||
- | where a1,…,an are reals, and A0,B1,…,Bn are matrices of dimensions NO×NO, where NO is the number of orbitals in // | + | where a1,…,an are real numbers, and A0,B1,…,Bn are matrices of dimensions NO×NO, where NO is the number of orbitals in // |
===== 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 95: | ||
==== 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, |