ParticleConfig

class BubbleDet.ParticleConfig(W_Phi, spin=0, dof_internal=1, zero_modes='Higgs')[source]

Bases: object

Particle configuration for fluctuations.

A simple class holding attributes of a particle as relevant for calculations of functional determinants.

Parameters for initialisation below.

Parameters:
  • W_Phi (function) – Function \(W(\phi)\), should take a float and return one.

  • spin ({0, 1}, optional) – Particle spin, \(s\), currently restricted to [0, 1]. Default is 0.

  • dof_internal (int, optional) – Number of internal degrees of freedom, \(n\). Default is 1.

  • zero_modes ({"Higgs", "Goldstone", "None"}, optional) – String determining type of zero modes. Default is "Higgs".

Attributes Summary

SPIN_OPTIONS

Allowed particle spin values

ZERO_MODES_OPTIONS

Allowed zero modes options

Attributes Documentation

SPIN_OPTIONS = [0, 1]

Allowed particle spin values

ZERO_MODES_OPTIONS = ['Higgs', 'Goldstone', 'None']

Allowed zero modes options