-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problems with some boxes in QCDLoop #13
Comments
Thanks for reporting this issue. As soon as I have some time I will look at this, but meanwhile could you please post the code you are using for QCDLoop? Did you try qcdloop v1? |
I haven't tried qcdloop v1.
yielding
while
gives the expected result obtained with oneloop and collier (both of which are independent of the permutation of invariants):
I can give you more input if needed. Thanks for looking into this. |
I am playing around with QCDLoop and had so far a very good impression of performance and stability.
For more complicated processes, however, I find no agreement with other tools such as OneLoop or Collier.
For example, I encounter a problem with the following massless box configuration with 3 onshell lines (p2,p3,p4) for hard kinematics:
For mu=1, OneLoop (ba57666) returns for the finite part:
while QCDLoop (af35d18) yields:
i.e. the real part perfectly agrees, but the imaginary part seems wrong since I find agreement between OneLoop and Collier.
Here a sample program for comparing oneloop:
Cheers,
Jean-Nicolas
The text was updated successfully, but these errors were encountered: