castep_outputs.parsers.magres_file_parser#
Parse castep .magres files.
Functions
|
Parse castep .magres file. |
Classes
Per atom magres information. |
|
NMR Magnetic reponse information. |
|
Information on magres units. |
- class castep_outputs.parsers.magres_file_parser.AtomsInfo[source]#
Bases:
TypedDict
Per atom magres information.
- anisotropy: float#
Susceptability anisotropy.
- asymmetry: float#
Asymmetry ratio.
- coords: ThreeVector#
Atom coordinates.
- eigenvalue: ThreeVector#
Eigenvalues in \(\sigma_{\alpha\alpha}\).
- eigenvector: ThreeByThreeMatrix#
Eigenvectors in \(\sigma_{\alpha\alpha}\).
- isotropic: float#
Isotropic susceptability.
- class castep_outputs.parsers.magres_file_parser.MagresInfo[source]#
Bases:
TypedDict
NMR Magnetic reponse information.
- class castep_outputs.parsers.magres_file_parser.UnitsInfo[source]#
Bases:
TypedDict
Information on magres units.