IO API#
This section decribes the input and output of PyProcar. This handles the parsing of the density functional codes
PyProcar has the following parsers
pyprocar.io.qe.QEParser
is used to parse Quantum Espresso results.pyprocar.io.bxsf.BxsfParser
is used to parse Bxsf formatted results.pyprocar.io.lobster.LobsterParser
is used to parse Lobster results.pyprocar.io.siesta.SiestaParser
is used to parse Siesta results.pyprocar.io.vasp
This module is used to parse Vasp resultspyprocar.io.abinit
This module is used to parse Abinit results