Evaluation scripts and images

This commit is contained in:
2024-02-13 11:52:02 +01:00
parent c6ebf91079
commit 6186776059
14 changed files with 297 additions and 11 deletions

View File

@ -623,7 +623,7 @@ From a given feynman diagram in its initial state, e.g. when created through the
"""
function gen_diagrams(fd::FeynmanDiagram)
if is_compton(fd)
return gen_compton_diagrams(
return gen_compton_diagrams_one_side(
fd.type_ids[PhotonStateful{Incoming, PolX}],
fd.type_ids[PhotonStateful{Outgoing, PolX}],
)