Replies: 1 comment
-
Thanks for this piece of information! I don't have Win 11 installed, so I can't really test it, Thus, once you agree to download FeynArts, there should be no further requests regarding the BTW, if you look at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I change to my new computer, I find
Import["https://raw.githubusercontent.com/FeynCalc/feyncalc/master/install.m"];
InstallFeynCalc[]
will hung on "Patch FeynArts"
All were OK on win10+Mathematica12+FeynCalc9.2
But will hung on win11+Mathematica13+FeynCalc9.3.1
I think this is not a bug of FeynCalc but a bug of win11 or maybe mathematica13.
However it affects the usage of FeynCalc.
BTW: In the second diaglog, I choose to use standard form, I don't known whether it is related.
I find a work around though:
ChoiceDialog["An installation of FeynArts has been found in "" <> $FeynArtsDirectory <>
"". This program will now patch FeynArts to allow interoperation with FeynCalc. Continue?",
WindowTitle->"Patch Feynarts"]
change the above to "True"
<< FeynCalc`;
should work now.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions