aiida_phonopy.parsers.raw_parsers.phonopy#

Raw parsers of the phonopy output files.

Module Contents#

Functions#

parse_stdout(stdout)

Raw parser of the phonopy std output.

aiida_phonopy.parsers.raw_parsers.phonopy.parse_stdout(stdout)[source]#

Raw parser of the phonopy std output.

Parameters:

stdout – str of the std output of phonopy

Returns:

tuple of two dictionaries, with the parsed data and log messages, respectively