XML files
Index
Documentation
QuantumEspressoIO.read_pw_xml — Method
read_pw_xml(filename)
Read atomic structure and band structure from QE's XML output.
Return
lattice:3 * 3, Å, each column is a lattice vectoratom_positions: length-n_atomsvector, each element is a fractional positionatom_labels: length-n_atomsvector, each element is the label of the corresponding atomrecip_lattice:3 * 3, Å⁻¹, each column is a reciprocal lattice vectorkpoints: length-n_kptsvector, each element is a fractional kpointfermi_energy: eValat: thealatof QE in Åeigenvalues: length-n_kptsvector, each element is a length-n_bandsvector of eigenvalue in eV. For spin-polarized but without SOC calculations, return two arries ofeigenvalues_upandeigenvalues_dnfor the two spin channels.