The Two Higgs Doublet Model #
The two Higgs doublet model is the standard model plus an additional Higgs doublet.
Currently this file contains the definition of the 2HDM potential.
The parameters of the Two Higgs doublet model potential.
- m₁₁2 : ℝ
The parameter corresponding to
m₁₁²in the 2HDM potential. - m₂₂2 : ℝ
The parameter corresponding to
m₂₂²in the 2HDM potential. - m₁₂2 : ℂ
The parameter corresponding to
m₁₂²in the 2HDM potential. - 𝓵₁ : ℝ
The parameter corresponding to
λ₁in the 2HDM potential. - 𝓵₂ : ℝ
The parameter corresponding to
λ₂in the 2HDM potential. - 𝓵₃ : ℝ
The parameter corresponding to
λ₃in the 2HDM potential. - 𝓵₄ : ℝ
The parameter corresponding to
λ₄in the 2HDM potential. - 𝓵₅ : ℂ
The parameter corresponding to
λ₅in the 2HDM potential. - 𝓵₆ : ℂ
The parameter corresponding to
λ₆in the 2HDM potential. - 𝓵₇ : ℂ
The parameter corresponding to
λ₇in the 2HDM potential. 
Instances For
The potential of the two Higgs doublet model.
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
The potential where all parameters are zero.
Equations
- TwoHDM.Potential.zero = { m₁₁2 := 0, m₂₂2 := 0, m₁₂2 := 0, 𝓵₁ := 0, 𝓵₂ := 0, 𝓵₃ := 0, 𝓵₄ := 0, 𝓵₅ := 0, 𝓵₆ := 0, 𝓵₇ := 0 }