You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just getting start to use NEST, so this might be a dumb question to ask.
I was trying to calculate the quanta (photon and electrons) produce in nuclear recoil with zero drift electric field in your nestpy_tutorial.ipynb. With the code
`
N = 50000
E_mono = 2 # keVnr
E_nr = np.ones(N)*E_mono
field = 0.
I am just getting start to use NEST, so this might be a dumb question to ask.
I was trying to calculate the quanta (photon and electrons) produce in nuclear recoil with zero drift electric field in your nestpy_tutorial.ipynb. With the code
`
`
And the photon and electrons produce is always 0.
However, for the electron recoil in zero field given by your given example
`
`
Shows non-zero photons and electrons production.
Physically speaking the nuclear recoil should produce photons and electrons as well. What's the reason for getting this result?
The text was updated successfully, but these errors were encountered: