pub fn minimum_energy_uncertainty(time_uncertainty: f64) -> Option<f64>Expand description
Computes the minimum energy uncertainty estimate from delta E >= hbar / (2 * delta t).
Returns None when time_uncertainty is not positive and finite, or when the computed
result is not finite.