Function wafer::grid::eta[][src]

fn eta(step: u64, diff_old: f64, diff_new: f64, config: &Config) -> Option<f64>

Estimates completion time for the convergence of the current wavefunction.

Returns

An estimate of the number of screen_update cycles to go until convergence. Uses an option as it may not be finite.