pygsti.tools.exceptions.ProbabilityClippingWarning#
- exception ProbabilityClippingWarning#
A simulated outcome probability fell outside [0, 1] (or a set of outcome probabilities did not sum to 1) by more than the configured tolerance, and was clipped/renormalized. Subclass of NumericalDomainWarning so the existing strict-mode filter on the parent catches these too.