Daniele

Results 76 comments of Daniele

> If we keep this in the repository it will go out of sync very soon. Doesn’t cmake allow to use wildcards? yes, we can use wildcard for getting the...

If you change a source file, the cost is the very like the same of automake, It needs to update the object and eventually relink it to it's archive or...

I see the point, having the list explicitly stored means you have to keep track of it and update the list in the right file each time you add one...

Could be better to set up a regex like `^(%f %f %f|%f %f %f %f %f %f %f %f %f)` instead of counting the words? so that "generated by VMD"...

> * I noticed you added many regtest, are they passing also using the old implementation? I mean: you were aiming at identical results right? yes the regtest where `make...

> * I really do not like the vector of Lepton functions (that I implemented indeed :-)). Do you think there could be a nicer solution? Otherwise we can leave...

@GiovanniBussi > @Iximiel if you are able to solve the problem with the numerical instabilities of the derivatives and it turns out to be a simple recipe such as: >...

@GiovanniBussi I updated the test to be correct to with the change of the rational, if it passes also the intel CI I think it is ready to push

> Regarding the vector and tensor with generic type, I tried to do the same a few years ago and I remember that with intel compiler the performances were measurably...

ok, so the modifications could be - set up a throw with the name of the key in RegisterBase - and a try/catch block in the two specializations: - one...