Skip to content

Commit

Permalink
Restore exact zero p-spread in Python input
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Jan 25, 2025
1 parent d501daf commit 3326423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/scraping_beam/run_scraping.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
lambdaX=beam_radius / 2.0,
lambdaY=beam_radius / 2.0,
lambdaT=beam_radius / 2.0,
lambdaPx=1.0e-13,
lambdaPy=1.0e-13,
lambdaPt=1.0e-13,
lambdaPx=0.0,
lambdaPy=0.0,
lambdaPt=0.0,
)
sim.add_particles(bunch_charge_C, distr, npart)

Expand Down

0 comments on commit 3326423

Please sign in to comment.