====== ReadFPLO ====== ### 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) * //+ldos.sortxxx.nlyyy// (optional) reads the partial density of states 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]]). ### ===== Table of contents ===== {{indexmenu>.#1}}