API Reference
Full signatures, parameters, and return types for every public class and function in akaitools, generated directly from the source docstrings.
If you're looking for task-oriented guides instead, see Usage.
-
Parsing
Top-level
parse_dos(),parse_go(),parse_spc()functions and the parser classes behind them. -
DOS result
DOSResultandDOSComponent. -
SCF result
GOResultandGOIteration. -
SPC result
SPCResult,SPCParams,SpectralFunction, andKMeshInfo. -
Shared data models
CalculationResultbase class plus the atomic, lattice, and system data models shared across results. -
Plotting
plot_dos(),plot_convergence(), andplot_bsf(). -
Input file generation
InputFile,KPath, andKPoint. -
Errors
ParseError,InvalidParameterError, andInputValidationError.