It is a well-known fact (cf. eg. Jegerlehner:2000dz) that the definition of in 4 dimensions cannot be consistently extended to dimensions without giving up either the anticommutativity property
or the cyclicity of the Dirac trace, e.g. that
This explains the existence of multiple prescriptions (called -schemes) that aim at avoiding these issues and obtaining physical results in the given calculation.
Indeed, as of now there is no simple solution or cookbook recipe that can be readily applied to any theory at any loop order in a fully automatic fashion.
The reason for this is that calculations involving are not limited to the algebraic manipulations of Dirac matrices. In general, once shows up in -dimensional amplitudes, there is a high chance that the final result will violate some of the essential symmetries, such as generalized Ward identities or Bose symmetry.
Once this happens, symmetries violated due to the chosen scheme must be restored by hand, e.g. by introducing special finite counterterms. Unfortunately, an explicit determination of such counterterms for a given model is a nontrivial task, especially beyond 1-loop. This explains why people usually try to avoid this situation and would rather opt for figuring out special tricks that work only for this particular calculation but manage to preserve the symmetries.
Further discussions on this topic can be found e.g. in
FeynCalc has built-in support for several -schemes in the sense that it can manipulate -dimensional algebraic expressions involving in accordance with the rules provided by the scheme authors.
The nonalgebraic part of a typical -calculation, e.g. checking for violated symmetries and restoring them is not handled by FeynCalc. This is also not something easy to automatize (due to the reasons explained above) so that here we expect the user to employ their understanding of physics and common sense.
The responsibility of FeynCalc is to ensure that algebraic manipulations of Dirac matrices (including ) are consistent within the chosen scheme. For the purpose of dealing with in dimensions FeynCalc implements three different schemes.
The Naive or Conventional Dimensional Regularization (NDR or CDR respectively) Chanowitz:1979zu simply assumes that one can define a -dimensional that anticommutes with any other Dirac matrix and does not break the cyclicity of the trace. For FeynCalc this means that in every string of Dirac matrices all can be safely anticommuted to the right end of the string. In the course of this operation FeynCalc can always apply .
Consequently, all Dirac traces with an even number of can be rewritten as traces that involve only the first four -matrices and evaluated directly, e.g.
The problematic cases are -odd traces with an even number of other Dirac matrices, where the pieces of the result depend on the initial position of in the string. Using the anticommutativity property they can be always rewritten as traces of a string of other Dirac matrices and one . If the number of the other Dirac matrices is odd, such a trace is put to zero i.e. If the number is even, the trace is returned unevaluated, since FeynCalc does not know how to calculate it in a consistent way. A user who knows how these ambiguous objects should be treated in the particular calculation can still take care of the remaining traces by hand. This ensures that the output produced by FeynCalc is algebraically consistent to the maximal extent possible in the NDR scheme without extra assumptions.
In FeynCalc, this scheme the default choice. It can also be explicitly activated via
["NDR"] FCSetDiracGammaScheme
Sometimes may show up in the calculation as an artifact of using a particular set of operators or projectors even though the results itself is not supposed to be affected by the -problem. For such cases FeynCalc offers a variety of the NDR scheme, where all traces of the form are simply put to zero. It can be used to e.g. examine the effects of the chosen scheme on the final result and can be activated via
["NDR-Discard"] FCSetDiracGammaScheme
FeynCalc also supports the Breitenlohner-Maison implementation Breitenlohner:1977hr of the t’Hooft-Veltman tHooft:1972tcz prescription, often abbreviated as BMHV, HVBM, HV or BM scheme. In this approach is treated as a purely 4-dimensional object, while -dimensional Dirac matrices and 4-vectors are decomposed into - and -dimensional components. Following Buras:1989xd FeynCalc typesets the former with a bar and the latter with a hat e.g.
The main advantage of the BMHV scheme is that the Dirac algebra
(including traces) can be evaluated without any algebraic ambiguities.
However, calculations involving tensors from three different spaces
(,
and ) often turn out to be rather
cumbersome, even when using computer codes. Moreover, this prescription
is known to artificially violate Ward identities in chiral theories,
which is something that can be often avoided when using NDR. Within BMHV
FeynCalc can simplify arbitrary strings of Dirac matrices and calculate
arbitrary traces out-of-the-box. The evaluation of -odd Dirac traces is performed using
the West-formula from West:1991xv. It
is worth noting that -dimensional
components of external momenta are not set to zero by default, as it is
conventionally done in the literature. If this is required, the user
should evaluate Momentum[pi,D-4]=0
for each relevant
momentum . To remove such
assignments one should use FCClearScalarProducts[]
.
This scheme is activated by evaluating
["BMHV"] FCSetDiracGammaScheme
Larin’s scheme Larin:1993tq is a variety of the BMHV scheme that has been extensively used in QCD calculations involving axial vector currents. The main idea is to replace the products of and in a chiral trace as in
and then calculate the resulting trace. Then, all -tensors occurring in the amplitude should be evaluated in dimensions. Together with the correct counterterm, this prescription is known to give the same result as when using the full BMHV scheme.
FeynCalc implement the so-called Moch-Vermaseren-Vogt MVV formula from Moch:2015usa for calculating -traces in this scheme. This implementation has been developed for very particular types of calculations (DIS in QCD) and is not automatically applicable to any other process. In particular, there might be ambiguities that were not present in the calculation that the authors of Moch:2015usa had in mind. For example, traces of the form
where the chain $ ^{_1} ^{_j}$ can be simplified to something like
are not well defined in this scheme. Depending on whether one applies the above simplification before or after calculating the -trace, the results will differ.
The problem may arise already for traces like
where we may want to set before or after calculating the trace.
The scheme itself is activated by setting
["Larin"] FCSetDiracGammaScheme
The usage of this scheme implies that all axial-vector matrices from the Feynman rules should be entered as
If the trace contains more than one , the code will insert for all but the right-most . Then the resulting trace will be evaluated according to Eq.(11) from Moch:2015usa
Notice that according to Moch:2015usa one should distinguish between Levi-Civita tensors appearing in the calculating from traces over axial-vector matrices and those introduced e.g. via projectors. The “axial-vector” Levi-Civitas should be contracted first to avoid incorrect results.
Since FeynCalc has no way to know the origin of -tensors in the input expression, it is advised to rename the unrelated Levi-Civitas to something else while doing the trace calculations and reintroduce them after the traces have been successfully evaluated.