WallGo.containers.WallParams

class WallParams(widths, offsets)[source]

Bases: object

Holds wall widths and wall offsets for all fields

Parameters:
  • widths (ndarray)

  • offsets (ndarray)

__init__(widths, offsets)
Parameters:
  • widths (ndarray)

  • offsets (ndarray)

Return type:

None

Methods

__init__(widths, offsets)

Attributes

widths

Bubble wall widths in each field direction.

offsets

Bubble wall offsets in each field direction.

offsets: ndarray

Bubble wall offsets in each field direction.

widths: ndarray

Bubble wall widths in each field direction. Should be expressed in physical units (the units used in EffectivePotential).