Use notes' sign convention for light cone basis

This commit is contained in:
Aaron Fenyes 2024-07-17 23:07:34 -07:00
parent 01f44324c1
commit 69a704d414
5 changed files with 11 additions and 11 deletions

View file

@ -43,8 +43,8 @@ guess = begin
1 1 -1 -1 0
1 -1 1 -1 0
1 -1 -1 1 0
-0.5 -0.5 -0.5 -0.5 -a-1
0.5 0.5 0.5 0.5 -a+1
0.5 0.5 0.5 0.5 1+a
0.5 0.5 0.5 0.5 1-a
] + 0.2*Engine.rand_on_shell(fill(BigFloat(-1), 5)),
Engine.rand_on_shell(fill(BigFloat(-1), 2))
)