Metadata-Version: 2.1
Name: ppmil
Version: 0.2.0
Summary: Python package for constructing Wigner-D matrices
Home-page: https://github.com/ifilot/ppmil
Author: Ivo Filot
Author-email: ivo@ivofilot.nl
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy

# Pure Python Molecular Integral Library (PPMIL)

![C/C++ CI](https://img.shields.io/static/v1?label=status&message=under%20development&color=ff0000)
[![C/C++ CI](https://github.com/ifilot/ppmil/actions/workflows/build.yml/badge.svg)](https://github.com/ifilot/ppmil/actions/workflows/build.yml)
[![Anaconda-Server Badge](https://anaconda.org/ifilot/ppmil/badges/version.svg)](https://anaconda.org/ifilot/ppmil)
[![PyPI](https://img.shields.io/pypi/v/ppmil?style=flat-square)](https://pypi.org/project/ppmil/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

## Documentation

Detailed documentation can be found at https://ppmil.imc-tue.nl.

## Purpose

Evaluate molecular integrals purely in Python, without the need of any
compiled libraries.
