Spaces:
Running
Running
José Eliel Camargo Molina
commited on
Commit
·
ecb0c64
1
Parent(s):
a5105ee
helicity added
Browse files
app.py
CHANGED
@@ -325,7 +325,7 @@ def generate_field(sp, su2, su3, u1):
|
|
325 |
if sp == "0":
|
326 |
components = [f"FIELD SPIN={sp}"]
|
327 |
else:
|
328 |
-
components = [f"FIELD SPIN={sp} HEL=1"]
|
329 |
|
330 |
# Conditionally add each component
|
331 |
if su2 != "$1$":
|
|
|
325 |
if sp == "0":
|
326 |
components = [f"FIELD SPIN={sp}"]
|
327 |
else:
|
328 |
+
components = [f"FIELD SPIN={sp} HEL=1/2"]
|
329 |
|
330 |
# Conditionally add each component
|
331 |
if su2 != "$1$":
|