Switch engine to light cone basis

This commit is contained in:
Aaron Fenyes 2024-07-17 14:30:43 -07:00
parent e6cf08a9b3
commit bde42ebac0
5 changed files with 19 additions and 7 deletions

View file

@ -36,7 +36,7 @@ gram[1, 6] = gram[6, 1]
# in this initial guess, the mutual tangency condition is satisfied for spheres
# 1 through 5
Random.seed!(50793)
guess = hcat(
guess = Engine.nullmix * hcat(
sqrt(1/BigFloat(2)) * BigFloat[
1 1 -1 -1 0;
1 -1 1 -1 0;