Compare commits

...

2 Commits

Author SHA1 Message Date
4592b76ec5 WIP 2024-02-02 03:03:08 +01:00
7bdc01b72a WIP add tape machine implementation 2024-01-31 23:00:51 +01:00

View File

@ -37,7 +37,7 @@ testparticleTypesPropagated = [
function compton_groundtruth(input::QEDProcessInput)
# p1k1 -> p2k2
# formula: (ie)^2 (u(p2) slashed(ε1) S(p2 k1) slashed(ε2) u(p1) + u(p2) slashed(ε2) S(p1 + k1) slashed(ε1) u(p1))
# formula: -(ie)^2 (u(p2) slashed(ε1) S(p2 - k1) slashed(ε2) u(p1) + u(p2) slashed(ε2) S(p1 + k1) slashed(ε1) u(p1))
p1 = input.inFerms[1]
p2 = input.outFerms[1]