Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niess/goupil
A Monte Carlo engine for the backward transport of low energy gamma-rays
https://github.com/niess/goupil
Last synced: 22 days ago
JSON representation
A Monte Carlo engine for the backward transport of low energy gamma-rays
- Host: GitHub
- URL: https://github.com/niess/goupil
- Owner: niess
- License: lgpl-3.0
- Created: 2023-12-19T08:47:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-11T12:37:40.000Z (26 days ago)
- Last Synced: 2024-10-11T12:45:44.150Z (26 days ago)
- Language: Rust
- Homepage: https://goupil.readthedocs.io/en/latest/
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Goupil [![Documentation Status][RTD_BADGE]][RTD]
(_**G**amma transp**O**rt **U**tility, a**P**proximate but revers**I**b**L**e_)Goupil is a Monte Carlo transport engine designed for low-energy gamma-rays
(0.1-3 MeV), typically emitted from radioactive isotopes. By using a backward
transport algorithm, and making a few approximations, Goupil can significantly
accelerate Monte Carlo simulations, resulting in computation time savings of up
to 5 orders of magnitude in the air.## Documentation
Documentation for Goupil can be found online at [Read the Docs][RTD].
## License
The Goupil library is under the **GNU LGPLv3** license (see the provided
[COPYING](COPYING) and [COPYING.LESSER](COPYING.LESSER) files), except for
[examples][EXAMPLES] and [interfaces][INTERFACES] which are MIT-licensed.[EXAMPLES]: https://github.com/niess/goupil/tree/master/examples
[INTERFACES]: https://github.com/niess/goupil/tree/master/src/interfaces
[RTD]: https://goupil.readthedocs.io/en/latest/
[RTD_BADGE]: https://readthedocs.org/projects/goupil/badge/?version=latest