Skip to content

Graph Generation with several coupling constants #887

Description

@mnklann

I noticed that when generating graphs for models with more than three coupling constants, I get the following error. I encountered this while computing some beta functions and was wondering whether this limit is intentional, and whether lifting it could cause issues.

Symbols g1,g2,g3,g4;

Model FOUR;
  Particle q1, +1;
  Particle q2, +1;
  Particle q3, +1;
  Particle q4, +1;
  Vertex q1, q1, q1: g1;
  Vertex q2, q2, q2: g2;
  Vertex q3, q3, q3: g3;
  Vertex q4, q4, q4: g4;
EndModel;

gives the error message

Error : too many coupling constants in the model (GRCC_MAXNCPLG)

Is this limit intentional? If not, it might be worth considering whether it could be increased, since there are applications involving several couplings. At the moment, a possible workaround seems to be using a single coupling and assigning the couplings manually.
I’d be interested to know whether there is a technical reason for the current limit, or whether it could safely be lifted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions