"Source: Text/Code/QECC.text";
"Line: 968";
"Date: Mon May 29 14:18:58 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/QECC.text, line: 968
// Example: H167E15 ()
print "Example: H167E15";
ei := GetEchoInput();
SetEchoInput(true);
F<w> := GF(4);
Q := RandomQuantumCode(F, 10, 6);
G := StabilizerGroup(Q);
IsAbelian(G);
assert $1;
SetEchoInput(ei);
