Geant4 Version: 10.03.p02
Operating System: Linux centos7
Compiler/Version: gcc version 8.2.0
CMake Version: 1.3.0
I am using a custom PhotoEvaporation file to simulate the decay of Cs136 from its excited 588.8 keV state. The photon evaporation file is attached. Geant can successfully simulate the level energies and the internal conversion, but it appears that all half-lives are set to 0 when running the simulation. That is, each excited state of Cs136 seems to decay immediately, instead of having the O(100 ns) half-lives expected.
What I am finding is that no matter what data file I use, for whatever isotope, it seems that I cannot change the half-lives from their pre-defined values in the original photon evaporation data directory:
share/Geant4-10.3.2/data/PhotonEvaporation4.3.2
This issue is not resolved by using the macro command /grdm/setPhotoEvaporationFile <Z> <A> <local/directory>
, nor is it resolved by setting G4LEVELGAMMADATA
to the correct local directory. This does enable Geant to simulate the correct level structure (i.e. energies of the excited states, as well as the decay energies of the resulting gammas/IC electron), but it does not appear to help in properly simulating the half-lives.
I am using the QGSP_BIC_HP physics list, and adding G4RadioactiveDecayPhysics. From this post, it seems that the physics list may be the source of the issue, but I am doubtful that this is the case because Geant successfully creates the isomers, just not with the correct half-lives.
Terminal output also shows that there is a high time-limit for long lived isomers:
=======================================================================
====== Pre-compound/De-excitation Physics Parameters ========
=======================================================================
Type of pre-compound inverse x-section 3
Type of de-excitation inverse x-section 3
Min excitation energy (keV) 0.01
Level density (1/MeV) 0.1
Time limit for long lived isomeres (ns) 1e+12
Use new data files 1
Use complete data files 1
Correlated gamma emission flag 0
=======================================================================
Number of de-excitation channels 8
Are there any insights into how to resolve this issue?
PhotonEvap.z55.a136.txt (1.2 KB)