@Sam Carrettie Good point. In fact, skeletons of five of the six regular convex 4-polytopes are given in the RegularPolychoron
class of GraphData
. Strangely, when you run GraphData["RegularPolychoron"]
the output is
{"HundredTwentyCellGraph", "SixHundredCellGraph", "SixteenCellGraph", "TesseractGraph", "TwentyFourCellGraph"}
meaning that PentatopeGraph
(which is a valid named graph and is indeed the skeleton of the 5-cell) isn't in the RegularPolychoron
class. Does anybody know why?