GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1%%2%A additional.tex AutPGrp documentation Bettina Eick3%A Eamonn O'Brien4%%56%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%7\Chapter{Additional Features of the Package}89As an additional feature of this package we provide some functions to10count extensions of $p$-groups and Lie algebras over $GF(p)$. These11functions have been used in counting the $2$-groups of size $2^{10}$.1213\> NumberOfPClass2PGroups( n, p, k )1415determines the number of $n$-generator $p$-groups of $p$-class 2 with16Frattini subgroup of order $2^k$.1718\> NumberOfPClass2PGroups( n, p )1920returns a list of of numbers of $n$-generator $p$-groups of $p$-class 221with Frattini subgroup of order $2^k$ for $k$ in $1, \ldots, n(n+1)/2$.2223\> NumberOfClass2LieAlgebras( n, p, k )2425determines the number of $n$-generator Lie algebras of class 2 over26$GF(p)$ with derived Lie subalgebra of dimension $k$.2728\> NumberOfClass2LieAlgbras( n, p )2930returns a list of of numbers of $n$-generator Lie algebras of class 231over $GF(p)$ with derived Lie subalgebra of dimension $k$ for $k$ in32$1, \ldots, n(n-1)/2$.3334%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%353637