WallGo.PotentialTools.effectivePotentialNoResum.EImaginaryOption

class EImaginaryOption(value)[source]

Bases: Enum

Enums for what to do with imaginary parts in the effective potential.

__init__(*args, **kwds)

Attributes

ERROR

Throw an error if imaginary part nonzero

ABS_ARGUMENT

Absolute value of argument of integral

ABS_RESULT

Absolute value of analytically continued integral

PRINCIPAL_PART

Principal part of analytically continued integral

ABS_ARGUMENT = 2

Absolute value of argument of integral

ABS_RESULT = 3

Absolute value of analytically continued integral

ERROR = 1

Throw an error if imaginary part nonzero

PRINCIPAL_PART = 4

Principal part of analytically continued integral