feynlag.models.PhysicalBasis

class feynlag.models.PhysicalBasis(Z, A, Wp, Wm, h, G0, Gp, Gm, cmap, bosons=<factory>)[source]

The electroweak fields after the standard two rotations.

Parameters:
Z, A, Wp, Wm

the physical gauge bosons.

h, G0

the physical CP-even Higgs and the neutral Goldstone (the real / imaginary parts of H⁰).

Gp, Gm

the charged Goldstone and its conjugate symbol.

cmap

the {conjugate(Gp): Gm} map for the extractor.

Type:

dict

bosons

a convenience list [h, G0, Gp, Gm, Z, A, Wp, Wm].

Type:

list

__init__(Z, A, Wp, Wm, h, G0, Gp, Gm, cmap, bosons=<factory>)
Parameters:
Return type:

None

Methods

__init__(Z, A, Wp, Wm, h, G0, Gp, Gm, cmap)

Attributes

Z

A

Wp

Wm

h

G0

Gp

Gm

cmap

bosons