GithubHelp home page GithubHelp logo

feyncalc / feynhelpers Goto Github PK

View Code? Open in Web Editor NEW
22.0 8.0 3.0 2.59 MB

FeynHelpers is a collection of intefaces that allow you to use other HEP-related tools from your FeynCalc session

License: GNU General Public License v3.0

Mathematica 98.72% Shell 0.31% TeX 0.87% Python 0.11%
feyncalc loop-integrals fire hep mathematica ibp quantum-field-theory feynman-diagrams

feynhelpers's Introduction

FeynHelpers

license: GPLv3 latest release compatibility

FeynHelpers is a collection of interfaces that allow you to use other HEP-related tools from your FeynCalc session.

Requirements

FeynHelpers is designed as an add-on for FeynCalc. To use it you need at least FeynCalc 9.2 and Mathematica 8.

The development version of FeynHelpers requires the latest development version of FeynCalc and Mathematica 10.

Manual

FeynHelpers manual is still work in progress but is already mature enough to be useful for normal users.

The PDF version of the manual can be found here. If you prefer the web version, please visit this website.

For usage information see also the accompanying paper arXiv:1611.06793 and the supplied examples.

Notice that the current manual applies to the development version of FeynHelpers. Hence, it may describe functionality that is not available in the stable version.

Installation

The installation instructions can be found here

Acknowledgments

If you use FeynHelpers in you work, please have a look here.

License

  • The code of FeynHelpers is covered by the GNU General Public License 3.
  • This does not apply to the packages for which FeynHelpers provides an interface to FeynCalc. For the licensing of those packages please check the informations provided by the respective authors.

feynhelpers's People

Contributors

vsht avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

feynhelpers's Issues

MajoranaSpinor support in FCFAConvert

Dear FeynCalc Authors,
Using FCFAConvert with a Feynarts model file that contains Majorana Fermions does not work.
It appears that MajoranaSpinor is not recognized by FeynCalc.

please advise,
best,

Kirtimaan

LToolsEvaluate gives different result from example

I execute the function LToolsEvaluate to test the relevant examples, but I obtain a wrong result. My code is as follows:
image
Out[6] gives a wrong result different from both FeynHelpers manual and Package-X. I am using Ubuntu 22.04 and Mathematica 13.3, with FeynCalc 10.0.0. Does the mistake involve these software versions? Or are there any specific considerations I should be aware of?

var2 sign in FIREBurn result

When I use the following orders to calculate oneloop feynman integral by FIREBurn, the result contains a strange sign "var2". And I calculate the same integral by FIRE5, confirm that var2=MC. What's more, the configure file "FIREp1.m" show that var2=MC.
var2-fig1
var2-fig2

Exit[]
$LoadAddOns = {"FeynHelpers"};
<< FeynCalc`;
ScalarProduct[p1, p1] = 4 MB^2;
ScalarProduct[p2, p2] = 0;
ScalarProduct[p1, p2] = 2 (MB^2 - MC^2);
fad = FAD[{q, MC, 2}, {q - p1, MC}, {q - p2, MC, 2}]
FIREBurn[fad, {q}, {p1, p2}]

-(((D-2) (D^2 MB^2+D^2 MC^2-11 D MB^2-10 D MC^2+31 MB^2+24 MC^2))/(64 (D-5) MC^4 (MC-MB)^3 (MB+MC)^3 ((q-p1)^2-MC^2)))-((D-2) (2 D^2 MB^4+4 D^2 MB^2 MC^2-16 D MB^4-25 D MB^2 MC^2-D MC^4+32 MB^4+26 MB^2 MC^2+4 MC^4))/(128 MC^6 (MC-MB)^3 (MB+MC)^3 (q^2-MC^2))+((D-2) (4 D^3 MB^2 var2^2+2 D^3 MC^4+4 D^2 MB^4-51 D^2 MB^2 MC^2-29 D^2 MC^4-36 D MB^4+209 D MB^2 MC^2+141 D MC^4+80 MB^4-272 MB^2 MC^2-228 MC^4))/(128 (D-5) MC^6 (MC-MB)^3 (MB+MC)^3 ((q-p2)^2-MC^2))-((D-4) (2 D MB^2-11 MB^2+MC^2))/(8 MC^2 (MC-MB)^2 (MB+MC)^2 ((q-p2)^2-MC^2).(q^2-MC^2).((q-p1)^2-MC^2))-((D-3) (2 D-11) MB^2)/(16 MC^2 (MB-MC)^3 (MB+MC)^3 (q^2-MC^2).((q-p1)^2-MC^2))

There is some directory issues on Windows system

When I used FIREBurn on Windows system, some errors occurred. Here is my code:

$LoadAddOns = {"FeynHelpers"};
<< FeynCalc`
FAD[{q, m, 4}]
FIREBurn[%, {q}, {}]

And my errors are:

Syntax::stresc :  Unknown string escape \U.
Syntax::stresc :  Unknown string escape \g.
Syntax::stresc :  Unknown string escape \A.
Syntax::stresc :  Unknown string escape \R.
Syntax::stresc :  Unknown string escape \M.
Syntax::stresc :  Unknown string escape \A.
Syntax::stresc :  Unknown string escape \F.
Syntax::sntx: Invalid syntax in or before "Get["C:\Users\guoji\AppData\Roaming\Mathematica\Applications\FIRE5\FIRE5.m"];"
                                                  ^
     (line 3 of "C:\Users\guoji\AppData\Roaming\Mathematica\Applications\FeynCalc\Database\FIREp1-int1.m").

As you can see, every unknown string comes from the first letter of every directory. I tried to fix this issue. I came into file 'FIREp1-int1.m' and rewrite every directory like '"C:\Users\guoji\AppData\...' and then it give me right answers with little warning.

I tried same code on Mac and Linux system. It worked well and there was not error.

Maybe you can fix this problem. Or tell me how to deal with it. Thx!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.