Skip to content

Commit ceb01b7

Browse files
t-hahnvsht
authored andcommitted
FeynArts 3.10; Last update: 23 Oct 18;
* Added CloseKinematicVector and CloseCouplingVector functions (experimental, for experts).
1 parent 5ab2355 commit ceb01b7

File tree

8 files changed

+130
-1442
lines changed

8 files changed

+130
-1442
lines changed

FeynArts.m

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This is FeynArts, Version 3.10
44
Copyright by Sepp Kueblbeck, Hagen Eck, and Thomas Hahn 1991-2018
5-
last modified 3 Sep 18 by Thomas Hahn
5+
last modified 23 Oct 18 by Thomas Hahn
66
77
Release notes:
88
@@ -597,6 +597,18 @@ symbols which must (or must not, if preceded by \"!\") appear in the
597597
be executed directly after loading the classes model, i.e. before the
598598
actual initialization."
599599

600+
CloseKinematicVector::usage =
601+
"CloseKinematicVector/@ M$GenericCouplings adds to the kinematic vectors
602+
of the couplings in M$GenericCouplings the elements to 'close' them
603+
under permutations. CloseKinematicVector adds appropriate definitions
604+
of CloseCouplingVector which must be used on the M$CouplingMatrices
605+
during the initialization of the classes model."
606+
607+
CloseCouplingVector::usage =
608+
"CloseCouplingVector/@ M$CouplingMatrices arranges the coupling vectors
609+
of the couplings in M$CouplingMatrices to be consistent with the closed
610+
kinematic vectors of the generic model file."
611+
600612
RestrictCurrentModel::usage =
601613
"RestrictCurrentModel[args] applies a number of ExcludeFieldPoints and
602614
ExcludeParticles restrictions to the current model.
@@ -1041,14 +1053,12 @@ as arguments the quantum numbers of the involved fields (times -1 for
10411053
integral. If no definition is made for ConjugateCoupling, the final
10421054
amplitudes will contain this symbol."
10431055

1044-
TreeCouplings::usage =
1045-
"TreeCouplings[All] returns M$CouplingMatrices with higher-order
1046-
couplings removed. TreeCouplings[] further removes couplings that
1047-
have no tree-level part."
1056+
Couplings::usage =
1057+
"Couplings[cto, All] returns the couplings of counter-term order cto.
1058+
Couplings[cto] removes the all-zero couplings from Couplings[cto, All]."
10481059

10491060
GetCouplings::usage =
1050-
"GetCouplings[C[fi], ...] returns all couplings of the form C[fi] == _
1051-
in M$CouplingMatrices."
1061+
"GetCouplings[C[fi], ...] returns all couplings of the form C[fi] == _."
10521062

10531063
ReplaceCouplings::usage =
10541064
"ReplaceCouplings[C[fi] == coup] replaces all couplings matching C[fi]
@@ -1472,7 +1482,7 @@ derived by flip and can have values True (edit the original shape
14721482

14731483
$FeynArts = 3.10
14741484

1475-
$FeynArtsVersion = "FeynArts 3.10 (3 Sep 2018)"
1485+
$FeynArtsVersion = "FeynArts 3.10 (23 Oct 2018)"
14761486

14771487
$FeynArtsDir = DirectoryName[
14781488
$InputFileName /. HoldPattern[$InputFileName] :>

0 commit comments

Comments
 (0)