https://github.com/restioson/positron-absorption
A model for positron annihilation absorption in a given medium
https://github.com/restioson/positron-absorption
Last synced: 9 months ago
JSON representation
A model for positron annihilation absorption in a given medium
- Host: GitHub
- URL: https://github.com/restioson/positron-absorption
- Owner: Restioson
- License: apache-2.0
- Created: 2019-03-28T13:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T19:37:32.000Z (about 7 years ago)
- Last Synced: 2025-02-01T12:29:27.333Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# positron-absorption
A model for positron annihilation absorption in a given medium
# How to use
0. Have the latest Python 3 installed.
1. Install the requirements with `pip` (virtualenv optional): `pip install mpmath`
2. Edit parameters as you see if in `absorption.py` (optional)
3. Run the model: `python absorption.py`.
4. The output file, `out.csv`, is a csv file with column 1 being the x value and y being `initial - particles left`.
Code by [@Restioson] and [@Gimli-007], mathematical model by [@Gimli-007].
[@Restioson]: https://github.com/Restioson
[@Gimli-007]: https://github.com/Gimli-007