Switch engine to light cone basis
This commit is contained in:
parent
e6cf08a9b3
commit
bde42ebac0
5 changed files with 19 additions and 7 deletions
|
@ -41,7 +41,7 @@ gram = sparse(J, K, values)
|
|||
|
||||
# set initial guess
|
||||
Random.seed!(99230)
|
||||
guess = hcat(
|
||||
guess = Engine.nullmix * hcat(
|
||||
sqrt(1/BigFloat(3)) * BigFloat[
|
||||
1 1 -1 -1 0
|
||||
1 -1 1 -1 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue