aim2dat.io.qe
¶
Module of functions to read output-files of Quantum ESPRESSO.
Module Contents¶
Functions¶
|
Read the projected density of states from Quantum ESPRESSO. |
|
Read band structure file from Quantum ESPRESSO. |
|
Read structure from the Quantum ESPRESSO input file. |
|
Read the total density of states from Quantum ESPRESSO. |
|
Read xml output file. |
- aim2dat.io.qe.read_atom_proj_density_of_states(folder_path)[source]¶
Read the projected density of states from Quantum ESPRESSO.
- aim2dat.io.qe.read_band_structure(file_name)[source]¶
Read band structure file from Quantum ESPRESSO. Spin-polarized calculations are not yet supported.
- aim2dat.io.qe.read_input_structure(file_name)[source]¶
Read structure from the Quantum ESPRESSO input file. ibrav parameters are not yet fully supported.
- aim2dat.io.qe.read_total_density_of_states(file_name)[source]¶
Read the total density of states from Quantum ESPRESSO.
-
aim2dat.io.qe.read_xml(file_name: str, extract_structures: bool =
False
, strct_type: str =None
, strct_include: list =None
)[source]¶ Read xml output file.
- Parameters:¶
file_name (str) – Path of the xml-file of Quantum ESPRESSO.
extract_structures (bool) – Whether to extract alls crystal structures and add them to the output dictionary with the key
'structures'
.strct_type (str) – Type of extracted structure(s). Supported options are
'input'
,'output'
or'steps'
.strct_include (list) – List of dictionary keys that are included in the structure attributes.
- Returns:¶
dict – Output dictionary.