-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nucleus with Z < 0 produced #188
Comments
I have never encountered this problem. |
This error happened in a simple 1D simulation. It never occurred before on this machine. On running again, the simulation finished successfully. I don't know, whether this can be reproduced, but here is the minimal script that I have been using: |
The script runs also completely fine for me. I guess this issue can be closed? |
This happened only once. I didn't get the error again. |
We have two other issues #85 and #99 where on rare occasions CRPropa crashes in interactions due to something strange happening with the secondaries. Since recently the random number seeds are stored which may help to get to the bottom of these issues. Personally I think these issue are not resolved as we have no idea what happened and thus should not be closed. |
I encounter the issue mentioned in #85 very frequently. For elements heavier than Nitrogen, there is this error:
Is there a way this can be stopped? |
Thanks for reporting this, I had some problems reproducing the behavior. Could you maybe provide an example that reproduces the behavior and also post the random seed that is stored in the output file (in recent CRPropa versions)? Also, which CRPropa version are you using? Which operating system? Which compiler? And what is very frequently? To keep the discussion organized I propose to continue in he thread for issue #85. |
@Froehliche-Kernschmelze this could be related to SOPHIA and #225. |
Since we did not have any activity since 11/2018 on the original issue (production of nuclei with Z<0) and nobody was able to reproduce this error, I guess we can close this issue for now. |
This error still appears with CRPropa v3.1.6. My sources are up to 215 Mpc and I'm generating 4,000,000 nitrogen particles. This is the end of the output of my log file. It appears that the simulation does not finish according to the progress bar. The code itself does not crash as the DintElecaPropagation code runs afterwards.
This is the CRPropa component of my code: `
` |
I am running a 1D simulation with injected Helium particles from a source redshift evolution and with relevant interactions for energy loss. The simulation fails with following Exception error saying that particle with negative atomic and mass number is produced.
Can someone please tell me, what are the possible causes for this?
The text was updated successfully, but these errors were encountered: