Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7ad11ea
better handling of elens kicks during tracking
amereghe Feb 20, 2020
0996938
propagating to the FOX part changes from the previous commit
amereghe Feb 20, 2020
c956c1b
accepting and using degenerate e-lenses to a wire
amereghe Feb 20, 2020
a2f5797
removing wrong calculation of theta_r2 for Gaussian lens and for beam…
amereghe Feb 21, 2020
7c55384
Minor changes:
amereghe Feb 24, 2020
251cb48
further debug messages in elens_kick_fox
amereghe Feb 24, 2020
5652ba0
adding dedicated tests for fox calculation in case of radial and Gaus…
amereghe Feb 24, 2020
7f31482
same fort.2 in single FOX tests
amereghe Feb 24, 2020
890e0a8
fixing expected kick in elenses for test ramp_DYNK, following cleanin…
amereghe Feb 25, 2020
7737445
fixing plotting script parsing radial profile as echoed by 6T
amereghe Feb 25, 2020
3f853b1
allowing for a WIRE type of elens
amereghe Feb 25, 2020
5b25327
In order to have the WIRE as a fully consistent degenerate case of el…
amereghe Feb 26, 2020
15483d7
adding test of degenerate elens to a WIRE
amereghe Feb 26, 2020
338640f
changing type for a couple of fort.2 files in elens tests, to cut dow…
amereghe Feb 26, 2020
79663e2
updating elens FOX tests of tune-shift to smaller kicks, and more lin…
amereghe Feb 27, 2020
6ad9b95
updating README file of elens tests with the kicks for FOX tests lowe…
amereghe Feb 27, 2020
f197424
forcing 3-points interpolation in case of tracking/FOXING a full lens…
amereghe Mar 2, 2020
d61de1a
updating elens tests
amereghe Mar 2, 2020
e7492ae
Merge branch 'master' into eLenses_step3
amereghe Mar 2, 2020
3e87058
updating CHANGELOG.md
amereghe Mar 2, 2020
3f4098c
updating user manual
amereghe Mar 2, 2020
14da71c
updating physics manual
amereghe Mar 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating elens FOX tests of tune-shift to smaller kicks, and more lin…
…ear tune-shifts with equivalent quadrupolar gradient
  • Loading branch information
amereghe committed Feb 27, 2020
commit 79663e238776775be3321d25bd82cb6de9be59d3
2 changes: 1 addition & 1 deletion test/elensidealthin6d_FOX_gaussian/fort.10.canonical

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/elensidealthin6d_FOX_gaussian/fort.3
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ NEXT
/%NO %NV 1E-38 %nsix 0
/NEXT
ELEN
/ 1 lens @450GeV, theta_r2=3.4urad, R2=7mm, R1=0mm;
/ -> quad-like kick: KL=3E-2 rad/m;
hel2 GAUSSIAN 3.4E-3 7.0 0.0 0.0 0.0 2.0
/ 1 lens @450GeV, theta_ref=0.34urad, R2=7mm, R1=0mm;
/ -> quad-like kick: KL=3E-4 rad/m;
hel2 GAUSSIAN 3.4E-4 7.0 0.0 0.0 0.0 2.0
NEXT
DUMP
ip4 1 -1 2 IP4_DUMP_last 100 100
Expand Down
Binary file modified test/elensidealthin6d_FOX_gaussian/singletrackfile.dat.canonical
Binary file not shown.
2 changes: 1 addition & 1 deletion test/elensidealthin6d_FOX_radial/fort.10.canonical

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/elensidealthin6d_FOX_radial/fort.3
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ NEXT
/%NO %NV 1E-38 %nsix 0
/NEXT
ELEN
/ 1 lens @450GeV, theta_r2=40urad, R2=10mm, R1=0mm;
/ -> quad-like kick: KL=4E-3 rad/m;
hel2 RADIAL 4E-2 10.0 0.0 0.0 0.0 radial_dist.txt
/ 1 lens @450GeV, theta_ref=4urad, R2=10mm, R1=0mm;
/ -> quad-like kick: KL=4E-4 rad/m;
hel2 RADIAL 4E-3 10.0 0.0 0.0 0.0 radial_dist.txt
INTER 3
NEXT
DUMP
Expand Down
Binary file modified test/elensidealthin6d_FOX_radial/singletrackfile.dat.canonical
Binary file not shown.
2 changes: 1 addition & 1 deletion test/elensidealthin6d_FOX_uniform/fort.10.canonical

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/elensidealthin6d_FOX_uniform/fort.3
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ NEXT
/%NO %NV 1E-38 %nsix 0
/NEXT
ELEN
/ 1 lens @450GeV, theta_r2=20urad, R2=10mm, R1=0mm;
/ -> quad-like kick: KL=2E-2 rad/m;
hel2 UNIFORM -2E-2 10.0 0.0 0.0 0.0
/ 1 lens @450GeV, theta_ref=2urad, R2=10mm, R1=0mm;
/ -> quad-like kick: KL=2E-4 rad/m;
hel2 UNIFORM -2E-3 10.0 0.0 0.0 0.0
NEXT
DUMP
ip4 1 -1 2 IP4_DUMP_last 100 100
Expand Down
Binary file modified test/elensidealthin6d_FOX_uniform/singletrackfile.dat.canonical
Binary file not shown.