plot_pr¶
- mqed.plotting.plot_pr._load_ipr_and_time(h5_path: Path, *, nmol_hint: int | None = None) tuple[np.ndarray, np.ndarray, dict, np.ndarray | None][source]¶
- Load t_ps and IPR(t). Tries, in order:
top-level ‘ipr_mean’ (and optional ‘ipr_std’)
expectations[‘IPR_site’]
derive from expectations[‘Excitation_Populations’] (renormalized to excited manifold)
- Returns:
(T,) ipr : (T,) meta : dict ipr_std : (T,) or None
- Return type:
t_ps