picongpu icon indicating copy to clipboard operation
picongpu copied to clipboard

Synchrotron radiation plugin: Operations out of range

Open steindev opened this issue 6 months ago • 5 comments

Hey, when compiling a simple setup using the standard speciesXXX.param files I receive the following warnigs:

include/picongpu/../picongpu/particles/synchrotron/AlgorithmSynchrotron.hpp(178): warning #222-D: floating-point operation result is out of range
                          * (ELECTRON_CHARGE * ELECTRON_CHARGE * ELECTRON_MASS * SPEED_OF_LIGHT
                                                               ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

include/picongpu/../picongpu/particles/synchrotron/AlgorithmSynchrotron.hpp(179): warning #222-D: floating-point operation result is out of range
                             / (HBAR * HBAR * EPS0 * 4._X * PI));

cc @FilipO28555

steindev avatar Aug 19 '24 08:08 steindev