Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
documentation:language_reference:functions:filereaddresdenfplo [2024/09/18 14:22] – Sina Shokri | documentation:language_reference:functions:filereaddresdenfplo [2025/01/06 15:23] (current) – Maurits W. Haverkort |
---|
| |
### | ### |
The function //FileReadDresdenFPLO(path_to_out)// reads in the output file of the FPLO calculation. This function normally used to later generate the tight-binding object using the Wannier functions from the FPLO calculation. See also [[documentation:language_reference:objects:tightbinding:start|tight binding]] object. | The function //FileReadDresdenFPLO(path_to_out)// reads in the output file of an FPLO calculation. //path_to_out// should be the file name of a file containing the data FPLO writes to standard output when called whilst creating Wannier functions. This function only reads information necessary for creating a TB Hamiltonian (using the Wannier orbitals from FPLO wan output) and is used to later generate the [[documentation:language_reference:objects:tightbinding:start|tight binding]] object. See also the function [[documentation:language_reference:functions:readfplo|ReadFPLO()]], which reads more output. |
### | ### |
| |
===== Output ===== | ===== Output ===== |
| |
* pointer to the FPLO output generated inside Quanty. | * A DresdenFPLO user data type that can be used to generate response functions or tight binding Hamiltonians. |
| |
===== Example ===== | ===== Example ===== |