"Source: Text/Code/QECC.text";
"Line: 373";
"Date: Mon May 29 14:18:58 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/QECC.text, line: 373
// Example: H167E5 ()
print "Example: H167E5";
ei := GetEchoInput();
SetEchoInput(true);
F<w> := GF(4);
M := Matrix(F, 3, 7, [1,w,w,w,0,0,1, w,0,1,0,w^2,0,1, 0,w^2,w,w^2,w,0,0]);
Q := QuantumCode(M);
Q;
SetEchoInput(ei);
