Vector q1,...,q20, k1,...,k20;
Set ext : q1,...,q20;
Set int : k1,...,k20;
Model QCD;
Particle qua,QUA, -2;
Particle gho,GHO, -1;
Particle glu,+3;
Vertex QUA,qua,glu: g;
Vertex GHO,gho,glu: g;
Vertex glu,glu,glu: g;
Vertex glu,glu,glu,glu: g^2;
EndModel;
Local gluglu1 = diagrams_(QCD, {glu}, {glu}, int, ext, 1, ‘WithEdges_’+‘OnShell_’+‘NoTadpole_’+‘NoSnail_’);
print+ss;
.end
Shell_’+‘NoTadpole_’+‘NoSnail_’);
1.frm Line 21 --> Illegal character at this position: ‘WithEdges_’+‘OnShe
ll_’+‘NoTadpole_’+‘NoSnail_’)
1.frm Line 21 --> Illegal character at this position: ��WithEdges_’+‘OnShel
l_’+‘NoTadpole_’+‘NoSnail_’)
1.frm Line 21 --> Illegal character at this position: �WithEdges_’+‘OnShell
_’+‘NoTadpole_’+‘NoSnail_’)
...
Without last argument I produce some output (7 diagrams in this case).
Hi,
using minimal QCD example from manual
I get error messages
Without last argument I produce some output (7 diagrams in this case).
Best regards,
Oleg Veretin