castep_outputs.bin_parsers

castep_outputs.bin_parsers#

List of parsers for binary file formats.

Module Attributes

PARSERS

Dictionary of available parsers.

CASTEP_OUTPUT_NAMES

Names of parsers/parsable file extensions (without ".").

CASTEP_FILE_FORMATS

Names of parsable file extensions.

castep_outputs.bin_parsers.CASTEP_FILE_FORMATS: tuple[str, ...] = ('.cst_esp',)#

Names of parsable file extensions.

castep_outputs.bin_parsers.CASTEP_OUTPUT_NAMES: tuple[str, ...] = ('cst_esp',)#

Names of parsers/parsable file extensions (without ".").

castep_outputs.bin_parsers.PARSERS: dict[str, Callable] = {'cst_esp': <function parse_cst_esp_file>}#

Dictionary of available parsers.

Modules

cst_esp_file_parser

Parser for cst_esp files.

fortran_bin_parser

General parser for the Fortran Unformatted file format.