StateFittingApproachLinSolveConfig# class cuquantum.densitymat.StateFittingApproachLinSolveConfig(tolerance: float | None = None)[source]# Configuration for the LinSolve state-fitting approach. Parameters: tolerance – Orthonormality residual tolerance. Defaults to 0 when None, resolved to machine epsilon of the compute precision.