Skip to content
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

more simplification of eps #279

Open
Karim-Ghorbani opened this issue Apr 25, 2018 · 4 comments
Open

more simplification of eps #279

Karim-Ghorbani opened this issue Apr 25, 2018 · 4 comments
Labels
question Question about FORM

Comments

@Karim-Ghorbani
Copy link

Hello,
I am running the following program:

Vectors k1, k2, p1, p2, q;
Indices mu, nu, rho, sigma,m1,n1;
Symbols s, t, u, e, mass1, mass2,B,A;
Local
M1 = 1/B^2 * d_(m1,n1)*(g_(1,p2)+mass2)g_(1,m1)(g_(1,p2)-g_(1,q)-mass2)*g_(1,mu)g6_(1)(g_(1,p1)-mass2)g_(1,n1)(g_(1,p2)-g_(1,q)-mass2)*g_(1,nu)*g6_(1) ;

Local M2 = 1/B^2 *g_(2,k2)*g_(2,mu)*g6_(2)*g_(2,k1)*g_(2,nu)*g6_(2) ;
Local M = M1 * M2 ;
Trace4,1;
Trace4,2;
contract;

id p1.p1 = mass2^2 ;
id p2.p2 = mass2^2 ;
id k1.k1 = mass1^2 ;
id k2.k2 = mass1^2 ;
*id k1.k2 = p1.q + p2.q -p1.p2;
id q.q = 0 ;
id mass1 = 0 ;
id mass2^2 = 0 ;

Print +s ;
.end

I get this output:

M =
- 512k1.k2p1.p2p2.qB^-4
- 512k1.p1k2.p2p2.qB^-4
+ 512k1.p2k2.p1p2.qB^-4
+ 512*e_(k1,k2,p1,p2)p2.qB^-4

I would like to get e_(k1,k2,p1,p2) simplified.
Would appreciate any hint for this.
Thank you
Karim

@vermaseren
Copy link
Owner

vermaseren commented Apr 25, 2018 via email

@tueda
Copy link
Collaborator

tueda commented Apr 25, 2018

Maybe it would be nice if you use Markdown syntax, especially code block like

L F = 1*2*3;
P;
.end

(Some characters in FORM programs have special meanings in Markdown.)

@Karim-Ghorbani
Copy link
Author

Well, I expect the final results in terms of the involved momenta.

Can you please let me know what is e_(k1,k2,p1,p2) in terms of Levi-Civita tensor and
external momenta k1, k2, p1, p2.

Thanks
Karim

@vermaseren
Copy link
Owner

vermaseren commented Apr 25, 2018 via email

@tueda tueda added the question Question about FORM label May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about FORM
Projects
None yet
Development

No branches or pull requests

3 participants