Metadata-Version: 2.1
Name: nablachem
Version: 24.5
Summary: Easy access to research code.
Home-page: https://nablachem.org/code
License: LGPL
Author: von Rudorff, Guido Falk
Author-email: vonrudorff@uni-kassel.de
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: findiff (>=0.10.0,<0.11.0)
Requires-Dist: numpy (>=1.26.3,<2.0.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Project-URL: Repository, https://github.com/NablaChem/nablachem
Description-Content-Type: text/markdown

## Purpose

We care about fundamental properties of chemical space and their connection to quantum alchemy for molecules and materials. This repository collects the core algorithms once they are somewhat finalized.

- Library use: This code is meant to be used as a library from other projects and therefore is cleaned up and documented.
- Supported: Unlike the research project repositories (which are frozen in time), we provide bug fixes for this library.

## Installation

The python package is available via pip:

```
pip install --upgrade nablachem
```

