"Source: Text/Code/QECC.text";
"Line: 1270";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/QECC.text, line: 1270
// Example: H171E21 ()
print "Example: H171E21";
ei := GetEchoInput();
SetEchoInput(true);
F<w> := GF(4);
n := 15;
time {* IsPure(QECC(F, n, k)) : k in [1..n] *};
SetEchoInput(ei);
