Skip to content

Commit

Permalink
Restore exact zero p-spread in app input
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Jan 25, 2025
1 parent a94e676 commit d501daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/scraping_beam/input_scraping.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ beam.distribution = kurth4d
beam.lambdaX = 1.0e-3
beam.lambdaY = beam.lambdaX
beam.lambdaT = 1.0e-3
beam.lambdaPx = 1.0e-13
beam.lambdaPy = 1.0e-13
beam.lambdaPt = 1.0e-13
beam.lambdaPx = 0.0
beam.lambdaPy = 0.0
beam.lambdaPt = 0.0
beam.muxpx = 0.0
beam.muypy = 0.0
beam.mutpt = 0.0
Expand Down

0 comments on commit d501daf

Please sign in to comment.