Metadata-Version: 2.4
Name: quant-met
Version: 0.0.26
Summary: Calculate superconductivity in flat-band systems.
Author-email: Tjark Sievers <tsievers@physnet.uni-hamburg.de>
License-File: LICENSE.txt
Requires-Python: >=3.11
Requires-Dist: click>=8.1.8
Requires-Dist: h5py>=3.12.1
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: numba>=0.60.0
Requires-Dist: numpy<2.1
Requires-Dist: numpydantic>=1.6.6
Requires-Dist: pandas>=2.2.3
Requires-Dist: pydantic>=2.10.4
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: scipy>=1.15.0
Requires-Dist: tables>=3.10.2
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2024 Tjark Sievers

SPDX-License-Identifier: MIT
-->

# quant-met

[![DOI](https://zenodo.org/badge/800628635.svg)](https://zenodo.org/badge/latestdoi/800628635)
[![Test](https://github.com/Ruberhauptmann/quant-met/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/Ruberhauptmann/quant-met/actions/workflows/unit_tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/Ruberhauptmann/quant-met/badge.svg?branch=main)](https://coveralls.io/github/Ruberhauptmann/quant-met?branch=main)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/quant-met)](https://pypi.org/project/quant-met/)
[![PyPI - Version](https://img.shields.io/pypi/v/quant-met)](https://pypi.org/project/quant-met/)

quant-met is a python package to treat superconductivity in flat-band systems.

More information:
- Documentation: [quant-met.tjarksievers.de](https://quant-met.tjarksievers.de)
- [User guide](https://quant-met.tjarksievers.de/en/latest/user_guide.html)


## Contributing

This is a personal project, very geared to the work I did in my master's thesis.
If someone is using this and experiencing bugs or want the software extended, feel free to open an [issue](https://github.com/Ruberhauptmann/quant-met/issues/new/choose)!

If you want to contribute, see [documentation](https://quant-met.tjarksievers.de/en/latest/development.html).
