// Computer generated tms-net embeddings of codes of strength 3. // For information on the used codes of strength 3 see http://www.mathi.uni-heidelberg.de/~yves/Matritzen/CAPs/CAPMatIndex.html // base 4 nets transformed so that they can be used as if they were DigitalNetBase2 // details: an Element "a+ b\omega" is represented as binary pair "a b" // each "column" c of the GF(4) generator is replaced by the two columns c, \omega c // so we have the double numbers of columns and rows as in the GF(4) matrix // Note, the strength remains the GF(4) strength k, but there are many projections have strength in the range k to 2k // check if everything that involves GF(4) multiplication (e.g. scrambling) gives the desired result 2 // b (base) 6 // numCols 6 // numRows // outDigits= numRows 64 // numPoints (=b^{numCols}) 5 // dim // 3 // Stregth, see comment above // in class DigitalNetBase2 // genMat[i] should be the i-th number below // 1 33554432 67108864 134217728 268435456 536870912 1073741824 // 2 1879048192 939524096 1744830464 805306368 570425344 1140850688 // 3 939524096 1207959552 1744830464 805306368 570425344 1140850688 // 4 1744830464 805306368 536870912 1073741824 570425344 1140850688 // 5 671088640 1342177280 134217728 268435456 570425344 1140850688 // end of file