Metadata-Version: 2.1
Name: quant-met
Version: 0.0.12
Summary: Calculate superconductivity in flat-band systems.
Home-page: https://quant-met.tjarksievers.de
Author: Tjark Sievers
Author-email: tsievers@physnet.uni-hamburg.de
Requires-Python: >=3.11,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: h5py (>=3.12.1,<4.0.0)
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
Requires-Dist: numpy (>=2.1.2,<3.0.0)
Requires-Dist: numpydantic (>=1.6.4,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: scipy (>=1.14.1,<2.0.0)
Project-URL: Repository, https://github.com/Ruberhauptmann/quant-met
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2024 Tjark Sievers

SPDX-License-Identifier: MIT
-->

# quant-met

[![Test](https://github.com/Ruberhauptmann/quant-met/actions/workflows/test.yml/badge.svg)](https://github.com/Ruberhauptmann/quant-met/actions/workflows/test.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.

- Documentation: [quant-met.tjarksievers.de](https://quant-met.tjarksievers.de)
- user guide see [documentation](https://quant-met.tjarksievers.de/en/latest/examples.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!

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

