WallGo.boltzmann.ETruncationOption

class ETruncationOption(value)[source]

Bases: Enum

Enums for what to do with truncating the spectral expansion.

__init__(*args, **kwds)

Attributes

NONE

Do not truncate early, use all coefficients.

AUTO

Truncate early if it seems the UV is not converging.

THIRD

Drop the last third of the coefficients.

AUTO = 2

Truncate early if it seems the UV is not converging.

NONE = 1

Do not truncate early, use all coefficients.

THIRD = 3

Drop the last third of the coefficients.