Question: FCFAConvert output from 4-fermion (current-current) model is not directly in FeynCalc syntax #353
Replies: 3 comments
-
|
Did you patch the model for compatibility with FeynCalc? https://feyncalc.github.io/FeynCalcBook/Extra/CustomModels.html |
Beta Was this translation helpful? Give feedback.
-
|
I actually managed to find the solution just a day before your response, but thank you! Everything seems to be working smoothly now using the following sequence: $LoadFeynArts = True; I do have two quick follow-up questions regarding some warnings: When running WriteFeynArtsOutput for a custom model involving 4-fermion interactions, I get a shadowing warning: "Globala$: Symbol a$ appears in multiple contexts {Global, FeynRules`}". This only happens on the first run and disappears on the second. Does this require special treatment, or is it safe to ignore? When using FCFAConvert, I receive a warning that "The diagrams contain some explicit summations denoted with IndexSum that might become obscured during the conversion," suggesting I set DropIndexSum -> False. However, when I tried setting it to False, I encountered the following error: "FCFADiracChainJoin: Cannot process input expressions with unresolved FeynArts index sums." For these types of 4-fermion interactions, is the default behavior (dropping the sums) safe, or should I be concerned about losing terms during the conversion? |
Beta Was this translation helpful? Give feedback.
-
I assume that one can ignore it, but given the overall development state of FeynRules (last updated 2021 according to
Since FeynCalc does not resolve FCFAConvert[..., DropIndexSum -> False, FCFADiracChainJoin -> False] to examine the output, as there might be nontrivial combinations of 4-fermion operators and other IndexSums where user interaction is needed. In this case it seems fine to drop it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
I'm a complete beginner using FeynCalc, FeynArts, and FeynRules together. I'm working with a toy model defined in a
model.frfile (attached below), creating a 4-fermion current-current vertex.Setup:
Files attached:
model.nb(Mathematica notebook showing session and steps)model.fr(model definition)What I did:
WriteFeynArtsOutputto export the model from FeynRulesFCFAConverton the amplitudeProblem:
FCFAConvertis not in typical or standard FeynCalc syntax (it does not look like standard amplitude/output as seen in FeynCalc docs).IndexSumin the output, and I'm unsure how to interpret or process it for the calculation I want to do.What I have tried/read:
DropIndexSum -> Falsebut still unsure how to proceed with the outputGoal:
I want to compute the spin-spin averaged absolute square matrix element for this model using FeynCalc. I am mostly looking for practical guidance on what to do with the
FCFAConvertoutput or how to get it into a directly usable FeynCalc format for further calculations (averages, traces, squaring, etc.) for 4-fermion current-current vertices.Questions:
Thank you for your time and for this software!
model.zip
Beta Was this translation helpful? Give feedback.
All reactions