pyprocar.io.qe.QEParser

class pyprocar.io.qe.QEParser(dirpath: str | Path)[source]

Auto-detects Quantum ESPRESSO files in a directory and exposes lazy parser properties and computed objects (EBS, DOS, Structure).

Example

parser = QEParserAuto(“/path/to/qe/calculation”) print(parser.summary()) ebs = parser.ebs dos = parser.dos structure = parser.structure

Methods

Attributes