mechelastic.parsers package

Submodules

mechelastic.parsers.abinitparser module

class mechelastic.parsers.abinitparser.AbinitOutput(infile='abinit.out', anaddbfile='abinit2.out')[source]

Bases: object

This class contains methods to parse the outputs from Abinit. It requires the scf/RF output and the ddb analysis output.

mechelastic.parsers.qeparser module

mechelastic.parsers.vaspparser module

class mechelastic.parsers.vaspparser.VaspOutcar(infile='OUTCAR', adjust_pressure=True, verbose=True)[source]

Bases: object

This class contains methods to parse the OUTCAR file.

Module contents