CRPropa3 icon indicating copy to clipboard operation
CRPropa3 copied to clipboard

CRPropa is a public astrophysical simulation framework for propagating extraterrestrial ultra-high energy particles. https://crpropa.github.io/CRPropa3/

Results 24 CRPropa3 issues
Sort by recently updated
recently updated
newest added

Dear all, I looked into the EMPairProduction module and wondered if the order of the lines, checking first for secondary electron-positron-pairs to be injected and returning otherwise (l. 180) `...

Dear All, with this pull request I want to add names to various `#pragma omp critical` statements. If such a statement has no name, it blocks every other critical statement...

Dear all, this PR introduces the loading of grids with given properties in the header. The first implementation only allows property reading in the TXT files. An example of the...

With this PR the coverage report is added to the documentation. The Github action is adopted to copy the report into the documentation part and a link to the files...

Hey **Background** I am looking at scenarios where the cosmic rays propagate close to the source in environments where advective transport dominates over diffusion for $E\lesssim1~\mathrm{EeV}$. As far as I...

Hey, this is the follow-up to #474 . With this change it is possible to sample photons from tabulated photon fields where the maximum tabulated energy is much larger than...

Hi CRPropa team, ## Brief Description ### Background I was recently trying to use CRPropa with custom, tabulated photon fields relevant for AGN environments. I have processed the fields with...

enhancement
feature request

`testInteractions` fails sometimes, for some compiler. The problem is usually in EMPairProduction. The (probable) reason is that it expects 2 secondaries to be created, which is done by `performInteraction`. However,...

We need to update the ascl entry as it currently referring to CRPropa version 3.0

Hi, I have a usage question regarding the usage of Vector3 class. Before the change of data type for Vector3 class to array interface was made, it was possible to...