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