-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAD-X: Add TKICKER, HKICKER and VKICKER to accepted input #420
MAD-X: Add TKICKER, HKICKER and VKICKER to accepted input #420
Conversation
@n01r ready for rebase :) |
Added the logic to read lines from MAD-X input files that contain kicker elements. Also added a MAD-X example input and a Python file that reads it. The output and analysis script results match with the original kicker example.
9714f9d
to
53d2aae
Compare
for more information, see https://pre-commit.ci
@ax3l Rebase completed 👍 |
We treat TKICKER completely the same as KICKER elements.
for more information, see https://pre-commit.ci
I took the freedom to combine the test for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, Marco! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
We add HKICKER and VKICKER semantically as available elements of type KICKER.
We also add TKICKER and treat it exactly the same as KICKER.
Depends on #419, merge only after rebase