1
1
(*
2
2
3
3
This is FeynArts, Version 3.11
4
- Copyright by Sepp Kueblbeck, Hagen Eck, and Thomas Hahn 1991-2019
5
- last modified 2 Sep 19 by Thomas Hahn
4
+ Copyright by Sepp Kueblbeck, Hagen Eck, and Thomas Hahn 1991-2020
5
+ last modified 18 May 20 by Thomas Hahn
6
6
7
7
Release notes:
8
8
@@ -758,12 +758,12 @@ on a propagator of type t (External, Internal, Loop)."
758
758
"KIi[n] is the ith kinematic index of the nth field in the kinematic
759
759
vector."
760
760
761
- KIs = {KI1 , KI2 , KI3 , KI4 , KI5 , KI6 }
761
+ KIs = {KI1 , KI2 , KI3 , KI4 , KI5 , KI6 , KI7 , KI8 , KI9 , KI10 , KI11 , KI12 }
762
762
763
763
SI ::usage = "SI[n] is the nth summation index in a component of the
764
764
kinematic vector."
765
765
766
- SIs = {SI1_ , SI2_ , SI3_ , SI4_ , SI5_ , SI6_ }
766
+ SIs = {SI1_ , SI2_ , SI3_ , SI4_ , SI5_ , SI6_ , SI7_ , SI8_ , SI9_ , SI10_ , SI11_ , SI12_ }
767
767
768
768
CI ::usage = "CI[n] is the classes index of the nth field in the
769
769
kinematic vector."
@@ -1263,6 +1263,10 @@ integration momenta of the amplitude (empty for tree graphs)."
1263
1263
GaugeXi ::usage =
1264
1264
"GaugeXi[s] is a gauge parameter with index s."
1265
1265
1266
+ GaugeVector ::usage =
1267
+ "GaugeVector[V, p, (mu)] is a gauge vector for gauge boson V with
1268
+ momentum p and Lorentz Index mu, used e.g. in axial gauge."
1269
+
1266
1270
FourMomentum ::usage =
1267
1271
"FourMomentum[s, n] is the nth momentum of type s. Allowed types are
1268
1272
Incoming, Outgoing, External, and Internal."
@@ -1482,8 +1486,8 @@ derived by flip and can have values True (edit the original shape
1482
1486
1483
1487
P$ChainBuildOrder = {F , U }
1484
1488
1485
- P$InsertionObjects = G [_ ][_ ][__ ][__ ] | _ Mass | _ GaugeXi |
1486
- VertexFunction [_ ][__ ]
1489
+ P$InsertionObjects = G [_ ][_ ][__ ][__ ] | _ Mass |
1490
+ _ GaugeXi | _ GaugeVector | VertexFunction [_ ][__ ]
1487
1491
1488
1492
P$Options = (_ Rule | _ RuleDelayed )...
1489
1493
@@ -1492,7 +1496,7 @@ derived by flip and can have values True (edit the original shape
1492
1496
1493
1497
$FeynArtsVersionNumber = 3.11
1494
1498
1495
- $FeynArtsVersion = "FeynArts 3.11 (2 Sep 2019 )"
1499
+ $FeynArtsVersion = "FeynArts 3.11 (18 May 2020 )"
1496
1500
1497
1501
$FeynArtsDir = DirectoryName [
1498
1502
$InputFileName /. HoldPattern [$InputFileName ] :>
0 commit comments