https://github.com/piskunow/fermi-contours
Fermi Contours
https://github.com/piskunow/fermi-contours
contours density-of-states quantum-physics semiclassical
Last synced: 5 months ago
JSON representation
Fermi Contours
- Host: GitHub
- URL: https://github.com/piskunow/fermi-contours
- Owner: piskunow
- License: bsd-2-clause
- Created: 2022-11-14T21:52:37.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-05T17:10:09.000Z (over 2 years ago)
- Last Synced: 2025-09-21T10:13:52.133Z (9 months ago)
- Topics: contours, density-of-states, quantum-physics, semiclassical
- Language: Python
- Homepage: https://fermi-contours.readthedocs.io/en/latest/
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fermi Contours
[][pypi status]
[][pypi status]
[][pypi status]
[][license]
[][read the docs]
[][tests]
[][codecov]
[][pre-commit]
[][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/
[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