castep_outputs.parsers.cell_param_file_parser#
Parse castep .cell and .param files.
Functions
|
Parse castep .cell and param files. |
|
Parse castep .cell and param files. |
|
Parse castep .cell and param files. |
Classes
Non-linear constraint information. |
|
Information from positions block. |
- class castep_outputs.parsers.cell_param_file_parser.NonLinearConstraint[source]#
Bases:
TypedDict
Non-linear constraint information.
- class castep_outputs.parsers.cell_param_file_parser.PositionsInfo[source]#
Bases:
TypedDict
Information from positions block.
- mix_index: int#
Mixture index.
- pos: ThreeVector#
Atomic position.
- spin: float#
Ion spin.
- units: str#
Units.
- weight: float#
Mixture weight.
- castep_outputs.parsers.cell_param_file_parser.parse_cell_file(cell_param_file)#
Parse castep .cell and param files.