G4NEutronhpdata for BNCT simulation

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

Geant4 Version:11.3.2
Operating System Ubuntu
Compiler/Version:
CMake Version:3.28


i meet a problem, when i.use.the “QGSP_BIC_AllHPT“for the BNCT simulation, it work well in my laptap, which run on the ubuntu of the vwmare , however when i transfer to a workstation,which.have.same.ubuntu

and cmake version, it show me “ warning message about no data available for the isotopes, it almost can’t find any isotope,“ I had try everything, but still can’twork ,anyone can give me any tips or clus about this

there is another phenomenon, if it change to the QGSG_BIC_HPT in the workstation,there is no warning,but there isnot also neutron yielding, the results were wrong

RE03DetectorConstruction.cc (17.7 KB)

RE03DetectorConstruction.hh (3.3 KB)

RE03.cc (5.4 KB)

score.txt (1.7 KB)

RE03PrimaryGeneratorAction.cc (3.1 KB)

RE03PrimaryGeneratorAction.hh (2.2 KB)

Screenshots like this are not helpful. You can just copy paste the absolutely relevant parts from the terminal or have the output pipe to a text file. Until you do that it will be hard to help you.

That said, this probably isn’t a cmake or ubuntu issue and everything with not properly linking libraries or paths. I doubt a second workstation would have the exact same file paths as a personal laptop.

i had solved this problem through reinstallation of the ubuntu, but the cause is still unknown