Remi Lehe
Remi Lehe
Thanks for the question. We could easily add more elements in this file: https://github.com/fbpic/fbpic/blob/dev/fbpic/particles/elementary_process/ionization/atomic_data.txt Which elements would like to introduce?
Thanks for raising this issue. If I understand your question correctly, I think that you are saying that, in the above example, `ts.get_laser_waist` returned a different value than the one...
Hm, in principle, `laser.propagate` can be used for distances longer than the Rayleigh length ; it all depends on what you want to simulate...
Thanks for reporting this issue! At this point, I am not yet sure what is causing this ; however, I noticed that using higher-order shape factor (`particle_shape='cubic'`, when initializing the...
Thanks for reporting this issue! It seems that I failed to release the latest changes in FBPIC which are needed in order to take into account the new argument `boost_positions_in_dens_func`....
Hey, sorry for the late reply. In general, `zf` and `tf` should be set together, so that the beam is in an accelerating phase of the wakefield. Are you able...
Thanks for posting this question. Could you replace this line: ``` if track_electrons: elec.track( sim.comm ) ``` with: ``` if track_electrons: elec.track( sim.comm ) elec_from_N.track( sim.comm ) ```
Hi, Yes, it is possible in principle, but whether it will work properly depends a lot on what you are modeling, and on the details of the Python code that...
OK, thanks for letting me know. As I was mentioning, whether this will work depends largely on the details of the Python code that implements the change of value. Would...
Sorry for the late reply. It looks like the problem that you are seeing is similar to this one: https://github.com/fbpic/fbpic/issues/534 To my knowledge, there is unfortunately no good solution to...