Question regarding de-excitation process #6308
-
|
Hello WarpX Community, After checking the documentation, I haven't found a process for the de-excitation from a higher excited state back to the ground state or a lower excited state. How is this physical phenomenon handled in the current implementation? Thanks for your insights! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
In other words, does WarpX support setting an attribute called "lifetime" (so to speak) for excited state particles, combined with random number calculations for radiative de-excitation within given time steps? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @zhongerting |
Beta Was this translation helpful? Give feedback.
Hi @zhongerting. To implement a de-excitation function in Python, I would think you would want to move particles from an "excited_species" container to a "ground_state" container. Here is an example Python function that I've used in the past to move particles between species containers: