-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I tried modeling a positron bunch propagating through a plasma over a longitudinal distance of 0.1 m, using 50 time steps, and I don't see evidence of the expected bunch evolution. Attached are screenshots of projections (z,uz). Given =7.3e3, I would have expected a change in <z> of 0.1 m (unless z is evaluated in a moving frame). Likewise, I don't see evolution in (x,ux) or (y,uy), so there must be some mistake in the input. Below are a few of the most relevant inputs:
hipace.max_time = 0.1/clight
hipace.dt = hipace.max_time/50
beams.names = bunch
bunch.element = positron
bunch.position_mean = 0. 0. 0.
bunch.position_std = 2.357965224510e-4 1.7291616466e-5 6.5e-3
bunch.injection_type = fixed_weight
bunch.profile = gaussian
bunch.num_particles = 1000000
bunch.total_charge = 3.20435326e-9
bunch.u_mean = 0. 0. 7827.804659792008635
bunch.u_std = 0.184576911720494 0.013535539594625 6.262243727833607
