Alternative software to geant4?

  • Thread starter Thread starter LCSphysicist
  • Start date Start date
  • Tags Tags
    geant4 Software
AI Thread Summary
The discussion centers on the challenges of simulating a gaseous detector with UV lamps using Geant4, highlighting its limitations in handling gaseous mediums and low-energy gamma emissions around 30 eV. The user considers Garfield as an alternative but finds its simulation time excessive. They seek software alternatives to Geant4, preferably in C++, C#, or Python, and mention discovering some bindings that enhance usability but may not address their specific needs. Additionally, they express surprise at the lack of Julia implementations or bindings for Geant4, noting Julia's growing popularity in scientific computing. Links to GAMOS and an alternatives list are shared, although the effectiveness of these alternatives remains uncertain.
LCSphysicist
Messages
644
Reaction score
162
TL;DR Summary
Geant4 not working as the expected :/
I need to simulate a gaseous detector involving UV Lamp's. I have tried using Geant4.

Now i think this says by itself, two geant4's weak point: Gaseous medium, it is relatively bad at simulate in it, and low energy gamma gun, near 30 eV, which is too low for Geant4's physicslists. Garfield was one option to simulate the gaseous detector, but the simulation takes too much time.

Do you know some software similar to geant4? Preferably using or c++, or c# or python language. But if it is another language, no problem.
 
Technology news on Phys.org
I couldn't find any obvious alternatives to Geant4 but I did find some bindings that make it easier to use which likely won't help here but decided to post them in case it would.

http://fismed.ciemat.es/GAMOS/

and here's an alternatives list but not sure if they are really alternatives or not as they may have some functionality but not everything in Geant4

https://getalternative.net/software/geant4

I'm surprised that there are no Julia implementations of or bindings for Geant4. Julia is an open source Matlab like numerical computing language that is rapidly taking the scientific world by storm.

https://bib-pubdb1.desy.de/record/4...21_Article_PerformanceOfJuliaForHighEnerg.pdf
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top