Skip to content

brahmap.core.GLSParameters

Source code in brahmap/core/GLS.py
@dataclass
class GLSParameters:
    solver_type: SolverType = SolverType.IQU
    use_iterative_solver: bool = True
    isolver_threshold: float = 1.0e-12
    isolver_max_iterations: int = 100
    callback_function: Callable = None
    return_processed_samples: bool = False
    return_hit_map: bool = False