Skip to content

diagram generation #819

@veretin

Description

@veretin

Hi,

using minimal QCD example from manual

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

I get error messages

    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).

Best regards,
Oleg Veretin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions