"Source: Text/Code/QECC.text";
"Line: 2006";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/QECC.text, line: 2006
// Example: H171E32 ()
print "Example: H171E32";
ei := GetEchoInput();
SetEchoInput(true);
F<i> := ComplexField(8);
H := HilbertSpace(F, 1);
e := H!0 + H!1;
e;
NormalisationCoefficient(e);
e1 := Normalisation(e);
e1;
NormalisationCoefficient(e1);
e eq e1;
assert $1;
SetEchoInput(ei);
