SARAH 4.9.3 with Mathematica 11.0.1

Report the bugs you found
Post Reply
TomSt
Posts: 9
Joined: 22. Nov 2016, 20:16

SARAH 4.9.3 with Mathematica 11.0.1

Post by TomSt » 13. Dec 2016, 15:40

Hi Florian,

it seems like with the latest Mathematica version, there is alsways a warning Part::pkspec1 when doing Start[...]. This is due to line 450 in Package/GroupTheory/grouptheory.m, which says:

Code: Select all

Off[Part::"pspec"];
Generator[group,dyn][a__Integer]=Normal[RepMatrices[SusynoForm[group],dyn]][[a]]; 
On[Part::"pspec"];
The warning occurs because it was renamed, changing it to:

Code: Select all

Off[Part::"pkspec1"];
Off[Part::"pspec"];
Generator[group,dyn][a__Integer]=Normal[RepMatrices[SusynoForm[group],dyn]][[a]]; 
On[Part::"pspec"];
On[Part::"pkspec1"];
should resolve the situation.

cheers,
Tom

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: SARAH 4.9.3 with Mathematica 11.0.1

Post by FStaub » 20. Dec 2016, 12:18

Hi Tom,

thank you for the hint. I'll add it in the next version.

Cheers
Florian

Post Reply