|
2 | 2 |
|
3 | 3 | This is FeynArts, Version 3.10
|
4 | 4 | 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 |
6 | 6 |
|
7 | 7 | Release notes:
|
8 | 8 |
|
@@ -597,6 +597,18 @@ symbols which must (or must not, if preceded by \"!\") appear in the
|
597 | 597 | be executed directly after loading the classes model, i.e. before the
|
598 | 598 | actual initialization."
|
599 | 599 |
|
| 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 | + |
600 | 612 | RestrictCurrentModel::usage =
|
601 | 613 | "RestrictCurrentModel[args] applies a number of ExcludeFieldPoints and
|
602 | 614 | ExcludeParticles restrictions to the current model.
|
@@ -1041,14 +1053,12 @@ as arguments the quantum numbers of the involved fields (times -1 for
|
1041 | 1053 | integral. If no definition is made for ConjugateCoupling, the final
|
1042 | 1054 | amplitudes will contain this symbol."
|
1043 | 1055 |
|
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]." |
1048 | 1059 |
|
1049 | 1060 | 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] == _." |
1052 | 1062 |
|
1053 | 1063 | ReplaceCouplings::usage =
|
1054 | 1064 | "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
|
1472 | 1482 |
|
1473 | 1483 | $FeynArts = 3.10
|
1474 | 1484 |
|
1475 |
| -$FeynArtsVersion = "FeynArts 3.10 (3 Sep 2018)" |
| 1485 | +$FeynArtsVersion = "FeynArts 3.10 (23 Oct 2018)" |
1476 | 1486 |
|
1477 | 1487 | $FeynArtsDir = DirectoryName[
|
1478 | 1488 | $InputFileName /. HoldPattern[$InputFileName] :>
|
|
0 commit comments