An open API service indexing awesome lists of open source software.

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

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