Metadata-Version: 2.1
Name: fermi-contours
Version: 0.1.3
Summary: Fermi Contours
Home-page: https://github.com/piskunow/fermi-contours
License: 2-Clause BSD License
Author: Pablo Piskunow
Author-email: pablo@piskunow.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: certifi (>=2023.07.22,<2024.0.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: dparse (>=0.6.2,<0.7.0)
Requires-Dist: gitpython (>=3.1.35,<4.0.0)
Requires-Dist: ipython (>=8.10.0,<9.0.0)
Requires-Dist: markdown-it-py (>=2.2.0,<3.0.0)
Requires-Dist: nbsphinx (>=0.9.3,<0.10.0)
Requires-Dist: numpy (>=1.23.5,<2.0.0)
Requires-Dist: pygments (>=2.15.0,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tornado (>=6.3.2,<7.0.0)
Requires-Dist: urllib3 (>=1.26.17,<2.0.0)
Project-URL: Changelog, https://github.com/piskunow/fermi-contours/releases
Project-URL: Documentation, https://fermi-contours.readthedocs.io
Project-URL: Repository, https://github.com/piskunow/fermi-contours
Description-Content-Type: text/markdown

# Fermi Contours

[![PyPI](https://img.shields.io/pypi/v/fermi-contours.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/fermi-contours.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/fermi-contours)][pypi status]
[![License](https://img.shields.io/pypi/l/fermi-contours)][license]

[![Read the documentation at https://fermi-contours.readthedocs.io/](https://img.shields.io/readthedocs/fermi-contours/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/piskunow/fermi-contours/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/piskunow/fermi-contours/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/fermi-contours/
[read the docs]: https://fermi-contours.readthedocs.io/
[tests]: https://github.com/piskunow/fermi-contours/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/piskunow/fermi-contours
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Reference

Code adapted from

Perez-Piskunow, Pablo M, Bovenzi, Nicandro, Akhmerov, Anton R, & Breitkreiz, Maxim. (2021).
Code and data associated with the paper
"Chiral Anomaly Trapped in Weyl Metals: Nonequilibrium Valley Polarization at
Zero Magnetic Field"
(1.0.1). Zenodo.
[https://doi.org/10.5281/zenodo.4704325](https://doi.org/10.5281/zenodo.4704325)

and extended to take into account periodic boundaries and other edge-cases.

## Requirements

- Python >=3.9

## Installation

You can install _Fermi Contours_ via [pip] from [PyPI]:

```console
$ pip install fermi-contours
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_Fermi Contours_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/piskunow/fermi-contours/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/piskunow/fermi-contours/blob/main/LICENSE
[contributor guide]: https://github.com/piskunow/fermi-contours/blob/main/CONTRIBUTING.md
[command-line reference]: https://fermi-contours.readthedocs.io/en/latest/usage.html

