castep_outputs.bin_parsers#
List of parsers for binary file formats.
Module Attributes
Dictionary of available parsers. |
|
Names of parsers/parsable file extensions (without |
|
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
Parser for cst_esp files. |
|
General parser for the Fortran Unformatted file format. |