WallGo.freeEnergy.FreeEnergyValueType

class FreeEnergyValueType(veffValue, fieldsAtMinimum)[source]

Bases: object

Data class containing the field value that minimizes the potential and the value of the potential in the minimum.

Parameters:
  • veffValue (ndarray)

  • fieldsAtMinimum (Fields)

__init__(veffValue, fieldsAtMinimum)
Parameters:
  • veffValue (ndarray)

  • fieldsAtMinimum (Fields)

Return type:

None

Methods

__init__(veffValue, fieldsAtMinimum)

fromArray(arr)

ASSUMES that the last column is Veff value.

Attributes

veffValue

fieldsAtMinimum

static fromArray(arr)[source]

ASSUMES that the last column is Veff value.

Parameters:

arr (ndarray)

Return type:

FreeEnergyValueType