Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/cryst/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 17.6.2025 mit Größe 1 kB image not shown  

Quelle  crystcat.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

gap> START_TEST( "Cryst: crystcat.tst" );

gap> SetAssertionLevel(1);

gap> S := SpaceGroupBBNWZ( 429721 );
SpaceGroupOnRightBBNWZ( 429721 )

gap> S := WyckoffStabilizer( WyckoffPositions(S)[1] );
<matrix group with 4 generators>

gap> cl := ConjugacyClasses( S );
[ [ [ 10000 ], [ 01000 ], [ 00100 ],
      [ 00010 ], [ 00001 ] ]^G,
  [ [ -1, -1, -1, -10 ], [ 01010 ], [ 11000 ],
      [ 0, -1000 ], [ 00001 ] ]^G,
  [ [ -1, -1000 ], [ 00, -1, -10 ], [ 10000 ],
      [ 00100 ], [ 00001 ] ]^G,
  [ [ -1, -1000 ], [ 01000 ], [ 11110 ],
      [ 0, -10, -10 ], [ 00001 ] ]^G,
  [ [ -1, -1000 ], [ 10000 ], [ 00, -1, -10 ],
      [ 00100 ], [ 00001 ] ]^G,
  [ [ -10000 ], [ 0, -1000 ], [ 10100 ],
      [ 01010 ], [ 00001 ] ]^G,
  [ [ 0, -10, -10 ], [ 01000 ], [ 11110 ],
      [ -1, -1000 ], [ 00001 ] ]^G,
  [ [ 0, -10, -10 ], [ 11110 ], [ 01000 ],
      [ -1, -1000 ], [ 00001 ] ]^G,
  [ [ -1, -1, -1, -10 ], [ 00110 ], [ 10100 ],
      [ 00, -100 ], [ 00001 ] ]^G ]

gap> Size( cl[1] );
1

gap> G := SpaceGroupBBNWZ( 429721 );
SpaceGroupOnRightBBNWZ( 429721 )

gap> H := MaximalSubgroupRepsTG( G )[4];;

gap> C := ColorGroup( G, H );
<matrix group with 8 generators>

gap> ColorPermGroup( C );
Group([ (2,4)(3,8)(5,6), (2,5,6,4)(3,7,8,9), (1,2,6)(3,7,5)(4,9,8), (1,3,8)
(2,7,4)(5,9,6), (), (), (), () ])

gap> P := PointGroup( C );; Size( P );; P;
<matrix group of size 72 with 4 generators>

gap> IsColorGroup( P );
true

gap> STOP_TEST( "crystcat.tst", 10000 );

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-06-15]