Richard Pausch

Results 326 comments of Richard Pausch

I would go for keeping it since we most likely need this feature. Perhaps @BeyondEspresso can comment on this, since he supervised @gerompampastrumf project.

@BeyondEspresso Who should maintain this branch to keep it compatible with `dev` (or even merge it)?

As suggested by @steindev, I will close this pull request. An issue is open.

Oh - that's a problem. Could we host the Doxygen generated html files at HZDR and link them from read the docs?

@BrianMarre If I understand your initial task corretly, you could have particles with IDs and filter for specific particle IDs, like `particleID % 10 == 0` to only extract every...

Great catch @s9105947 - thanks for opening this issue :+1:

The issue I have encountered was probably caused by a [`nPhi = 1`](https://github.com/ComputationalRadiationPhysics/picongpu/blob/f495273b3a398fbe45ca08feb72a74d15b7b18be/include/picongpu/param/transitionRadiation.param#L136). Should we catch that or is this wrong-usage?

I found out in some production runs, that the CTR is non-zero even though no electron passed the gamma limit of the gamma filter yet. ![grafik](https://user-images.githubusercontent.com/5121158/68302211-d7e40100-00a1-11ea-9e10-730cb55e7c4c.png) Blue line marks onset...

I ran a test based on the default transition radiation example. I fixed the filter gamma value to 20 and changed the gamma of the bunch from 30, to 15,...

Most likely - @finnolec could not produce NaNs with the default LWFA setup and the fix from #3105 - I will rerun a simulation on taurus/ml to test whether there...