Each of the above links gives a table summarizing the information. Each manifold name is linked to a table with detailed information presented as follows:
Manifold: Name of manifold in SnapPy census. We use the SnapPy triangulation.
Obstruction index: Representations are grouped according to their obstruction class to lifting the representation to a boundary-unipotent SL(N,C)-representation. An obstruction class is an element in H2(M, bd M; Z/N) modulo the action by units. The trivial class always has index 0. See Manifold.ptolemy_generalized_obstruction_classes.
Degree of component: Each representation lies in a
component of the Ptolemy variety, which is either
zero-dimensional or not. Representations in a zero-dimensional
component are grouped together according to Galois conjugacy,
the degree being the number of Galois conjugates. The degree is
the degree of the shape field, not the Ptolemy field. Each
0-dimensional representation appears at most once in the table.
SL(2,C): A checkmark indicates that a
representation is induced from a representation in SL(2,C) via the canonical irreducible map
SL(2,C)->SL(N,C). See from snappy.ptolemy.coordinates import
CrossRatios; help(CrossRatios.induced_representation).
PSL(2,C): A checkmark indicates that a
representation is induced from a representation in PSL(2,C) via the canonical irreducible map
PSL(2,C)->pSL(N,C) = SL(N,C) / {-1N+1 I}.
See from snappy.ptolemy.coordinates import
CrossRatios; help(CrossRatios.is_induced_from_psl2).
PSL(3,R): A checkmark indicates that
a representation is real. See from
snappy.ptolemy.coordinates import CrossRatios;
help(CrossRatios.is_real).
SL(3,C): A checkmark indicates that
the PGL(3,C)-representation lifts to a SL(3,C)-representation. This is true if and only if
the obstruction class is trivial, i.e., has index 0. We do not
distinguish between different lifts to SL(3,C).
Complex volume: Cheeger-Chern-Simons invariant of a
representation divided by i as defined in Garoufalidis, Thurston, Zickert: The complex volume of SL(n,C)-representations of 3-manifolds. For the geometric representation of
a hyperbolic manifold, this is equal to volume + i
Chern-Simons and marked in bold. For pSL(N,C), we compute it modulo i
pi2/6. For PGL(3,C), we compute it modulo i pi2/18.
See from snappy.ptolemy.coordinates import
PtolemyCoordinates; help(PtolemyCoordinates.complex_volume_numerical).