forked from StudioInfinity/dyna3
Write examples directly in light cone basis
This commit is contained in:
parent
bde42ebac0
commit
2038103d80
5 changed files with 33 additions and 31 deletions
|
|
@ -207,14 +207,16 @@ end
|
|||
|
||||
# ~~~ sandbox setup ~~~
|
||||
|
||||
# in the default view, e4 + e5 is the point at infinity
|
||||
elements = Engine.nullmix * sqrt(0.5) * BigFloat[
|
||||
1 1 -1 -1 0;
|
||||
1 -1 1 -1 0;
|
||||
1 -1 -1 1 0;
|
||||
0 0 0 0 -sqrt(6);
|
||||
1 1 1 1 2
|
||||
]
|
||||
elements = begin
|
||||
const a = sqrt(BigFloat(3)/2)
|
||||
sqrt(0.5) * BigFloat[
|
||||
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
|
||||
]
|
||||
end
|
||||
|
||||
# show construction
|
||||
viewer = Viewer.ConstructionViewer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue