castep_outputs.parsers.ts_file_parser#
Parse castep .ts files.
Functions
Parse castep .ts file. |
Classes
Transition state search file info. |
|
Structure info of the intermediate states of a TSS. |
- class castep_outputs.parsers.ts_file_parser.TSFileInfo[source]#
Bases:
TypedDictTransition state search file info.
- confirmation: bool#
Calculation is TSS confirmation.
- product: TSStructInfo#
Product info.
- reagent: TSStructInfo#
Reagent info.
- test: TSStructInfo#
Test info.
- class castep_outputs.parsers.ts_file_parser.TSStructInfo[source]#
Bases:
TypedDictStructure info of the intermediate states of a TSS.
Notes
Also contains atom index keys of {AtomIndex: dict}
- energy: tuple[float, float]#
Total Energy and Enthalpy of system in Ha.
- h: ThreeByThreeMatrix#
Alias of
lattice_vectors.
- lattice_vectors: ThreeByThreeMatrix#
Cell vectors of system in Bohr.
- castep_outputs.parsers.ts_file_parser.parse_ts_file(ts_file)[source]#
- castep_outputs.parsers.ts_file_parser.parse_ts_file(ts_file)
- castep_outputs.parsers.ts_file_parser.parse_ts_file(ts_file)
Parse castep .ts file.
- Parameters:
ts_file (TextIO) – Open handle to file to parse.
- Returns:
Parsed info.
- Return type: