Switch engine to light cone basis
This commit is contained in:
parent
e6cf08a9b3
commit
bde42ebac0
5 changed files with 19 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue