castep_outputs.parsers.parse_fmt_files#

Parse castep .elf_fmt, .chdiff_fmt, .pot_fmt, and .den_fmt files.

Functions

parse_chdiff_fmt_file(chdiff_file)

Parse castep .chdiff_fmt files.

parse_den_fmt_file(den_file)

Parse castep .den_fmt files.

parse_elf_fmt_file(elf_file)

Parse castep .elf_fmt files.

parse_pot_fmt_file(pot_file)

Parse castep .pot_fmt files.

castep_outputs.parsers.parse_fmt_files.parse_chdiff_fmt_file(chdiff_file)[source]#

Parse castep .chdiff_fmt files.

Return type:

dict[str, list[int | float]]

castep_outputs.parsers.parse_fmt_files.parse_den_fmt_file(den_file)[source]#

Parse castep .den_fmt files.

Return type:

dict[str, list[int | float]]

castep_outputs.parsers.parse_fmt_files.parse_elf_fmt_file(elf_file)[source]#

Parse castep .elf_fmt files.

Return type:

dict[str, list[int | float]]

castep_outputs.parsers.parse_fmt_files.parse_pot_fmt_file(pot_file)[source]#

Parse castep .pot_fmt files.

Return type:

dict[str, list[int | float]]