ComputationalRadiationPhysics / picongpu

Performance-Portable Particle-in-Cell Simulations for the Exascale Era :sparkles:
https://picongpu.readthedocs.io
Other
709 stars 218 forks source link

change atomic physics particle attributes #5079

Closed psychocoderHPC closed 2 months ago

psychocoderHPC commented 2 months ago

Atomic physics particle attributes was set by default to a possible valid value but in case an algorithm forget to set the value correctly we got a false valid value. By setting it to an invalid value such errors should become visible at leat by a crash of the simulation. An additional advantage is that we can now give an electron some of the properties which allows to track from which ion state and which transition state the electron was created.

BrianMarre commented 2 months ago

also use the same value here

psychocoderHPC commented 2 months ago

done