Skip to content

Commit

Permalink
Add a prebuilt kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Sep 8, 2024
1 parent 74c3a94 commit 3828853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xsuite/kernel_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
'config': {**BASE_CONFIG, **FREEZE_ENERGY, 'XSUITE_BACKTRACK': True},
'classes': ONLY_XTRACK_ELEMENTS + NO_SYNRAD_ELEMENTS + DEFAULT_XF_ELEMENTS + DEFAULT_XCOLL_ELEMENTS,
}),
('mirror_frozen_energy', {
'config': {**BASE_CONFIG, **FREEZE_ENERGY, 'XSUITE_MIRROR': True},
'classes': ONLY_XTRACK_ELEMENTS + NO_SYNRAD_ELEMENTS + DEFAULT_XF_ELEMENTS + DEFAULT_XCOLL_ELEMENTS,
}),
('only_xtrack_taper', {
'config': {
**BASE_CONFIG,
Expand Down

0 comments on commit 3828853

Please sign in to comment.