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

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

Awesome Lists containing this project

README

          

# fano

[![tests](https://github.com/sun-data/fano/actions/workflows/tests.yml/badge.svg)](https://github.com/sun-data/fano/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/sun-data/fano/graph/badge.svg?token=tBcex8q72g)](https://codecov.io/gh/sun-data/fano)
[![Black](https://github.com/sun-data/fano/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/fano/actions/workflows/black.yml)
[![Ruff](https://github.com/sun-data/fano/actions/workflows/ruff.yml/badge.svg)](https://github.com/sun-data/fano/actions/workflows/ruff.yml)
[![Documentation Status](https://readthedocs.org/projects/fano/badge/?version=latest)](https://fano.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/fano.svg)](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
```