Skip to content

Commit 3828853

Browse files
committed
Add a prebuilt kernel
1 parent 74c3a94 commit 3828853

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xsuite/kernel_definitions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
'config': {**BASE_CONFIG, **FREEZE_ENERGY, 'XSUITE_BACKTRACK': True},
174174
'classes': ONLY_XTRACK_ELEMENTS + NO_SYNRAD_ELEMENTS + DEFAULT_XF_ELEMENTS + DEFAULT_XCOLL_ELEMENTS,
175175
}),
176+
('mirror_frozen_energy', {
177+
'config': {**BASE_CONFIG, **FREEZE_ENERGY, 'XSUITE_MIRROR': True},
178+
'classes': ONLY_XTRACK_ELEMENTS + NO_SYNRAD_ELEMENTS + DEFAULT_XF_ELEMENTS + DEFAULT_XCOLL_ELEMENTS,
179+
}),
176180
('only_xtrack_taper', {
177181
'config': {
178182
**BASE_CONFIG,

0 commit comments

Comments
 (0)