HI, I am using Geant4.8.3 with G4NDL3.10 to simulate the neutron (E<20 MeV) interactions with the germanium detector. In the energy spectrum measured by the detector, there are two gamma peaks coming from the following processes: 1. n + Ge74 -> Ge75(meta-stable state), Ge75(meta-stable state) -> Ge75(ground state) + gamma (E_gamma = 139 keV) 2. n + Ge70 -> Ge71(meta-stable state), Ge71(meta-stable state) -> Ge71(ground state) + gamma (E_gamma = 198 keV) There is no these two peaks in the simulation, which can be seen in the attached plot. Seems that the meta-stable states due to the neutron capture cannot be created in the simulation.
Created attachment 4 [details] showing the peaks missing in the simulation
Hi, Thank you for reporting problem. However there is no Capture FS data for G4NDL(3.11). So that G4PhotonEvaporation creates final states. I reassign this to the coordinator of hadronic processes. Tatsumi
We have looked into this problem and found that Geant4 does not support meta-stable states. The photon evaporation code is used instead for a very rough approximation, but it will not generate the lines you want. To add this capability would be a large job which we cannot undertake at this time.
Created attachment 24 [details] Brief description and "dirty" patch to overcome the problem As discussed by Dennis Wright, the implementation of the capability to produce isomeric nuclear states following neutron captures is very heavy and it is not possible at the moment. For some applications (e.g. neutrinoless double beta decay) for which the production of specific isomeric states from neutron capture is relevant (e.g. Ge-76 --> Ge-77m), one can "hack" the Geant4 code with the "dirty" ad-hoc solution described in the document. Although it does not consider the variation of production cross section vs. energy, and is valid only for hard-coded nuclei, it is a workable solution for specific use-cases.