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:
TypedDict
Transition state search file info.
-
product:
TSStructInfo
# Product info.
-
reagent:
TSStructInfo
# Reagent info.
-
test:
TSStructInfo
# Test info.
-
product:
- class castep_outputs.parsers.ts_file_parser.TSStructInfo[source]#
Bases:
TypedDict
Structure 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.