WallGo.boltzmann.ETruncationOption
- class ETruncationOption(value)[source]
Bases:
EnumEnums for what to do with truncating the spectral expansion.
- __init__(*args, **kwds)
Attributes
Do not truncate early, use all coefficients.
Truncate early if it seems the UV is not converging.
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.