In the paper Space Vectors Forming Rational Angles a special set of tetrahedra is mentioned.
"The remaining three are in the R-orbit of the tetrahedron with dihedral angles ($π/7, 3π/7, π/3, π/3, 4π/7, 4π/7$)."
What is a set of edge lengths or vertices for this tetrahedron? I've written a function that converts edges to angles, but I need the reverse.
I solved it in a very messy way: https://community.wolfram.com/groups/-/m/t/2169279. An elegant solution would still be nice.
The original paper already gives the relative configuration of dihedral angles: if $\alpha_{ij}$ is the dihedral angle at the edge between points $i$ and $j$ $$(\alpha_{12},\alpha_{34},\alpha_{13},\alpha_{24},\alpha_{14},\alpha_{23})=\left(\frac\pi7,\frac{3\pi}7,\frac\pi3,\frac\pi3,\frac{4\pi}7,\frac{4\pi}7\right)$$ so the tetrahedron is rotationally symmetric about the line between the midpoints of edges $12$ and $34$.
Now consider four non-collinear points $p,a,b,c$. Let $\angle bpc=A$ and the dihedral angle between planes $apb$ and $cpa$ be $A'$; define $B,B',C,C'$ cyclically. Then Wikipedia gives the following formula: $$\cos A'=\frac{\cos A-\cos B\cos C}{\sin B\sin C}$$ Inverting the three formulas obtained from this by cyclic permutation of $A,B,C$ gives, again with cyclic permutations, $$\boxed{\cos A=\frac{\cos A'+\cos B'\cos C'}{\sin B'\sin C'}}$$ which allows determining the minimal polynomials of the cosines of all face angles: $$\angle412,\angle123:x^3-3x^2-x+\frac{13}7\ (0.708065\dots)$$ $$\angle421,\angle213:x^3-\frac{\sqrt{21}}3x^2-x+\frac{13\sqrt{21}}{63}\ (0.606682\dots)$$ $$\angle142,\angle231:x^3+\frac{\sqrt{21}}3x^2+\frac x3-\frac{\sqrt{21}}{63}\ (0.131776\dots)$$ $$\angle423,\angle314:x^3-\sqrt{21}x^2+\frac{17}3x-\frac{29\sqrt{21}}{63}\ (0.935327\dots)$$ $$\angle243,\angle431:x^3-\frac{\sqrt{21}}3x^2+\frac x3+\frac{\sqrt{21}}{63}\ (-0.131776\dots)$$ $$\angle234,\angle341:x^3+x^2-x+\frac17\ (0.473952\dots)$$ If edge $12$ has length $1$, the laws of sines and cosines finally give minimal polynomials for edge lengths: $$24,31:x^3-\sqrt{21}x^2+\frac{3\sqrt{21}}7\ (0.712358\dots)$$ $$14,32:x^3+2x^2-x-1\ (0.801937\dots)$$ $$34:x^3-9x^2-x+1\ (0.286208\dots)$$