Skip to content

Commit

Permalink
Leveling with Jacobian
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed May 29, 2023
1 parent ba16a50 commit 9a5d376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_hllhc14.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,9 @@ def test_stress_co_correction_and_lumi_leveling():

# Lumi leveling with orbit correction
collider.match(
solver_options={ # Standard jacobian settings not sufficient
#(fsolve makes it in less iterations)
'n_bisections': 3, 'min_step': 0, 'n_steps_max': 200},
lines=['lhcb1', 'lhcb2'],
ele_start=['e.ds.l8.b1', 's.ds.r8.b2'],
ele_stop=['s.ds.r8.b1', 'e.ds.l8.b2'],
Expand Down

0 comments on commit 9a5d376

Please sign in to comment.