Alberto de la Ossa
Alberto de la Ossa
Hello @hightower8083 and all, I have been using Synchrad recently to calculate coherent radiation of a beam through an undulator. Thank you for the code! For my study, it has...
This capability was already implemented in the `FieldElement` base class, but was not completely propagated to `PlasmaStage`.
When `ParticleBunch` is imported, it will fail if matplotlib is not installed. I think the culprit is this line in particle_bunch.py : `from aptools.plotting.quick_diagnostics import full_phase_space ` Since there is...
It just adds a line to deal with the `cmap` variable when it is a string passed to `VolumeticField.set_colormap`.
To resolve the coherent radiation of e.g. a beam through an undulator, one typically needs a large number of particles. However, the maximum number of tracks that I could load...
This PR makes a few convenient changes for the initialization of laser pulses from a OpenPMD file with `OpenPMDPulse`. Since this class depends on `FromOpenPMDProfile` in LASY, this PR is...
In August 2025 the Maxwell cluster at DESY upgrade to CUDA 13 drivers causing a malfunctioning of FBPIC. After some big help from the IT experts at DESY (Frank Schluenzen),...