triqs.utility.bound_and_bisect.determine_bounds

triqs.utility.bound_and_bisect.determine_bounds(F, x_0, dx, maxiter)[source]

Determine the bounds [a,b] for the zero of function F, using x_0 as a guess and incrementing by dx each time.