Open vsht opened 1 month ago
This is a confusing error message due to the units. Your maxtermsize is 500k words, and the poly is 853k words. It should run fine if you increase maxtermsize.
AM.MaxTer
should never be printed directly in an error, ideally, since that is not the parameter that you set in the setfile, but rather AM.MaxTer/sizeof(WORD)
. We can clean this up as part of #289 I think.
I see, many thanks.
Actually I've been using the old FORM snapshot from July of 2023, but now I finally switched to the latest snapshot. It does seems to resolve some old issues but also to create new ones, cf. #563
Hi,
I'm trying to use polyratfun to simplify my amplitudes after inserting the IBP tables, but for some of the diagrams I get this
my form.set should be already large enough, so I'm not sure how to proceed here
Of course, I can provide the corresponding .res files and the code, if it helps.
Cheers, Vlad