"Source: Text/Code/QECC.text";
"Line: 2006";
"Date: Mon May 29 14:18:58 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/QECC.text, line: 2006
// Example: H167E32 ()
print "Example: H167E32";
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);
