Expand description
Density of States (DOS) and Projected DOS (PDOS).
Computes total DOS by Gaussian-smearing EHT orbital energies and atom-projected DOS by weighting with Mulliken orbital populations.
Structs§
- DosResult
- Result of a DOS/PDOS calculation.
Functions§
- compute_
dos - Compute total density of states from EHT orbital energies.
- compute_
dos_ parallel - Compute total DOS using rayon over the energy grid.
- compute_
pdos - Compute atom-projected DOS from EHT results.
- compute_
pdos_ parallel - Compute atom-projected DOS using rayon for orbital weights and atom-grid accumulation.
- dos_mse
- Compute mean-squared error between two DOS curves.
- export_
dos_ json - Serialize DOS/PDOS result to JSON for web visualization.