Parsers for Quantum Espresso output files
pwproc
has a number of submodules:
scf
- Extract geometry and energy from energy calculations usingpw.x
relax
- Extract geometries and energies from structural relaxation usingpw.x
xsf
- Process geometries from.xsf
filesfermi
- Extract the fermi energy frompw.x
outputbands
- Band structures usingpw.x
orbands.x
template
- Template processor for generating input files
Usage: pwproc scf [--xsf FILE] [--energy [FILE]] in_file ...
Usage: pwproc relax [--xsf FILE] [--energy FILE] [--initial|--final] in_file ...
Usage: pwproc fermi in_file [in_file ...]
Usage: pwproc bands [--bands|--pwx] [--npz FILE] [--csv FILE] in_file
Usage: pwproc template [[-v KEY=VAL] ...] [[-f FILE] ...] [--use_env] in_file [out_file]