pub fn stability_map(
g: &Graph,
base_cfg: &SheafConfig,
flow: FlowFn,
alphas: &[f64],
times: &[f64],
) -> StabilityMapExpand description
Compute a stability map: spectral gap over (alpha, time) grid.
Parameters:
g: graph topologybase_cfg: base sheaf config (alpha will be overridden per row)flow: flow energy functionalphas: array of alpha values to scantimes: array of time points to scan
Returns a StabilityMap with gap_values stored row-major.