Can one set Dependence to zero?

Question how to implement a model or how to change a model implementation
Post Reply
Zeick
Posts: 2
Joined: 28. Sep 2018, 15:53

Can one set Dependence to zero?

Post by Zeick » 4. Feb 2020, 17:13

Dear Florian,

In a model with two U(1) gauge groups, I have tried to force one of the mixing parameters to zero assigning in parameter.m a dependence to zero:

Code: Select all

{gZZY,        {Description -> "Identically zero gauge mixing coupling",
			   LaTeX -> "g_{ZY}",
			   Dependence -> 0,
			   OutputName -> gZY}}
I hoped this would clear the parameter in RGE expressions in LaTeX output, but g_{ZY} persists. Is there a way to remove it from output?

Best regards,
- Zeick

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: Can one set Dependence to zero?

Post by FStaub » 9. Feb 2020, 20:06

Hi,

I think not.
It's also dangerous: in general, you have this triangle for the gauge coughing matrix just at one scale.

Cheers
Florian

Post Reply