Skip to main content

energy_window_indices

Function energy_window_indices 

Source
pub fn energy_window_indices(
    eigenvalues: &[f64],
    center: f64,
    half_width: f64,
) -> Result<Vec<usize>>