How to get the edges of the $4_{21}$ polytope? Given the vertices, and given that it is convex, I can theoretically get them with the R package cxhull. But there are 240 vertices of dimension 8, and my laptop crashes...
EDIT
I managed to get them with the Python library pycddlib.

In fact, there's no need of a computational geometry library. Two vertices are connected if and only if their squared distance is 8 (I don't know why).
R code: