-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with FIRERunReduction in FeynCalc. #305
Comments
Can you ensure that FIRE itself is correctly installed and working?
Like running it directly from the topology1 directory?
/home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6 -c topology1
Am 19.02.25 um 11:59 schrieb Tiktikir baal:
…
Discussed in #302
<#302>
^Originally posted by *tiktikirbaal* February 19, 2025
I am trying to use FIRERunReduction in FeynCalc with FIRE6, but I am
running into issues.
System Details
OS: Linux
Mathematica Version: 11.0
FeynCalc Version: 10.1.0 (dev version)
FeynHelpers Version:2.0.0(dev version)
FIRE6 Path: /home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6
Config File Path: /home/pretom/Downloads/fire/FIRE6/examples/
fctopology1/fctopology1.config.
What I Tried
1)Verified that the config file exists:
FileExistsQ["/home/pretom/Downloads/fire/FIRE6/examples/fctopology1/
fctopology1.config"]
Output: True.
2)Set FIREBinaryPath in Mathematica:
FIREBinaryPath =
FileNameJoin[{$UserBaseDirectory, "Applications", "FIRE6", "bin", "FIRE6"}]
Output:"/home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6"
3)Run the FIRERunReduction
FIRERunReduction[FCGetNotebookDirectory[], mappings[[2]],
FCVerbose -> 6]
Output:FIRERunReduction: Full path to the FIRE binary: /home/
pretom/.Mathematica/Applications/FIRE6/bin/FIRE6
FIRERunReduction: Working directory: /home/pretom/Downloads/fire/FIRE6/
examples/fctopology1/
FIRERunReduction: Config file: fctopology1
{FALSE}.
Questions
Why is FIRE not recognizing my .config file?
How should I correctly pass the .config file to FIRERunReduction?
Could this be an issue with how FeynCalc interfaces with FIRE6?
Any guidance would be greatly appreciated! Thanks in advance.
—
Reply to this email directly, view it on GitHub <https://github.com/
FeynCalc/feyncalc#305>, or unsubscribe <https://github.com/
notifications/unsubscribe-auth/
ABXSD5BTD77RQ3TQ5N7H7QL2QRP2DAVCNFSM6AAAAABXN4DNXGVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA3DEOJXHAZDOMY>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
tiktikirbaal*tiktikirbaal* created an issue (FeynCalc/feyncalc#305)
<#305>
Discussed in #302
<#302>
^Originally posted by *tiktikirbaal* February 19, 2025
I am trying to use FIRERunReduction in FeynCalc with FIRE6, but I am
running into issues.
System Details
OS: Linux
Mathematica Version: 11.0
FeynCalc Version: 10.1.0 (dev version)
FeynHelpers Version:2.0.0(dev version)
FIRE6 Path: /home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6
Config File Path: /home/pretom/Downloads/fire/FIRE6/examples/
fctopology1/fctopology1.config.
What I Tried
1)Verified that the config file exists:
FileExistsQ["/home/pretom/Downloads/fire/FIRE6/examples/fctopology1/
fctopology1.config"]
Output: True.
2)Set FIREBinaryPath in Mathematica:
FIREBinaryPath =
FileNameJoin[{$UserBaseDirectory, "Applications", "FIRE6", "bin", "FIRE6"}]
Output:"/home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6"
3)Run the FIRERunReduction
FIRERunReduction[FCGetNotebookDirectory[], mappings[[2]],
FCVerbose -> 6]
Output:FIRERunReduction: Full path to the FIRE binary: /home/
pretom/.Mathematica/Applications/FIRE6/bin/FIRE6
FIRERunReduction: Working directory: /home/pretom/Downloads/fire/FIRE6/
examples/fctopology1/
FIRERunReduction: Config file: fctopology1
{FALSE}.
Questions
Why is FIRE not recognizing my .config file?
How should I correctly pass the .config file to FIRERunReduction?
Could this be an issue with how FeynCalc interfaces with FIRE6?
Any guidance would be greatly appreciated! Thanks in advance.
—
Reply to this email directly, view it on GitHub <https://github.com/
FeynCalc/feyncalc#305>, or unsubscribe <https://github.com/
notifications/unsubscribe-auth/
ABXSD5BTD77RQ3TQ5N7H7QL2QRP2DAVCNFSM6AAAAABXN4DNXGVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA3DEOJXHAZDOMY>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You can also use the option
e.g.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in https://github.com/orgs/FeynCalc/discussions/302
Originally posted by tiktikirbaal February 19, 2025
I am trying to use FIRERunReduction in FeynCalc with FIRE6, but I am running into issues.
System Details
OS: Linux
Mathematica Version: 11.0
FeynCalc Version: 10.1.0 (dev version)
FeynHelpers Version:2.0.0(dev version)
FIRE6 Path: /home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6
Config File Path: /home/pretom/Downloads/fire/FIRE6/examples/fctopology1/fctopology1.config.
What I Tried
1)Verified that the config file exists:
FileExistsQ["/home/pretom/Downloads/fire/FIRE6/examples/fctopology1/fctopology1.config"]
Output: True.
2)Set FIREBinaryPath in Mathematica:
FIREBinaryPath =
FileNameJoin[{$UserBaseDirectory, "Applications", "FIRE6", "bin", "FIRE6"}]
Output:"/home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6"
3)Run the FIRERunReduction
FIRERunReduction[FCGetNotebookDirectory[], mappings[[2]],
FCVerbose -> 6]
Output:FIRERunReduction: Full path to the FIRE binary: /home/pretom/.Mathematica/Applications/FIRE6/bin/FIRE6
FIRERunReduction: Working directory: /home/pretom/Downloads/fire/FIRE6/examples/fctopology1/
FIRERunReduction: Config file: fctopology1
{FALSE}.
Questions
Why is FIRE not recognizing my .config file?
How should I correctly pass the .config file to FIRERunReduction?
Could this be an issue with how FeynCalc interfaces with FIRE6?
Any guidance would be greatly appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered: