Hi, I am starting to use topas, when I tried to run a script with the physics:
sv😛h/Default/Modules = 6 "g4em-standard_opt4" "g4h-phy_QGSP_BIC_HP" "g4decay" "g4ion-binarycascade" "g4h-elastic_HP" "g4stopping"
it fails to run and report:
-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : had014
issued by : G4LevelReader::LevelManager(..)
for Z= 1 A= 3 is not opened!
*** Fatal Exception *** core dump ***
**** Track information is not available at this moment
**** Step information is not available at this moment
-------- EEEE -------- G4Exception-END --------- EEEE -------
While if I keep only the physics
sv😛h/Default/Modules = 3 "g4em-standard_opt4" "g4decay" "g4h-elastic_HP"
the script can run. including any of the other 3 modules will lead to the error report. Is there any way to solve this problem allowing me including all the modules above? Thanks for any potential reply!