"Source: Text/System/Par.text";
"Line: 1832";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1832
// Example: H5E21 ()
print "Example: H5E21";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
SetNthreads(32);
L := Lattice(LatticeDatabase() 105, 1);
time ts<t> := ThetaSeries(L, 46); 
ts;
SetEchoInput(ei);
