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.
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.
gives the error message
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.