Skip to content

Commit

Permalink
Update run_iotalattice_sdep.py
Browse files Browse the repository at this point in the history
Modified initial beam moments for matching
  • Loading branch information
cemitch99 authored Nov 28, 2023
1 parent 897419e commit 9b4fea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/iota_lattice/run_iotalattice_sdep.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@

# particle bunch
distr = distribution.Waterbag(
sigmaX=1.588960728035e-3,
sigmaY=2.496625268437e-3,
sigmaX=2.1293614592274089e-003,
sigmaY=4.5657786292299966e-003,
sigmaT=1.0e-3,
sigmaPx=2.8320397837724e-3,
sigmaPy=1.802433091137e-3,
sigmaPx=1.6010530665125471e-003,
sigmaPy=2.1652798110168682e-003,
sigmaPt=0.0,
)
sim.add_particles(bunch_charge_C, distr, npart)
Expand Down

0 comments on commit 9b4fea4

Please sign in to comment.