You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check that you provide the following details when submitting new values of Gnu(n):
Version of GAP and critical packages: GrpConst, Cubefree, etc.
Brief description of the computer used for the calculation (operating system, processor, RAM)
Runtime required for the calculation
GAP commands used for the calculation
Confirm that the output r of ConstructAllGroups is a list of groups (ForAll(r,IsGroup) should return true), otherwise confirm that if the output contained lists of groups, then those groups were also shown to be pairwise non-isomorphic.
I constructed all groups of size 6720 using grpconst.g, and it returned a list containing 106761 groups and 4 pairs. I am not sure whether the isomorphism test ran, so I am starting it now. It'll probably take a couple of days.
The text was updated successfully, but these errors were encountered:
This is now completed in #99: gnu(6720)=106765. We may close this issue as soon as that PR will be merged (or PR #103 which contains this and another 4 orders)
@markuspf are you sure about the numbers reported here? If so, this would be a case when sublists contain isomorphic groups (just compare them with reported in #99).
Please check that you provide the following details when submitting new values of Gnu(n):
r
ofConstructAllGroups
is a list of groups (ForAll(r,IsGroup)
should returntrue
), otherwise confirm that if the output contained lists of groups, then those groups were also shown to be pairwise non-isomorphic.I constructed all groups of size 6720 using
grpconst.g
, and it returned a list containing 106761 groups and 4 pairs. I am not sure whether the isomorphism test ran, so I am starting it now. It'll probably take a couple of days.The text was updated successfully, but these errors were encountered: