// Full list of genus representatives downloaded from the LMFDB on 14 May 2024. data := [\ Matrix([[6, 2, 3], [2, 6, 2], [3, 2, 8]]),\ Matrix([[2, 1, 1], [1, 8, 0], [1, 0, 14]]),\ Matrix([[2, -1, 1], [-1, 4, 1], [1, 1, 30]]),\ Matrix([[2, 1, 0], [1, 8, 2], [0, 2, 14]]),\ Matrix([[2, -1, -1], [-1, 2, 0], [-1, 0, 68]]),\ Matrix([[2, 0, -1], [0, 4, 1], [-1, 1, 26]]),\ Matrix([[2, 1, -1], [1, 6, 2], [-1, 2, 20]]),\ Matrix([[2, 0, -1], [0, 6, 2], [-1, 2, 18]])];