Metadata-Version: 2.1
Name: ifg
Version: 1.2.0
Summary: Package for numerical calculations of ideal Fermi gas
Home-page: https://github.com/alekseik1/ifg-py
Author: Aleksei Kozharin
Author-email: 1alekseik1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: fdint
Requires-Dist: scipy
Requires-Dist: numpy

# Numerical ideal Fermi gas

[![Documentation Status](https://readthedocs.org/projects/ifg-py/badge/?version=latest)](https://ifg-py.readthedocs.io/en/latest/?badge=latest)
[![test and run examples](https://github.com/alekseik1/ifg-py/workflows/test%20and%20run%20examples/badge.svg)](https://github.com/alekseik1/ifg-py/actions?query=workflow%3A%22test+and+run+examples%22)
[![build and deploy](https://github.com/alekseik1/ifg-py/workflows/build%20and%20deploy/badge.svg)](https://github.com/alekseik1/ifg-py/actions)

## Getting started
```bash
pip install ifg
```

## Functionality
The module can calculate some properties (like pressure, entropy) for ideal Fermi gas model.

See [API reference](https://ifg-py.readthedocs.io/en/latest/) for more information


## Examples
See `examples/` folder for plots and code examples.

## Acknowledgements
- [Library for Fermi integrals](https://pypi.org/project/fdint/)


## Reporting bugs
Use *Issues* to report any errors or bugs.


