|
1 | 1 | (*
|
2 | 2 |
|
3 |
| -This is FeynArts, Version 3.10 |
| 3 | +This is FeynArts, Version 3.11 |
4 | 4 | Copyright by Sepp Kueblbeck, Hagen Eck, and Thomas Hahn 1991-2019
|
5 |
| -last modified 21 Jan 19 by Thomas Hahn |
| 5 | +last modified 7 Mar 19 by Thomas Hahn |
6 | 6 |
|
7 | 7 | Release notes:
|
8 | 8 |
|
@@ -791,16 +791,13 @@ on a propagator of type t (External, Internal, Loop)."
|
791 | 791 | "Mix[g1, g2] is a generic mixing field with left partner g1 and
|
792 | 792 | right partner g2."
|
793 | 793 |
|
| 794 | +SV = Mix[S, V] (* for compatibility *) |
| 795 | + |
794 | 796 | Rev::usage =
|
795 | 797 | "Rev[g1, g2] is a generic mixing field with left partner g2 and
|
796 | 798 | right partner g1, i.e. the reverse of Mix[g1, g2]. Rev is needed
|
797 | 799 | internally by FeynArts but should not appear in a model file."
|
798 | 800 |
|
799 |
| -SV::usage = |
800 |
| -"SV is a scalar-vector mixing field." |
801 |
| - |
802 |
| -SV = Mix[S, V] (* for compatibility *) |
803 |
| - |
804 | 801 | $GenericMixing::usage =
|
805 | 802 | "$GenericMixing determines whether mixing of generic fields is
|
806 | 803 | allowed or not."
|
@@ -974,7 +971,8 @@ as arguments the quantum numbers of the involved fields (times -1 for
|
974 | 971 | conservation of those quantum numbers."
|
975 | 972 |
|
976 | 973 | Compatibles::usage =
|
977 |
| -"Compatibles[p] is a list of particles that are compatible with p." |
| 974 | +"Compatibles[g][p] is a list of particles that are compatible with p |
| 975 | +for insertion of generic field g." |
978 | 976 |
|
979 | 977 | Index::usage =
|
980 | 978 | "Index is the head of an index name (i.e. Index[Generation])."
|
@@ -1486,11 +1484,11 @@ derived by flip and can have values True (edit the original shape
|
1486 | 1484 | P$Options = (_Rule | _RuleDelayed)...
|
1487 | 1485 |
|
1488 | 1486 |
|
1489 |
| -$FeynArts = {3, 10} |
| 1487 | +$FeynArts = {3, 11} |
1490 | 1488 |
|
1491 |
| -$FeynArtsVersionNumber = 3.10 |
| 1489 | +$FeynArtsVersionNumber = 3.11 |
1492 | 1490 |
|
1493 |
| -$FeynArtsVersion = "FeynArts 3.10 (21 Jan 2019)" |
| 1491 | +$FeynArtsVersion = "FeynArts 3.11 (7 Mar 2019)" |
1494 | 1492 |
|
1495 | 1493 | $FeynArtsDir = DirectoryName[
|
1496 | 1494 | $InputFileName /. HoldPattern[$InputFileName] :>
|
|
0 commit comments