Skip to content

Commit

Permalink
[examples] HZ2L_nonplanar kinematics corrected (found by Johannes)
Browse files Browse the repository at this point in the history
  • Loading branch information
gudrunhe committed Mar 26, 2019
1 parent d786716 commit ee81a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HZ2L_nonplanar/generate_HZ2L_nonplanar.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
('p1*p2', 's12/2'),
('p2*p3', '(s23-mH2)/2'),
('p1*p3', '(-s12-s23+mZ2)/2'),
('p3*p4', 's12/2'),
('p3*p4', '(s12-mH2-mZ2)/2'),
('p1*p4', '(s23-mZ2)/2'),
('p2*p4', '(-s12-s23+mH2)/2')
]
Expand Down

0 comments on commit ee81a61

Please sign in to comment.