Skip to content

Commit

Permalink
change output of DeltaVBwave[] to resemble the FSSelfEnergy[...]
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Bach committed Feb 13, 2017
1 parent ea84452 commit 0a0334f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -2521,7 +2521,7 @@ corresponding tadpole is real or imaginary (only in models with CP
effectiveCouplingsFileName];
extraVertices = EffectiveCouplings`GetNeededVerticesList[effectiveCouplings];
Put[vertexRules =
Vertices`VertexRules[Join[nPointFunctions, extraVertices, {deltaVBwave}], Lat$massMatrices],
Vertices`VertexRules[Join[nPointFunctions, extraVertices, deltaVBwave], Lat$massMatrices],
vertexRuleFileName],
vertexRules = Get[vertexRuleFileName];
effectiveCouplings = Get[effectiveCouplingsFileName];
Expand Down
3 changes: 2 additions & 1 deletion meta/WeinbergAngle.m
Expand Up @@ -203,7 +203,8 @@
Module[{neutrinodiagrs, electrondiagrs, result},
neutrinodiagrs = ExcludeDiagrams[GenerateDiagramsWave[SARAH`Neutrino], TreeMasses`IsVector];
electrondiagrs = ExcludeDiagrams[GenerateDiagramsWave[SARAH`Electron], TreeMasses`IsVector];
result = 1/2 * (SARAH`sum[SARAH`gO1, 1, 2, Plus @@ (WaveResult[#, includeGoldstones] &) /@ neutrinodiagrs] + SARAH`sum[SARAH`gO1, 1, 2, Plus @@ (WaveResult[#, includeGoldstones] &) /@ electrondiagrs]);
result = {WeinbergAngle`DeltaVB[{WeinbergAngle`wave, SARAH`Neutrino}, 1/2 * SARAH`sum[SARAH`gO1, 1, 2, Plus @@ (WaveResult[#, includeGoldstones] &) /@ neutrinodiagrs]],
WeinbergAngle`DeltaVB[{WeinbergAngle`wave, SARAH`Electron}, 1/2 * SARAH`sum[SARAH`gO1, 1, 2, Plus @@ (WaveResult[#, includeGoldstones] &) /@ electrondiagrs]]};
Return[result];
];

Expand Down

0 comments on commit 0a0334f

Please sign in to comment.