HaltReason
Bases: Enum
The reason for halting
Source code in q3as/algo/types.py
INTERRUPT = 'interrupt'
class-attribute
instance-attribute
The process was interrupted
MAXITER = 'maxiter'
class-attribute
instance-attribute
The maximum number of iterations was reached
TOLERANCE = 'tolerance'
class-attribute
instance-attribute
The tolerance was reached