Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:language_reference:functions:readfplo [2024/09/18 18:19] – created Sina Shokridocumentation:language_reference:functions:readfplo [2025/01/06 15:30] (current) Maurits W. Haverkort
Line 2: Line 2:
  
 ### ###
-alligned paragraph text +The function //ReadFPLO(path_to_dft_dir)// reads several output files from a DFT calculation done with FPLO. It returns a DresdenFPLO user data type that can be used to generate response functions or tight binding Hamiltonians. The files processed by //ReadFPLO// in the folder //path_to_dft_dir// are 
-### +  * //=.in//                 (must be present) 
- +  * //=.str_template//       (must be present) 
-===== Input ===== +  * //+ldos.sortxxx.nlyyy//  (optional) reads the partial density of states
- +
-  * bla : Integer +
-  * bla2 : Real +
- +
-===== Output ===== +
- +
-  * bla : real +
- +
-===== Example =====+
  
 +The output of the function can be given as argument to the function [[documentation:language_reference:functions: HybridizationFunctionFromFPLO | HybridizationFunctionFromFPLO()]] to generate the hybridization function (a [[documentation/language_reference/objects/responsefunction/start|response function]]). 
 ### ###
-description text 
-### 
- 
-==== Input ==== 
-<code Quanty Example.Quanty> 
--- some example code 
-</code> 
  
-==== Result ==== 
-<file Quanty_Output> 
-text produced as output 
-</file> 
  
 ===== Table of contents ===== ===== Table of contents =====
 {{indexmenu>.#1}} {{indexmenu>.#1}}
  
Print/export