forked from StudioInfinity/dyna3
Switch engine to light cone basis
This commit is contained in:
parent
e6cf08a9b3
commit
bde42ebac0
5 changed files with 19 additions and 7 deletions
|
@ -55,7 +55,7 @@ gram = sparse(J, K, values)
|
|||
## guess = Engine.rand_on_shell(fill(BigFloat(-1), 8))
|
||||
|
||||
# set initial guess
|
||||
guess = hcat(
|
||||
guess = Engine.nullmix * hcat(
|
||||
Engine.plane(BigFloat[0, 0, 1], BigFloat(0)),
|
||||
Engine.sphere(BigFloat[0, 0, 0], BigFloat(1//2)),
|
||||
Engine.plane(BigFloat[1, 0, 0], BigFloat(1)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue