Skip to content

Commit

Permalink
Changed tolerance for closed orbit search
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed May 14, 2023
1 parent 9bdc305 commit 4311916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtrack/twiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'dzeta':1e-6, 'ddelta':1e-7
}

DEFAULT_CO_SEARCH_TOL = [1e-12, 1e-12, 1e-12, 1e-12, 1e-5, 1e-12]
DEFAULT_CO_SEARCH_TOL = [1e-11, 1e-11, 1e-11, 1e-11, 1e-5, 1e-11]

AT_TURN_FOR_TWISS = -10 # # To avoid writing in monitors installed in the line

Expand Down

0 comments on commit 4311916

Please sign in to comment.