https://github.com/sun-data/fano
A Python library for modeling the Fano factor and pair-creation energy of silicon
https://github.com/sun-data/fano
Last synced: 4 months ago
JSON representation
A Python library for modeling the Fano factor and pair-creation energy of silicon
- Host: GitHub
- URL: https://github.com/sun-data/fano
- Owner: sun-data
- Created: 2024-07-08T05:44:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T15:43:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T19:39:52.069Z (over 1 year ago)
- Language: Python
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fano
[](https://github.com/sun-data/fano/actions/workflows/tests.yml)
[](https://codecov.io/gh/sun-data/fano)
[](https://github.com/sun-data/fano/actions/workflows/black.yml)
[](https://github.com/sun-data/fano/actions/workflows/ruff.yml)
[](https://fano.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/fano)
A Python library for modeling the Fano factor and pair-creation energy of silicon
## Installation
This package is published on PyPI and can be installed using pip:
```bash
pip install fano
```