"Source: Text/Code/QECC.text";
"Line: 399";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/QECC.text, line: 399
// Example: H171E6 ()
print "Example: H171E6";
ei := GetEchoInput();
SetEchoInput(true);
G := Graph<6 | {1,2},{2,3},{3,4},{4,5},{5,1}, <6, {1,2,3,4,5}> >;
Q := QuantumCode(G);
Q:Minimal;
MinimumWeight(Q);
assert $1 eq 4;
Q:Minimal;
SetEchoInput(ei);
