Work on diagram generation and feynman diagram representation

This commit is contained in:
Anton Reinhard 2023-11-30 03:50:31 +01:00
parent 6314539f2c
commit 3ca24f76e1
2 changed files with 909 additions and 78 deletions

File diff suppressed because it is too large Load Diff

View File

@ -169,6 +169,9 @@ end
String(::Type{Incoming}) = "Incoming"
String(::Type{Outgoing}) = "Outgoing"
String(::Incoming) = "in"
String(::Outgoing) = "out"
function String(::Type{<:PhotonStateful})
return "k"
end