Stephan Kuschel
Stephan Kuschel
Successfully tested with the thoska card of the Friedrich-Schiller-Universitaet Jena.
When using postpic within mutliprocessing the pyfftw causes the process to stall. I encountered this when using postpic together with https://github.com/skuschel/generatorpipeline As a workaround this commit limts the pyfftw threads...
python 2 is at the end of its support since Jan 1st, 2020. Test for python2 may fail. Once they do its time remove python2 artefacts from the codebase.
Such as `E`,`B`-`x`,`y`,`z` to complete the interface as it is for pic codes working in Cartesian coordinates.
All routines should be placed in a new module `postpic.radiation` which is located at `postpic/radiation.py`. May require cython optimizations. There should be a general interface to be used even without...
This might become a PR to https://github.com/skuschel/postpic-examples instead.
add calculation of beam parameters for a particle analyzer, that represents particles of a bunch. Since the particle analyzer returns per particle properties this should probably be placed within a...
Particle Data may be carried out in chunks of a few million particles. This may have several advantages: * If supported by the reader the data can be read chunk...
Currently the createField methods are bound to a single dumpreader, that means its possible to create a field with different scalar quantities on each axis. e.g.: plot 'gamma' over 'x'....