cbx.utils.termination.energy_tol_term# class cbx.utils.termination.energy_tol_term(energy_tol=1e-07)[source]# Bases: object Check if the energy is below a certain tolerance. Returns: True if the energy is below the tolerance, False otherwise. Return type: bool __call__(dyn)[source]# Call self as a function.