otter.experimental.SCFeedbackConfig
- class otter.experimental.SCFeedbackConfig(max_outer: int = 10, g_tol: float = 0.0005, v_corr_tol: float = 0.0005, v_corr_mix: float = 0.35, v_corr_scale: float = 1.0, use_continuation: bool = True, require_converged: bool = True)[source]
Bases:
objectNumerical controls for the outer SC AA <-> QOZ/HNC iteration.
Methods
__init__([max_outer, g_tol, v_corr_tol, ...])Attributes
g_tolmax_outerrequire_convergeduse_continuationv_corr_mixv_corr_scalev_corr_tol
Examples using
SCFeedbackConfig