Metadata-Version: 2.4
Name: landaupkg
Version: 1.3.1
Author-email: Marvin Poul <pmrv@posteo.de>
Project-URL: Repository, https://github.com/eisenforschung/landau
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib<4,>=3
Requires-Dist: numpy<3,>1
Requires-Dist: pandas<3,>=2.2
Requires-Dist: scipy<2,>=1.11.0
Requires-Dist: shapely<=2.0.7,>1
Requires-Dist: seaborn<=0.13.2,>=0.12
Requires-Dist: scikit-learn<2,>=1.2
Provides-Extra: constraints
Requires-Dist: polyfit; extra == "constraints"
Dynamic: license-file

# landau.py

A library to calculate thermodynamic equilibria and plot phase diagrams in the
(semi-)grand ensemble.


## Building packages

```bash
pip install build
python -m build --sdist
```

## Citation

This code is part of a [publication](https://doi.org/10.21203/rs.3.rs-4732459/v1), please cite it accordingly if you use this package in your work

```
@article{poul2024automated,
  title={Automated Generation of Structure Datasets for Machine Learning Potentials and Alloys},
  author={Poul, Marvin and Huber, Liam and Neugebauer, J{\"o}rg},
  year={2024}
}
```
