"Source: Text/Code/QECC.text";
"Line: 575";
"Date: Mon May 29 14:18:58 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/QECC.text, line: 575
// Example: H167E10 ()
print "Example: H167E10";
ei := GetEchoInput();
SetEchoInput(true);
F<w> := GF(4);
v := VectorSpace(F, 15) ! [w,1,1,0,1,0,1,0,0,1,0,1,0,1,1];
Q := QuantumCyclicCode(v);
MinimumWeight(Q);
assert $1 eq 6;
Q:Minimal;
SetEchoInput(ei);
